Skip to content

SageInterface::normalizeForLoopTest

Normalize a for loop's test expression i<x is normalized to i<= (x‐1) and i>x is normalized to i>= (x+1)

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
bool
normalizeForLoopTest(SgForStatement* loop);

Parameters

Name

Description

loop

This class represents the concept of a for loop.

Created with MrDocs