Skip to content

IntraProcAliasAnalysis::addVirtualFunction

Given a callSite and type of object add appropriate virtual function declaration

Synopsis

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

bool
addVirtualFunction(
    SgType* type,
    SgFunctionCallExp* funcExp);

Parameters

Name

Description

type

This class represents the base class for all types.

funcExp

This class represents the concept of a C++ function call (which is an expression).

Created with MrDocs