Home
last modified time | relevance | path

Searched refs:function_decl_sptr (Results 1 – 16 of 16) sorted by relevance

/external/libabigail/include/
Dabg-fwd.h233 typedef shared_ptr<function_decl> function_decl_sptr; typedef
373 function_decl_sptr
745 is_member_function(const function_decl_sptr&);
751 get_member_function_is_ctor(const function_decl_sptr&);
757 set_member_function_is_ctor(const function_decl_sptr&, bool);
763 get_member_function_is_dtor(const function_decl_sptr&);
769 set_member_function_is_dtor(const function_decl_sptr&, bool);
775 get_member_function_is_const(const function_decl_sptr&);
781 set_member_function_is_const(const function_decl_sptr&, bool);
790 get_member_function_vtable_offset(const function_decl_sptr&);
[all …]
Dabg-comparison.h2097 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,
Dabg-ir.h3046 function_decl_sptr
3073 operator==(const function_decl_sptr& l, const function_decl_sptr& r);
3076 operator!=(const function_decl_sptr& l, const function_decl_sptr& r);
3633 function_tdecl(function_decl_sptr pattern,
3806 set_member_function_is_ctor(const function_decl_sptr&, bool);
3815 set_member_function_is_dtor(const function_decl_sptr&, bool);
3830 set_member_function_is_const(const function_decl_sptr&, bool);
3842 set_member_function_vtable_offset(const function_decl_sptr&, ssize_t);
Dabg-suppression.h545 suppresses_function(const function_decl_sptr fn,
/external/libabigail/src/
Dabg-comparison-priv.h1190 operator()(const function_decl_sptr f, const function_decl_sptr s) in operator()
1212 function_decl_sptr f = first.first_function_decl(), in operator()
Dabg-writer.cc770 static void write_voffset(function_decl_sptr, ostream&);
804 static bool write_function_decl(const function_decl_sptr&,
1045 annotate(const function_decl_sptr& fn, in annotate()
1459 write_voffset(function_decl_sptr fn, ostream&o) in write_voffset()
3050 write_function_decl(const function_decl_sptr& decl, write_context& ctxt, in write_function_decl()
3444 function_decl_sptr fn = *f; in write_class_decl()
3475 function_decl_sptr fn = *f; in write_class_decl()
3611 function_decl_sptr fn = *f; in write_union_decl()
Dabg-dwarf-reader.cc135 typedef unordered_map<Dwarf_Off, function_decl_sptr> die_function_decl_map_type;
3454 if (function_decl_sptr fn = is_function_decl(artifact)) in lookup_type_artifact_from_die()
3916 if (function_decl_sptr fn = is_function_decl(artifact)) in lookup_type_from_die()
3943 if (function_decl_sptr fn = is_function_decl(i->second)) in lookup_type_from_die_offset()
6138 static function_decl_sptr
6142 function_decl_sptr fn);
6150 static function_decl_sptr
6156 function_decl_sptr f);
6179 const function_decl_sptr& f,
11834 const function_decl_sptr& f, in finish_member_function_reading()
[all …]
Dabg-comp-filter.cc306 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()
Dabg-reader.cc677 record_artifacts_as_used_in_fn_decl(const function_decl_sptr& fn) in record_artifacts_as_used_in_fn_decl()
1288 static function_decl_sptr
1292 static function_decl_sptr
3458 static function_decl_sptr
3464 function_decl_sptr nil; in build_function_decl()
3531 function_decl_sptr fn_decl(as_method_decl in build_function_decl()
3581 static function_decl_sptr
3587 function_decl_sptr fn; in build_function_decl_if_not_suppressed()
5093 if (function_decl_sptr f = in build_class_decl()
5447 if (function_decl_sptr f = in build_union_decl()
[all …]
Dabg-leaf-reporter.cc778 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()
Dabg-ir.cc6128 is_member_function(const function_decl_sptr& f) in is_member_function()
6156 get_member_function_is_ctor(const function_decl_sptr& f) in get_member_function_is_ctor()
6187 set_member_function_is_ctor(const function_decl_sptr& f, bool c) in set_member_function_is_ctor()
6215 get_member_function_is_dtor(const function_decl_sptr& f) in get_member_function_is_dtor()
6243 set_member_function_is_dtor(const function_decl_sptr& f, bool d) in set_member_function_is_dtor()
6271 get_member_function_is_const(const function_decl_sptr& f) in get_member_function_is_const()
6299 set_member_function_is_const(const function_decl_sptr& f, bool is_const) in set_member_function_is_const()
6342 get_member_function_vtable_offset(const function_decl_sptr& f) in get_member_function_vtable_offset()
6374 set_member_function_vtable_offset(const function_decl_sptr& f, ssize_t s) in set_member_function_vtable_offset()
6403 get_member_function_is_virtual(const function_decl_sptr& mem_fn) in get_member_function_is_virtual()
[all …]
Dabg-default-reporter.cc1473 function_decl_sptr ff = d.first_function_decl(); in report()
1474 function_decl_sptr sf = d.second_function_decl(); in report()
1845 function_decl_sptr fn = (*i)->first_function_decl(); in report()
Dabg-suppression.cc691 function_decl_sptr f = d->first_function_decl(); in suppresses_diff()
2469 function_decl_sptr ff = is_function_decl(d->first_function_decl()), in suppresses_diff()
2779 function_suppression::suppresses_function(const function_decl_sptr fn, in suppresses_function()
Dabg-comparison.cc6981 function_decl_diff::function_decl_diff(const function_decl_sptr first, in function_decl_diff()
6982 const function_decl_sptr second, in function_decl_diff()
6990 const function_decl_sptr
6995 const function_decl_sptr
7065 compute_diff(const function_decl_sptr first, in compute_diff()
7066 const function_decl_sptr second, in compute_diff()
8778 function_decl_sptr f(j->second, noop_deleter()); in ensure_lookup_tables_populated()
8779 function_decl_sptr s(added_fn, noop_deleter()); in ensure_lookup_tables_populated()
Dabg-ctf-reader.cc1293 function_decl_sptr func_declaration; in process_ctf_archive()
/external/libabigail/
DChangeLog15551 function_decl_sptr an method_decl_sptr.
15553 function_decl_sptr an method_decl_sptr.
16607 function_decl_sptr.
26461 (compute_diff): Likewise, in the overload for function_decl_sptr
27523 function_decl_sptr rather than a shared_ptr<function_decl>.