SageInterface::changeBreakStatementsToGotos
If the given statement contains any break statements in its body, add a new label below the statement and change the breaks into gotos to that new label.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
changeBreakStatementsToGotos(SgStatement* loopOrSwitch);
Parameters
Name |
Description |
loopOrSwitch |
This class represents the notion of a statement. |
Created with MrDocs