Lines Matching defs:second
719 /// @param second the second type to consider.
728 type_or_decl_base_sptr second,
734 s = dynamic_pointer_cast<type_base>(second);
740 second_class = is_class_or_union_type(second);
744 // declaration-only form of the second. The declaration-only class
752 second_array = is_array_type(is_type(second));
880 /// @param second the second type to consider.
889 decl_base_sptr second,
895 sn = second->get_qualified_name();
900 && filtering::has_harmless_name_change(first, second))
916 report_size_and_alignment_changes(first, second, ctxt, out, indent);
1024 /// @param decl2 the second class member to consider.
1077 /// @param symbol2 the second symbol to consider.
1438 var_decl_sptr anonymous_data_member = i->second;
1444 && *i->second == *anonymous_data_member;
1498 second = d.second_class_decl();
1501 ABG_ASSERT(!second->get_base_specifiers().empty());
1507 vector<class_decl_sptr> classes = {first, second};