Skip to content

SageBuilder::buildReturnStmt

Build a return statement

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgReturnStmt*
buildReturnStmt(SgExpression* expression = NULL);

Return Value

This class represents the concept of a C Assembler statement (untested).

Parameters

Name

Description

expression

This class represents the notion of an expression. Expressions

Created with MrDocs