NodeQuery::queryMemoryPool
** The function Result queryMemoryPool ( SgNode * subTree, _Result (__x)(SgNode_), VariantVector* ){ will on every node of the memory pool which has a corresponding variant inVariantVector performa the action specified by the second argument and returna NodeQuerySynthesizedAttributeType.**
Synopsis
Declared in <src/midend/astQuery/nodeQuery.h>
[[visibility]]
NodeQuerySynthesizedAttributeType
queryMemoryPool(
SgNode* traversal,
roseFunctionPointerOneParameter querySolverFunction,
VariantVector* targetVariantVector = NULL);
Parameters
Name |
Description |
traversal |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs