Searched refs:function_decl_sptr (Results 1 – 16 of 16) sorted by relevance
| /third_party/libabigail/include/ |
| D | abg-fwd.h | 233 typedef shared_ptr<function_decl> function_decl_sptr; typedef 373 function_decl_sptr 760 is_member_function(const function_decl_sptr&); 766 get_member_function_is_ctor(const function_decl_sptr&); 772 set_member_function_is_ctor(const function_decl_sptr&, bool); 778 get_member_function_is_dtor(const function_decl_sptr&); 784 set_member_function_is_dtor(const function_decl_sptr&, bool); 790 get_member_function_is_const(const function_decl_sptr&); 796 set_member_function_is_const(const function_decl_sptr&, bool); 805 get_member_function_vtable_offset(const function_decl_sptr&); [all …]
|
| D | abg-comparison.h | 2097 function_decl_diff(const function_decl_sptr first, 2098 const function_decl_sptr second, 2104 compute_diff(const function_decl_sptr first, 2105 const function_decl_sptr second, 2108 const function_decl_sptr 2111 const function_decl_sptr 2134 compute_diff(const function_decl_sptr first, 2135 const function_decl_sptr second,
|
| D | abg-ir.h | 3072 function_decl_sptr 3099 operator==(const function_decl_sptr& l, const function_decl_sptr& r); 3102 operator!=(const function_decl_sptr& l, const function_decl_sptr& r); 3659 function_tdecl(function_decl_sptr pattern, 3832 set_member_function_is_ctor(const function_decl_sptr&, bool); 3841 set_member_function_is_dtor(const function_decl_sptr&, bool); 3856 set_member_function_is_const(const function_decl_sptr&, bool); 3868 set_member_function_vtable_offset(const function_decl_sptr&, ssize_t);
|
| D | abg-suppression.h | 553 suppresses_function(const function_decl_sptr fn,
|
| /third_party/libabigail/src/ |
| D | abg-comparison-priv.h | 1190 operator()(const function_decl_sptr f, const function_decl_sptr s) in operator() 1212 function_decl_sptr f = first.first_function_decl(), in operator()
|
| D | abg-writer.cc | 863 static void write_voffset(function_decl_sptr, ostream&); 897 static bool write_function_decl(const function_decl_sptr&, 1140 annotate(const function_decl_sptr& fn, in annotate() 1554 write_voffset(function_decl_sptr fn, ostream&o) in write_voffset() 3335 write_function_decl(const function_decl_sptr& decl, write_context& ctxt, in write_function_decl() 3822 function_decl_sptr fn = *f; in write_class_decl() 3853 function_decl_sptr fn = *f; in write_class_decl() 4005 function_decl_sptr fn = *f; in write_union_decl()
|
| D | abg-dwarf-reader.cc | 114 typedef unordered_map<Dwarf_Off, function_decl_sptr> die_function_decl_map_type; 3206 if (function_decl_sptr fn = is_function_decl(artifact)) in lookup_type_artifact_from_die() 3698 if (function_decl_sptr fn = is_function_decl(artifact)) in lookup_type_from_die() 3725 if (function_decl_sptr fn = is_function_decl(i->second)) in lookup_type_from_die_offset() 5789 static function_decl_sptr 5793 function_decl_sptr fn); 5801 static function_decl_sptr 5807 function_decl_sptr f); 5830 const function_decl_sptr& f, 12337 const function_decl_sptr& f, in finish_member_function_reading() [all …]
|
| D | abg-comp-filter.cc | 306 function_name_changed_but_not_symbol(const function_decl_sptr& f, in function_name_changed_but_not_symbol() 307 const function_decl_sptr& s) in function_name_changed_but_not_symbol() 816 function_decl_sptr ff = diff->first_function_decl(), in has_virtual_mem_fn_change()
|
| D | abg-reader.cc | 693 record_artifacts_as_used_in_fn_decl(const function_decl_sptr& fn) in record_artifacts_as_used_in_fn_decl() 1320 static function_decl_sptr 1324 static function_decl_sptr 3331 static function_decl_sptr 3337 function_decl_sptr nil; in build_function_decl() 3404 function_decl_sptr fn_decl(as_method_decl in build_function_decl() 3454 static function_decl_sptr 3460 function_decl_sptr fn; in build_function_decl_if_not_suppressed() 4960 if (function_decl_sptr f = in build_class_decl() 5313 if (function_decl_sptr f = in build_union_decl() [all …]
|
| D | abg-leaf-reporter.cc | 778 function_decl_sptr ff = d.first_function_decl(); in report() 779 function_decl_sptr sf = d.second_function_decl(); in report() 1140 function_decl_sptr fn = (*i)->first_function_decl(); in report()
|
| D | abg-ir.cc | 6177 is_member_function(const function_decl_sptr& f) in is_member_function() 6205 get_member_function_is_ctor(const function_decl_sptr& f) in get_member_function_is_ctor() 6236 set_member_function_is_ctor(const function_decl_sptr& f, bool c) in set_member_function_is_ctor() 6264 get_member_function_is_dtor(const function_decl_sptr& f) in get_member_function_is_dtor() 6292 set_member_function_is_dtor(const function_decl_sptr& f, bool d) in set_member_function_is_dtor() 6320 get_member_function_is_const(const function_decl_sptr& f) in get_member_function_is_const() 6348 set_member_function_is_const(const function_decl_sptr& f, bool is_const) in set_member_function_is_const() 6391 get_member_function_vtable_offset(const function_decl_sptr& f) in get_member_function_vtable_offset() 6423 set_member_function_vtable_offset(const function_decl_sptr& f, ssize_t s) in set_member_function_vtable_offset() 6452 get_member_function_is_virtual(const function_decl_sptr& mem_fn) in get_member_function_is_virtual() [all …]
|
| D | abg-default-reporter.cc | 1470 function_decl_sptr ff = d.first_function_decl(); in report() 1471 function_decl_sptr sf = d.second_function_decl(); in report() 1842 function_decl_sptr fn = (*i)->first_function_decl(); in report()
|
| D | abg-suppression.cc | 692 function_decl_sptr f = d->first_function_decl(); in suppresses_diff() 2470 function_decl_sptr ff = is_function_decl(d->first_function_decl()), in suppresses_diff() 2780 function_suppression::suppresses_function(const function_decl_sptr fn, in suppresses_function()
|
| D | abg-comparison.cc | 7022 function_decl_diff::function_decl_diff(const function_decl_sptr first, in function_decl_diff() 7023 const function_decl_sptr second, in function_decl_diff() 7031 const function_decl_sptr 7036 const function_decl_sptr 7106 compute_diff(const function_decl_sptr first, in compute_diff() 7107 const function_decl_sptr second, in compute_diff() 8809 function_decl_sptr f(j->second, noop_deleter()); in ensure_lookup_tables_populated() 8810 function_decl_sptr s(added_fn, noop_deleter()); in ensure_lookup_tables_populated()
|
| D | abg-ctf-reader.cc | 486 function_decl_sptr func_declaration; in process_ctf_archive()
|
| /third_party/libabigail/ |
| D | ChangeLog | 868 function_type_sptr, function_decl_sptr, type_decl_sptr, 20413 function_decl_sptr an method_decl_sptr. 20415 function_decl_sptr an method_decl_sptr. 21469 function_decl_sptr. 31323 (compute_diff): Likewise, in the overload for function_decl_sptr 32385 function_decl_sptr rather than a shared_ptr<function_decl>.
|