Skip to content

SageBuilder::buildFunctionCallStmt

Build a function call statement using function expression and argument list only, like (*funcPtr)(args);

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgExprStatement*
buildFunctionCallStmt(
    SgExpression* function,
    SgExprListExp* parameters = NULL);

Return Value

This class represents the concept of a C or C++ statement which contains a

Parameters

Name

Description

function

This class represents the notion of an expression. Expressions

parameters

This class represents the concept of a C and C++ expression list.

Created with MrDocs