Next:GIMPLE_GOTO, Previous:GIMPLE_EH_FILTER, Up:Tuple specific accessors [Contents][Index]
GIMPLE_LABEL ¶glabel*gimple_build_label(tree label) ¶Build aGIMPLE_LABEL statement with corresponding to the treelabel,LABEL.
treegimple_label_label(const glabel *g) ¶Return theLABEL_DECL node used byGIMPLE_LABEL statementG.
voidgimple_label_set_label(glabel *g, tree label) ¶SetLABEL to be theLABEL_DECL node used byGIMPLE_LABELstatementG.