/third_party/libabigail/src/ |
H A D | abg-default-reporter.cc | 76 string name = f->get_pretty_representation(); in report() 117 string name = d.first_enum()->get_pretty_representation(); in report() 286 << dif->first_subject()->get_pretty_representation() << "'"; in report() 305 << dif->first_subject()->get_pretty_representation() << "'"; in report() 339 string fname = d.first_qualified_type()->get_pretty_representation(), in report_local_qualified_type_changes() 340 sname = d.second_qualified_type()->get_pretty_representation(); in report_local_qualified_type_changes() 380 string fltname = dif->first_subject()->get_pretty_representation(); in report() 406 ? dif->first_subject()->get_pretty_representation() in report() 436 string f_repr = f->get_pretty_representation(), in report_local_reference_type_changes() 437 s_repr = s->get_pretty_representation(); in report_local_reference_type_changes() [all...] |
H A D | abg-leaf-reporter.cc | 100 string n = (*i)->first_subject()->get_pretty_representation(); in report_diffs() 228 << d.first_pointer()->get_pretty_representation() in report() 230 << d.second_pointer()->get_pretty_representation() in report() 339 << (*dif)->first_subject()->get_pretty_representation() in report() 357 << (*dif)->first_subject()->get_pretty_representation() in report() 359 << (*dif)->second_subject()->get_pretty_representation() << "'"; in report() 373 << i->second->get_pretty_representation() in report() 385 << i->second->get_pretty_representation() in report() 404 << i->second->get_pretty_representation() in report() 424 << i->second->get_pretty_representation() in report() [all...] |
H A D | abg-reporter-priv.cc | 193 out << "'" << mem_fn->get_pretty_representation() << "'"; in represent() 243 << d->get_pretty_representation(/*internal=*/false, in represent_data_member() 412 o->get_pretty_representation(/*internal=*/false, /*qualified_name=*/false); in represent() 440 n->get_pretty_representation(/*internal=*/false, in represent() 482 n->get_pretty_representation(/*internal=*/false, in represent() 509 << get_pretty_representation(o->get_type()) in represent() 1043 string decl1_repr = decl1->get_pretty_representation(), in maybe_report_diff_for_member() 1044 decl2_repr = decl2->get_pretty_representation(); in maybe_report_diff_for_member() 1267 out << indent << " [D] '" << get_pretty_representation(*i) << "'"; in maybe_report_unreachable_type_changes() 1295 string repr = diff->first_subject()->get_pretty_representation(); in maybe_report_unreachable_type_changes() [all...] |
H A D | abg-comparison-priv.h | 635 string str1 = l.get_pretty_representation(); in operator ()() 636 string str2 = r.get_pretty_representation(); in operator ()() 656 return (f->get_base_class()->get_pretty_representation() in operator ()() 657 < s->get_base_class()->get_pretty_representation()); in operator ()() 829 return (get_pretty_representation(l.first_subject(), true) in operator ()() 831 get_pretty_representation(r.first_subject(), true)); in operator ()() 1225 fr = f->get_pretty_representation(); in operator ()() 1232 sr = s->get_pretty_representation(); in operator ()()
|
H A D | abg-comparison.cc | 2422 diff::get_pretty_representation() const in get_pretty_representation() function in abigail::comparison::diff 2491 distinct_diff::get_pretty_representation() const in get_pretty_representation() function in abigail::comparison::distinct_diff 2498 o << first_subject()->get_pretty_representation(); in get_pretty_representation() 2503 o << second_subject()->get_pretty_representation() ; in get_pretty_representation() 3177 get_pretty_representation(diff* d) in get_pretty_representation() function 3182 return prefix + get_pretty_representation(d->first_subject()); in get_pretty_representation() 3199 var_diff::get_pretty_representation() const in get_pretty_representation() function in abigail::comparison::var_diff 3205 << first_subject()->get_pretty_representation() in get_pretty_representation() 3207 << second_subject()->get_pretty_representation() in get_pretty_representation() 3366 pointer_diff::get_pretty_representation() cons function in abigail::comparison::pointer_diff 3517 array_diff::get_pretty_representation() const get_pretty_representation() function in abigail::comparison::array_diff 3669 reference_diff::get_pretty_representation() const get_pretty_representation() function in abigail::comparison::reference_diff 3818 qualified_type_diff::get_pretty_representation() const get_pretty_representation() function in abigail::comparison::qualified_type_diff 4029 enum_diff::get_pretty_representation() const get_pretty_representation() function in abigail::comparison::enum_diff 5548 class_diff::get_pretty_representation() const get_pretty_representation() function in abigail::comparison::class_diff 5825 base_diff::get_pretty_representation() const get_pretty_representation() function in abigail::comparison::base_diff 5961 union_diff::get_pretty_representation() const get_pretty_representation() function in abigail::comparison::union_diff 6431 scope_diff::get_pretty_representation() const get_pretty_representation() function in abigail::comparison::scope_diff 6599 fn_parm_diff::get_pretty_representation() const get_pretty_representation() function in abigail::comparison::fn_parm_diff 6876 function_type_diff::get_pretty_representation() const get_pretty_representation() function in abigail::comparison::function_type_diff 7047 function_decl_diff::get_pretty_representation() const get_pretty_representation() function in abigail::comparison::function_decl_diff 7168 type_decl_diff::get_pretty_representation() const get_pretty_representation() function in abigail::comparison::type_decl_diff 7322 typedef_diff::get_pretty_representation() const get_pretty_representation() function in abigail::comparison::typedef_diff 10572 corpus_diff::get_pretty_representation() const get_pretty_representation() function in abigail::comparison::corpus_diff [all...] |
H A D | abg-ir.cc | 702 string l_repr = get_pretty_representation(l); in operator ()() 703 string r_repr = get_pretty_representation(r); in operator ()() 3217 return (get_pretty_representation(f, /*internal=*/false) in compare_using_locations() 3218 < get_pretty_representation(s, /*internal=*/false)); in compare_using_locations() 3272 && (get_pretty_representation(f, /*internal=*/false) in operator ()() 3273 == get_pretty_representation(s, /*internal=*/false))) in operator ()() 3276 return (get_pretty_representation(f, /*internal=*/false) in operator ()() 3277 < get_pretty_representation(s, /*internal=*/false)); in operator ()() 3365 string s1 = get_pretty_representation(f, /*internal=*/false); in operator ()() 3366 string s2 = get_pretty_representation( in operator ()() 4837 decl_base::get_pretty_representation(bool internal, get_pretty_representation() function in abigail::ir::decl_base 8927 get_pretty_representation(const type_or_decl_base* tod, bool internal) get_pretty_representation() function 8955 get_pretty_representation(const type_or_decl_base_sptr& tod, bool internal) get_pretty_representation() function 8969 get_pretty_representation(const decl_base* d, bool internal) get_pretty_representation() function 8987 get_pretty_representation(const type_base* t, bool internal) get_pretty_representation() function 9010 get_pretty_representation(const decl_base_sptr& d, bool internal) get_pretty_representation() function 9024 get_pretty_representation(const type_base_sptr& t, bool internal) get_pretty_representation() function 9038 get_pretty_representation(const function_type_sptr& fn_type, get_pretty_representation() function 9053 get_pretty_representation(const function_type* fn_type, bool internal) get_pretty_representation() function 9075 get_pretty_representation(const function_type& fn_type, bool internal) get_pretty_representation() function 9093 get_pretty_representation(const method_type& method, bool internal) get_pretty_representation() function 9111 get_pretty_representation(const method_type* method, bool internal) get_pretty_representation() function 9129 get_pretty_representation(const method_type_sptr method, bool internal) get_pretty_representation() function 15285 type_decl::get_pretty_representation(bool internal, get_pretty_representation() function in abigail::ir::type_decl 15511 namespace_decl::get_pretty_representation(bool internal, get_pretty_representation() function in abigail::ir::namespace_decl 16755 reference_type_def::get_pretty_representation(bool internal, get_pretty_representation() function in abigail::ir::reference_type_def 17285 array_type_def::subrange_type::get_pretty_representation(bool, bool) const get_pretty_representation() function in abigail::ir::array_type_def::subrange_type 17495 array_type_def::get_pretty_representation(bool internal, get_pretty_representation() function in abigail::ir::array_type_def 17897 enum_type_decl::get_pretty_representation(bool internal, get_pretty_representation() function in abigail::ir::enum_type_decl 18697 typedef_decl::get_pretty_representation(bool internal, get_pretty_representation() function in abigail::ir::typedef_decl 19140 var_decl::get_pretty_representation(bool internal, bool qualified_name) const get_pretty_representation() function in abigail::ir::var_decl 19779 function_type::get_pretty_representation(bool internal, get_pretty_representation() function in abigail::ir::function_type 20007 method_type::get_pretty_representation(bool internal, get_pretty_representation() function in abigail::ir::method_type 20153 function_decl::get_pretty_representation(bool internal, get_pretty_representation() function in abigail::ir::function_decl 21041 function_decl::parameter::get_pretty_representation(bool internal, get_pretty_representation() function in abigail::ir::function_decl::parameter 22666 class_decl::get_pretty_representation(bool internal, get_pretty_representation() function in abigail::ir::class_decl 24500 union_decl::get_pretty_representation(bool internal, get_pretty_representation() function in abigail::ir::union_decl [all...] |
H A D | abg-reporter-priv.h | 54 string _name_ = _diff_->first_subject()->get_pretty_representation(); \ 83 string _name_ = _diff_->first_subject()->get_pretty_representation(); \
|
H A D | abg-corpus.cc | 254 first_name = first->get_pretty_representation(); in operator ()() 255 second_name = second->get_pretty_representation(); in operator ()() 265 second_name = second->get_pretty_representation(); in operator ()() 266 first_name = first->get_pretty_representation(); in operator ()() 718 string repr = get_pretty_representation(&t, /*internal=*/true); in record_type_as_reachable_from_public_interfaces() 736 string repr = get_pretty_representation(&t, /*internal=*/true); in type_is_reachable_from_public_interfaces()
|
H A D | abg-ir-priv.h | 622 std::cerr << "'" << c->get_pretty_representation() in dump_classes_being_compared() 643 std::cerr << "'" << c->get_pretty_representation() in dump_fn_types_being_compared()
|
H A D | abg-writer.cc | 133 return h(p->get_pretty_representation(/*internal=*/false, in operator ()() 638 string r1 = ir::get_pretty_representation(l, true), in operator ()() 639 r2 = ir::get_pretty_representation(r, true); in operator ()() 652 r1 = ir::get_pretty_representation(l, /*internal=*/false), in operator ()() 653 r2 = ir::get_pretty_representation(r, /*internal=*/false); in operator ()() 805 string repr = get_pretty_representation(decl, true); in decl_is_emitted() 816 string repr = get_pretty_representation(decl, true); in record_decl_as_emitted() 1010 << xml::escape_xml_comment(decl->get_pretty_representation(/*internal=*/false)) in annotate() 1218 << xml::escape_xml_comment(get_pretty_representation(parm->get_type())); in annotate()
|
H A D | abg-tools-utils.cc | 2926 o << (*i)->get_pretty_representation() << "\n"; in dump_function_names() 2930 o << (*i)->get_pretty_representation() << "\n"; in dump_function_names()
|
H A D | abg-dwarf-reader.cc | 4465 << i->second->get_pretty_representation() in fixup_functions_with_no_symbols() 4536 << get_pretty_representation(*it, false) in canonicalize_types_scheduled()
|
H A D | abg-reader.cc | 882 << t->get_pretty_representation(/*internal=*/false, in maybe_check_abixml_canonical_type_stability()
|
/third_party/libabigail/tests/ |
H A D | test-ir-walker.cc | 84 cout << prefix << ns->get_pretty_representation() << "\n" in visit_begin() 104 cout << prefix << klass->get_pretty_representation() << "\n" in visit_begin() 123 cout << prefix << f->get_pretty_representation() << "\n"; in visit_begin() 139 cout << prefix << v->get_pretty_representation() << "\n"; in visit_begin()
|
/third_party/libabigail/include/ |
H A D | abg-fwd.h | 973 get_pretty_representation(const decl_base*, bool internal = false); 976 get_pretty_representation(const type_base*, bool internal = false); 979 get_pretty_representation(const type_or_decl_base*, bool internal = false); 982 get_pretty_representation(const type_or_decl_base_sptr&, 986 get_pretty_representation(const decl_base_sptr&, bool internal = false); 989 get_pretty_representation(const type_base_sptr&, bool internal = false); 992 get_pretty_representation(const function_type&, bool internal = false); 995 get_pretty_representation(const function_type*, bool internal = false); 998 get_pretty_representation(const function_type_sptr&, 1002 get_pretty_representation(cons [all...] |
H A D | abg-comparison.h | 1053 get_pretty_representation() const; 1147 get_pretty_representation(diff*); 1178 get_pretty_representation() const; 1242 get_pretty_representation() const; 1284 get_pretty_representation() const; 1341 get_pretty_representation() const; 1398 get_pretty_representation() const; 1455 get_pretty_representation() const; 1524 get_pretty_representation() const; 1729 get_pretty_representation() cons [all...] |
H A D | abg-ir.h | 467 string repr = get_pretty_representation(artifact); in operator ()() 503 string repr1 = get_pretty_representation(l); in operator ()() 504 string repr2 = get_pretty_representation(r); in operator ()() 1438 get_pretty_representation(bool internal = false, 1599 get_pretty_representation(bool internal = false, 2106 get_pretty_representation(bool internal = false, 2159 get_pretty_representation(bool internal = false, 2403 get_pretty_representation(bool internal = false, 2566 get_pretty_representation(bool internal = false, 2613 get_pretty_representation(boo [all...] |
/third_party/libabigail/tools/ |
H A D | abicompat.cc | 589 << i->decl->get_pretty_representation() in perform_compat_check_in_weak_mode() 633 << i->decl->get_pretty_representation() in perform_compat_check_in_weak_mode()
|
H A D | abilint.cc | 386 string repr = artifact->get_pretty_representation(); in emit_artifact_use_trace() 471 << use_tree->artifact->get_pretty_representation() in show_how_type_is_used()
|
H A D | abidiff.cc | 681 o << (*i)->get_pretty_representation() << std::endl; in display_symtabs() 692 o << (*i)->get_pretty_representation() << std::endl; in display_symtabs()
|