CPPTypeCollection::is_known_member_function
Check if an expression is a member access or member function call expression of a known array type
Synopses
Declared in <src/midend/astUtil/annotation/CPPAnnotation.h>
Check if an expression is a member access or member function call expression of a known array type
std::string
is_known_member_function(
CPPAstInterface& fa,
AstNodePtr const& exp,
AstNodePtr* obj = 0,
AstInterface::AstNodeList* args = 0,
Descriptor* desc = 0);
std::string
is_known_member_function(
CPPAstInterface& fa,
SymbolicVal const& exp,
AstNodePtr* obj = 0,
SymbolicFunction::Arguments* args = 0,
Descriptor* desc = 0);
Created with MrDocs