Skip to content

SageBuilder::buildGotoStatement_nfi

Build a goto statement from a label expression, supporting only C/C++ and not Fortran cases

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

SgGotoStatement*
buildGotoStatement_nfi(SgExpression* expr);

Return Value

This class represents the concept of a C or C++ goto statement.

Parameters

Name

Description

expr

This class represents the notion of an expression. Expressions

Created with MrDocs