ROSE 0.11.145.147
Public Types | Public Member Functions | List of all members
builtinFilter Struct Reference

Description

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
 

Member Typedef Documentation

◆ result_type

using builtinFilter::result_type = bool

Definition at line 141 of file CallGraph.h.


The documentation for this struct was generated from the following file: