Skip to content

NameQuery::queryMemoryPool

** The function NameQuerySynthesizedAttributeType queryMemoryPool(NodeFunctional nodeFunc , VariantVector* targetVariantVector= NULL) will query the memory pool for IR nodes which satisfies the criteriaspecified in and returned by the predicate in the second argument in the nodeswith a corresponding variant in VariantVector.**

Synopsis

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

template<typename NodeFunctional>
NameQuerySynthesizedAttributeType
queryMemoryPool(
    NodeFunctional nodeFunc,
    VariantVector* targetVariantVector = NULL);

Created with MrDocs