Struct builtinFilter#

Struct Documentation#

struct builtinFilter#

A function object to filter out builtin functions in a call graph (only non-builtin functions will be considered)

Public Types

using argument_type = SgFunctionDeclaration*#
using result_type = bool#

Public Functions

bool operator()(SgFunctionDeclaration *node) const#