Skip to content

SageInterface::addVarRefExpFromArrayDimInfo

Find all SgPntrArrRefExp under astNode, then add SgVarRefExp (if any) of SgPntrArrRefExp's dim_info into NodeList_t

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

void
addVarRefExpFromArrayDimInfo(
    SgNode* astNode,
    std::vector<SgNode*>& NodeList_t);

Parameters

Name

Description

astNode

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

NodeList_t

A standard container which offers fixed time access to individual elements in any order.

Created with MrDocs