AstQueryNamespace::queryMemoryPool
**** The function std::list<ListElement> querySubTree<ListElement>(SgNode* node,Predicate& _pred) will query the subtree of the IR node in the first argumentfor nodes satisfying the criteria specified in and returned by the predicatein the second argument.**
Synopsis
Declared in <src/midend/astQuery/astQuery.h>
template<typename NodeFunctional>
std::invoke_result_t<NodeFunctional&, SgNode*>
queryMemoryPool(
NodeFunctional nodeFunc,
VariantVector* targetVariantVector = NULL);
Created with MrDocs