NumberQuery::queryMemoryPool
** The function NumberQuerySynthesizedAttributeType 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/numberQuery.h>
template<typename NodeFunctional>
NumberQuerySynthesizedAttributeType
queryMemoryPool(
NodeFunctional nodeFunc,
VariantVector* targetVariantVector = NULL);
Created with MrDocs