Skip to content

NodeQuery::queryMemoryPool

** The function Result queryMemoryPool ( SgNode * subTree, TypeOfQueryTypeOneParameter, VariantVector ){ will on every node of the memory pool which has a corresponding variant inVariantVector performa the predefined action specified by the second argumentand return a NodeQuerySynthesizedAttributeType.**

Synopsis

Declared in <src/midend/astQuery/nodeQuery.h>

[[visibility]]
NodeQuerySynthesizedAttributeType
queryMemoryPool(
    TypeOfQueryTypeOneParameter elementReturnType,
    VariantVector* targetVariantVector = NULL);

Created with MrDocs