Outliner::generateFuncArgName
Create a unique outlinedâfunction's wrapper argument name for the specified statement.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/Outliner.hh>
std::string
generateFuncArgName(SgStatement const* stmt);
Description
The generated name will be "unique" within the current translation unit, and is likely (but not guaranteed) to be unique across a project.
Parameters
Name |
Description |
stmt |
This class represents the notion of a statement. |
Created with MrDocs