HasValueCollection::is_known_member_function
Synopses
Declared in <src/midend/programAnalysis/valuePropagation/ValueAnnot.h>
std::string
is_known_member_function(
AstInterface& fa,
SymbolicVal const& exp,
AstNodePtr* objp,
SymbolicFunction::Arguments* argsp,
HasValueDescriptor* descp);
std::string
is_known_member_function(
CPPAstInterface& fa,
AstNodePtr const& exp,
AstNodePtr* objp,
AstInterface::AstNodeList* args,
HasValueDescriptor* desc);
Created with MrDocs