ROSE 0.11.145.147
|
A function object to filter out builtin functions in a call graph (only non-builtin functions will be considered)
Definition at line 139 of file CallGraph.h.
#include <midend/programAnalysis/CallGraphAnalysis/CallGraph.h>
Public Types | |
using | result_type = bool |
Public Member Functions | |
result_type | operator() (SgFunctionDeclaration *node) const |
using builtinFilter::result_type = bool |
Definition at line 141 of file CallGraph.h.