Home
last modified time | relevance | path

Searched refs:member_function_template (Results 1 – 6 of 6) sorted by relevance

/external/libabigail/src/
Dabg-hash.cc569 member_function_template::hash::operator() in operator ()()
570 (const member_function_template& t) const in operator ()()
633 member_function_template::hash hash_member_fn_tmpl; in operator ()()
993 if (const member_function_template* d = in operator ()()
994 dynamic_cast<const member_function_template*>(t)) in operator ()()
995 return member_function_template::hash()(*d); in operator ()()
Dabg-reader.cc4751 shared_ptr<member_function_template> m in build_class_decl()
4752 (new member_function_template(f, access, is_static, in build_class_decl()
5085 (new member_function_template(f, access, is_static, in build_union_decl()
Dabg-ir.cc19702 dynamic_pointer_cast<member_function_template>(d)) in insert_member_decl()
21818 member_function_template::operator==(const member_base& other) const in operator ==()
21822 const member_function_template& o = in operator ==()
21823 dynamic_cast<const member_function_template&>(other); in operator ==()
21886 member_function_template::traverse(ir_node_visitor& v) in traverse()
24236 ir_node_visitor::visit_begin(member_function_template* d) in visit_begin()
24240 ir_node_visitor::visit_end(member_function_template* d) in visit_end()
/external/libabigail/include/
Dabg-ir.h4463 class member_function_template : public member_base, public virtual decl_base
4470 member_function_template();
4476 member_function_template(function_tdecl_sptr f, in member_function_template() function
4656 struct member_function_template::hash
4659 operator()(const member_function_template& t) const;
4795 virtual bool visit_begin(member_function_template*);
4796 virtual bool visit_end(member_function_template*);
Dabg-fwd.h302 class member_function_template; variable
303 typedef shared_ptr<member_function_template> member_function_template_sptr;
/external/libabigail/
DChangeLog13402 (member_base, method_decl, member_function_template)
13404 (member_function_template::hash, member_class_template::hash):
13490 (member_base::operator==, member_function_template::operator==):
13492 (member_function_template::traverse)
13581 (member_function_template::hash::operator)
19850 (class_decl::member_function_template::operator==): Avoid the
23823 class_decl::member_function_template,
29505 member_functions_, member_function_template,
29511 data_members_, member_functions_, member_function_template,
31762 * include/abg-ir.h (class_decl::{member_function_template,
[all …]