Outliner::outline
Outline to a new function with the specified name, calling preprocessing internally
Synopsis
Declared in <src/midend/programTransformation/astOutlining/Outliner.hh>
Result
outline(
SgStatement* s,
std::string const& func_name);
Return Value
Stores the main results of an outlining transformation.
Parameters
Name |
Description |
s |
This class represents the notion of a statement. |
Created with MrDocs