Lines Matching defs:first
481 class_or_union_sptr first = d.first_class_or_union(),
488 if (filtering::has_class_decl_only_def_change(first, second))
491 first->get_is_declaration_only()
500 out << indent << "type " << first->get_pretty_representation()
683 class_decl_sptr first = d.first_class_decl(),
686 report_name_size_and_alignment_changes(first, second, d.context(),
690 maybe_report_diff_for_member(first, second, ctxt, out, indent);
718 union_decl_sptr first = d.first_union_decl(), second = d.second_union_decl();
720 report_name_size_and_alignment_changes(first, second, d.context(),
723 maybe_report_diff_for_member(first, second,d. context(), out, indent);
743 type_or_decl_base_sptr f = d.first(), s = d.second();
944 decl_base_sptr first = d.first_var(), second = d.second_var();
945 string n = first->get_pretty_representation();
947 report_name_size_and_alignment_changes(first, second,
955 maybe_report_diff_for_member(first, second, d.context(), out, indent);