Lines Matching refs:get_pretty_representation
2422 diff::get_pretty_representation() const
2491 distinct_diff::get_pretty_representation() const
2498 o << first_subject()->get_pretty_representation();
2503 o << second_subject()->get_pretty_representation() ;
3177 get_pretty_representation(diff* d)
3182 return prefix + get_pretty_representation(d->first_subject());
3199 var_diff::get_pretty_representation() const
3205 << first_subject()->get_pretty_representation()
3207 << second_subject()->get_pretty_representation()
3366 pointer_diff::get_pretty_representation() const
3372 << first_subject()->get_pretty_representation()
3374 << second_subject()->get_pretty_representation()
3517 array_diff::get_pretty_representation() const
3523 << first_subject()->get_pretty_representation()
3525 << second_subject()->get_pretty_representation()
3669 reference_diff::get_pretty_representation() const
3675 << first_subject()->get_pretty_representation()
3677 << second_subject()->get_pretty_representation()
3818 qualified_type_diff::get_pretty_representation() const
3824 << first_subject()->get_pretty_representation()
3826 << second_subject()->get_pretty_representation()
4029 enum_diff::get_pretty_representation() const
4035 << first_subject()->get_pretty_representation()
4037 << second_subject()->get_pretty_representation()
5252 name = mem_fn->get_pretty_representation();
5275 name = mem_fn->get_pretty_representation();
5374 : i->second->get_pretty_representation();
5548 class_diff::get_pretty_representation() const
5554 << first_subject()->get_pretty_representation()
5556 << second_subject()->get_pretty_representation()
5825 base_diff::get_pretty_representation() const
5831 << first_subject()->get_pretty_representation()
5833 << second_subject()->get_pretty_representation()
5961 union_diff::get_pretty_representation() const
5967 << first_subject()->get_pretty_representation()
5969 << second_subject()->get_pretty_representation()
6431 scope_diff::get_pretty_representation() const
6437 << first_subject()->get_pretty_representation()
6439 << second_subject()->get_pretty_representation()
6599 fn_parm_diff::get_pretty_representation() const
6605 << first_subject()->get_pretty_representation()
6607 << second_subject()->get_pretty_representation()
6876 function_type_diff::get_pretty_representation() const
6882 << abigail::ir::get_pretty_representation(first_function_type())
6884 << abigail::ir::get_pretty_representation(second_function_type())
7047 function_decl_diff::get_pretty_representation() const
7053 << first_subject()->get_pretty_representation()
7055 << second_subject()->get_pretty_representation()
7168 type_decl_diff::get_pretty_representation() const
7174 << first_subject()->get_pretty_representation()
7176 << second_subject()->get_pretty_representation()
7322 typedef_diff::get_pretty_representation() const
7328 << first_subject()->get_pretty_representation()
7330 << second_subject()->get_pretty_representation()
7738 string n = get_pretty_representation(dif->first_subject(),
9109 string repr = abigail::ir::get_pretty_representation(t, true);
9131 string repr = abigail::ir::get_pretty_representation(t, true);
9415 string repr = abigail::ir::get_pretty_representation(t, /*internal=*/true);
9437 string repr = abigail::ir::get_pretty_representation(t, /*internal=*/true);
10572 corpus_diff::get_pretty_representation() const
11809 out_ << d->get_pretty_representation();
11839 out_ << d->get_pretty_representation();