NodeQuery::queryMemoryPool
** The function NodeQuerySynthesizedAttributeType queryMemoryPool ( SgNode * subTree, Result (*x)(SgNode*,_Arg), Arg x_arg, 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,
roseFunctionPointerTwoParameters querySolverFunction,
VariantVector* targetVariantVector);
Parameters
Name |
Description |
traversal |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs