SageInterface::ensureBasicBlockAsBodyOfDoWhile
Check if the body of a 'do .. while' statement is a SgBasicBlock, create one if not.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
SgBasicBlock*
ensureBasicBlockAsBodyOfDoWhile(SgDoWhileStmt* ws);
Return Value
This class represents the concept of a block (not a basic block from control flow analysis).
Parameters
Name |
Description |
ws |
This class represents the concept of a do‐while statement. |
Created with MrDocs