Searched refs:method_decl_sptr (Results 1 – 12 of 12) sorted by relevance
/third_party/libabigail/include/ |
D | abg-ir.h | 3880 operator==(const method_decl_sptr& l, const method_decl_sptr& r); 3883 operator!=(const method_decl_sptr& l, const method_decl_sptr& r); 3918 typedef vector<method_decl_sptr> member_functions; 3921 typedef unordered_map<string, method_decl_sptr> string_mem_fn_sptr_map_type; 3979 add_member_function(method_decl_sptr f, 3985 add_member_function(method_decl_sptr f, 4001 method_decl_sptr 4039 friend method_decl_sptr 4043 friend method_decl_sptr 4045 const method_decl_sptr& m); [all …]
|
D | abg-comparison.h | 226 typedef pair<method_decl_sptr, 227 method_decl_sptr> changed_member_function_sptr; 235 typedef unordered_map<string, method_decl_sptr> string_member_function_sptr_map;
|
D | abg-fwd.h | 241 typedef shared_ptr<method_decl> method_decl_sptr; typedef
|
/third_party/libabigail/src/ |
D | abg-reporter-priv.h | 133 method_decl_sptr mem_fn,
|
D | abg-ir.cc | 20385 method_decl_sptr in clone() 21614 class_or_union::add_member_function(method_decl_sptr f, in add_member_function() 21676 method_decl_sptr 21784 else if (method_decl_sptr f = dynamic_pointer_cast<method_decl>(d)) in insert_member_decl() 22127 method_decl_sptr 22129 const method_decl_sptr& method) in copy_member_function() 22141 method_decl_sptr 22157 method_decl_sptr in copy_member_function() 22698 if (method_decl_sptr f = dynamic_pointer_cast<method_decl>(d)) in insert_member_decl() 23050 method_decl_sptr m(this, sptr_utils::noop_deleter()); in set_linkage_name() [all …]
|
D | abg-reporter-priv.cc | 183 method_decl_sptr mem_fn, in represent() 189 method_decl_sptr meth = in represent()
|
D | abg-leaf-reporter.cc | 525 method_decl_sptr mem_fun = i->second; in report() 546 method_decl_sptr mem_fun = i->second; in report()
|
D | abg-default-reporter.cc | 929 method_decl_sptr mem_fun = *i; in report() 950 method_decl_sptr mem_fun = *i; in report()
|
D | abg-dwarf-reader.cc | 12343 method_decl_sptr m = is_method_decl(f); in finish_member_function_reading() 12602 static method_decl_sptr 12610 return method_decl_sptr(); in is_function_for_die_a_member_of_class() 12612 method_decl_sptr method = is_method_decl(artifact); in is_function_for_die_a_member_of_class() 12633 return method_decl_sptr(); in is_function_for_die_a_member_of_class() 12655 static method_decl_sptr 12662 method_decl_sptr method = in add_or_update_member_function() 12671 return method_decl_sptr(); in add_or_update_member_function()
|
D | abg-comparison.cc | 4325 method_decl_sptr f = in count_filtered_changed_mem_fns() 4330 method_decl_sptr s = in count_filtered_changed_mem_fns() 4364 method_decl_sptr f = i->second, in count_filtered_inserted_mem_fns() 4397 method_decl_sptr f = i->second, in count_filtered_deleted_mem_fns() 5248 method_decl_sptr mem_fn = in ensure_lookup_tables_populated() 5271 method_decl_sptr mem_fn = in ensure_lookup_tables_populated()
|
D | abg-reader.cc | 4964 method_decl_sptr m = is_method_decl(f); in build_class_decl() 5317 method_decl_sptr m = is_method_decl(f); in build_union_decl()
|
/third_party/libabigail/ |
D | ChangeLog | 7658 Add a typedef for unordered_map<string, method_decl_sptr>. 20086 method_decl_sptr, fix the way we compute the highest vtable offset 20413 function_decl_sptr an method_decl_sptr. 20415 function_decl_sptr an method_decl_sptr. 37782 * src/abg-comparison.cc (represent(class_decl::method_decl_sptr, 38819 of method_decl_sptr. 38822 method_decl_sptr.
|