SageBuilder::buildFortranDo
Build a Fortran do construct
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgFortranDo*
buildFortranDo(
SgExpression* initialization,
SgExpression* bound,
SgExpression* increment,
SgBasicBlock* loop_body);
Parameters
Name |
Description |
initialization |
This class represents the notion of an expression. Expressions |
bound |
This class represents the notion of an expression. Expressions |
increment |
This class represents the notion of an expression. Expressions |
loop_body |
This class represents the concept of a block (not a basic block from control flow analysis). |
Created with MrDocs