Skip to content

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