SgNodeHelper::ExtendedCallInfo
Result structure of extended C++ function call matching matchExtendedNormalizedCall
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
struct ExtendedCallInfo;
Member Functions
Name |
Description |
|
no‐match constructor |
returns the call expression if this represents a "normal" call or nullptr otherwise. |
|
returns the constructor initialization node or nullptr. |
|
returns the function pointer expression representing the target (if this is a function pointer call) |
|
the call or a parent node (e.g., new expression) |
|
true iff this structure represents a match |
Private Data Members
Name |
Non-Member Functions
Name |
Description |
matches C and C++ function calls (also ctor and dtor) |
Description
extended matches function, constructor (on stack and w/new), and destructor calls.
Created with MrDocs