SgNodeHelper::Pattern::matchExprStmtAssignOpVarRefExpFunctionCallExp
tests pattern SgExprStatement(SgAssignOp(VarRefExp,FunctionCallExp)) and returns pointer to FunctionCallExp otherwise 0.
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
SgFunctionCallExp*
matchExprStmtAssignOpVarRefExpFunctionCallExp(SgNode*);
Return Value
This class represents the concept of a C++ function call (which is an expression).
Created with MrDocs