Searched refs:member_function_template (Results 1 – 6 of 6) sorted by relevance
| /third_party/libabigail/src/ |
| D | abg-hash.cc | 569 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 ()()
|
| D | abg-reader.cc | 5002 shared_ptr<member_function_template> m in build_class_decl() 5003 (new member_function_template(f, access, is_static, in build_class_decl() 5350 (new member_function_template(f, access, is_static, in build_union_decl()
|
| D | abg-ir.cc | 21791 dynamic_pointer_cast<member_function_template>(d)) in insert_member_decl() 24012 member_function_template::operator==(const member_base& other) const in operator ==() 24016 const member_function_template& o = in operator ==() 24017 dynamic_cast<const member_function_template&>(other); in operator ==() 24080 member_function_template::traverse(ir_node_visitor& v) in traverse() 26558 ir_node_visitor::visit_begin(member_function_template* d) in visit_begin() 26562 ir_node_visitor::visit_end(member_function_template* d) in visit_end()
|
| /third_party/libabigail/include/ |
| D | abg-ir.h | 4553 class member_function_template : public member_base, public virtual decl_base 4560 member_function_template(); 4566 member_function_template(function_tdecl_sptr f, in member_function_template() function 4746 struct member_function_template::hash 4749 operator()(const member_function_template& t) const; 4885 virtual bool visit_begin(member_function_template*); 4886 virtual bool visit_end(member_function_template*);
|
| D | abg-fwd.h | 302 class member_function_template; variable 303 typedef shared_ptr<member_function_template> member_function_template_sptr;
|
| /third_party/libabigail/ |
| D | ChangeLog | 21816 (member_base, method_decl, member_function_template) 21818 (member_function_template::hash, member_class_template::hash): 21904 (member_base::operator==, member_function_template::operator==): 21906 (member_function_template::traverse) 21995 (member_function_template::hash::operator) 28264 (class_decl::member_function_template::operator==): Avoid the 32237 class_decl::member_function_template, 37919 member_functions_, member_function_template, 37925 data_members_, member_functions_, member_function_template, 40176 * include/abg-ir.h (class_decl::{member_function_template, [all …]
|