Lines Matching refs:first
717 /// @param first the first type to consider.
727 report_size_and_alignment_changes(type_or_decl_base_sptr first,
733 type_base_sptr f = dynamic_pointer_cast<type_base>(first),
739 class_or_union_sptr first_class = is_class_or_union_type(first),
751 array_type_def_sptr first_array = is_array_type(is_type(first)),
878 /// @param first the first type to consider.
888 report_name_size_and_alignment_changes(decl_base_sptr first,
894 string fn = first->get_qualified_name(),
900 && filtering::has_harmless_name_change(first, second))
907 if (is_type(first))
916 report_size_and_alignment_changes(first, second, ctxt, out, indent);
1022 /// @param decl1 the first class member to consider.
1075 /// @param symbol1 the first symbol to consider.
1435 dms_replaced_by_same_anon_dm.push_back(i->first);
1446 dms_replaced_by_same_anon_dm.push_back(i->first);
1497 class_decl_sptr first = d.first_class_decl(),
1500 ABG_ASSERT(!first->get_base_specifiers().empty());
1504 << first->get_pretty_representation()
1507 vector<class_decl_sptr> classes = {first, second};