VirtualFunctionAnalysis::resolveFunctionCall
Given a Callsite(SgFunctionCallExp or SgConstructionInitializer) it resolves the function calls. For Virtual Functions it returns the minimal set of functions that may be execute at runtime.
Synopsis
Declared in <src/midend/programAnalysis/VirtualFunctionAnalysis/VirtualFunctionAnalysis.h>
void
resolveFunctionCall(
SgExpression*,
std::vector<SgFunctionDeclaration*>&);
Created with MrDocs