Function Outliner::generateFuncName

Function Outliner::generateFuncName#

Function Documentation#

std::string Outliner::generateFuncName(const SgStatement *stmt)#

Create a unique outlined-function name for the specified statement.

The generated name will be “unique” within the current translation unit, and is likely (but not guaranteed) to be unique across a project.