Skip to content

NodeQuery::queryMemoryPool

** The function Result queryMemoryPool ( SgNode * subTree, SgNode, TypeOfQueryTypeTwoParameters, 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(
    SgNode* traversal,
    TypeOfQueryTypeTwoParameters elementReturnType,
    VariantVector* targetVariantVector = NULL);

Parameters

Name

Description

traversal

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs