Skip to content

SageInterface::initializeIfStmt

Support function used for variable declarations in conditionals

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

void
initializeIfStmt(
    SgIfStmt* ifstmt,
    SgStatement* conditional,
    SgStatement* true_body,
    SgStatement* false_body);

Parameters

Name

Description

ifstmt

This class represents the concept of an "if" construct.

conditional

This class represents the notion of a statement.

true_body

This class represents the notion of a statement.

false_body

This class represents the notion of a statement.

Created with MrDocs