Skip to content

ProcessExpression::processRHS

Helper Function to process Right Hand Side of an Expression

Synopsis

Declared in <src/midend/programAnalysis/VirtualFunctionAnalysis/IntraProcAliasAnalysis.h>

void
processRHS(
    SgNode* node,
    AliasRelationNode& arNode);

Parameters

Name

Description

node

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

arNode

A struct to hold the information about an alias node

Created with MrDocs