Skip to content

AstQueryNamespace::queryMemoryPool

** The function Result querySubTree ( SgNode * subTree, _Result (__x)(SgNode_), AstQueryNamespace::QueryDepth defineQueryType =AstQueryNamespace::AllNodes ){* will query the subtree of the IR node in the first argument for nodessatisfying the criteria specified in and returned by the function pointer inthe second argument.**

Synopsis

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

template<class _Result>
_Result
queryMemoryPool(
    _Result(* __x)(SgNode*),
    VariantVector* targetVariantVector = NULL);

Created with MrDocs