Skip to content

PtrAliasAnalysis::resolver

A map which stores the function call resolve information

Synopsis

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

std::unordered_map<SgExpression*, std::vector<SgFunctionDeclaration*>> resolver;

Created with MrDocs