|
ROSE 0.11.145.354
|
A function object to filter out builtin functions in a call graph (only non-builtin functions will be considered)
Definition at line 131 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 133 of file CallGraph.h.