FunctionEvaluationOrderTraversal::IsFunctionCallSideEffectFree
Returns true if the function call has no side effects.
Synopsis
Declared in <src/midend/programTransformation/extractFunctionArgumentsNormalization/functionEvaluationOrderTraversal.h>
virtual
bool
IsFunctionCallSideEffectFree(SgFunctionCallExp* functionCall);
Return Value
true if the function call has no side effects.
Parameters
Name |
Description |
functionCall |
This class represents the concept of a C++ function call (which is an expression). |
Created with MrDocs