Skip to content

isPotentiallyModified

Is expression expr potentially modified (assigned to, address taken, passed by non‐const reference) somewhere in the tree pointed to by root?

Synopsis

Declared in <src/midend/programTransformation/astInlining/inlinerSupport.h>

[[visibility]]
bool
isPotentiallyModified(
    SgExpression* expr,
    SgNode* root);

Parameters

Name

Description

expr

This class represents the notion of an expression. Expressions

root

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

Created with MrDocs