Skip to content

VariableRenaming::UniqueNameTraversal::resolveTemporaryInitNames

Finds initialized names that are "fake" (refer to p_prev_decl_item in the SgInitializedName docs) and replaces them with the true declaration.

Synopsis

Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>

SgInitializedName*
resolveTemporaryInitNames(SgInitializedName* name);

Return Value

This class represents the notion of a declared variable.

Parameters

Name

Description

name

This class represents the notion of a declared variable.

Created with MrDocs