Skip to content

SageInterface::getLoopIndexVariable

Return the loop index variable for a for loop

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgInitializedName*
getLoopIndexVariable(SgNode* loop);

Return Value

the loop index variable for a for loop

Parameters

Name

Description

loop

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs