Next: <code>GIMPLE_CALL</code>, Previous: <code>GIMPLE_ASSIGN</code>, Up: Tuple specific accessors
GIMPLE_BINDBuild a
GIMPLE_BINDstatement with a list of variables inVARSand a body of statements in sequenceBODY.
Return the variables declared in the
GIMPLE_BINDstatementG.
Set
VARSto be the set of variables declared in theGIMPLE_BINDstatementG.
Append
VARSto the set of variables declared in theGIMPLE_BINDstatementG.
Return the GIMPLE sequence contained in the
GIMPLE_BINDstatementG.
Set
SEQto be sequence contained in theGIMPLE_BINDstatementG.
Append a statement to the end of a
GIMPLE_BIND's body.
Append a sequence of statements to the end of a
GIMPLE_BIND's body.