Lines Matching refs:indent
65 /// @param indent the string to use for indentatino indent.
69 const string& indent) const
79 out, indent);
83 out << indent
91 out << indent
105 /// @param indent the string to use for indentation.
108 const string& indent) const
137 out << indent << "enum type " << name << was << is_now << "\n";
142 out, indent);
143 maybe_report_diff_for_member(first, second, ctxt, out, indent);
146 d.underlying_type_diff()->report(out, indent);
155 report_mem_header(out, numdels, 0, del_kind, "enumerator", indent);
163 out << indent
174 report_mem_header(out, numins, 0, ins_kind, "enumerator", indent);
182 out << indent
193 report_mem_header(out, numchanges, 0, change_kind, "enumerator", indent);
202 out << indent
214 maybe_report_interfaces_impacted_by_diff(&d, out, indent);
229 /// @param indent the white space string to use for indentation.
233 const string& indent) const
240 maybe_report_diff_for_member(f, s, d.context(), out, indent);
248 out << indent << "typedef name changed from "
264 /// @param indent the indentation string to use.
268 const string& indent) const
275 report_non_type_typedef_changes(d, out, indent);
284 out << indent
289 dif->report(out, indent + " ");
303 out << indent
310 dif->report(out, indent + " ");
327 /// @param indent the white string to use for indentation.
334 const string& indent) const
344 out << indent << "'" << fname << "' changed to '" << sname << "'\n";
356 /// @param indent the string to use to indent the lines of the report.
359 const string& indent) const
367 if (report_local_qualified_type_changes(d, out, indent))
381 out << indent << "in unqualified underlying type '" << fltname << "'";
384 dif->report(out, indent + " ");
393 /// @param indent the prefix to use for the indentation of this
397 const string& indent) const
409 out << indent
413 dif->report(out, indent + " ");
424 /// @param indent the white space indentation to use in the report.
428 const string& indent) const
441 out << indent;
455 out << indent
466 /// @param indent the string to use for indenting the report.
469 const string& indent) const
478 report_local_reference_type_changes(d, out, indent);
486 out << indent
491 dif->report(out, indent + " ");
501 /// @param indent the indentation string to use in the report.
504 const string& indent) const
522 out << indent;
535 type_diff->report(out, indent + " ");
546 /// @param indent the white space indentation string to use.
550 const string& indent) const
564 out << indent << "address size of function changed from "
575 out << indent << "address alignment of function changed from "
591 out << indent << "parameter " << (*i)->get_index()
602 out << indent << "parameter " << (*i)->get_index()
614 /// @param indent the indentation string to use.
617 const string& indent) const
633 out << indent << "return type changed:\n";
634 d.priv_->return_type_diff_->report(out, indent + " ");
645 dif->report(out, indent);
648 report_local_function_type_changes(d, out, indent);
658 /// @param indent the string to use for indenting the report.
661 const string& indent) const
676 out << indent << "array element type '"
678 dif->report(out, indent + " ");
684 out, indent);
693 /// @param indent the string to use for indentation.
696 const string& indent) const
708 out << indent << "is no more static";
710 out << indent << "now becomes static";
735 dif->report(out, indent);
746 /// @param indent the string to use for indentation.
749 const string& indent) const
759 out << indent << "1 changed type:\n";
761 out << indent << num_changed_types << " changed types:\n";
770 out << indent << " '"
773 (*dif)->report(out, indent + " ");
781 out << indent << "1 changed declaration:\n";
783 out << indent << num_changed_decls << " changed declarations:\n";
792 out << indent << " '"
799 (*dif)->report(out, indent + " ");
807 out << indent
819 out << indent
838 out << indent
858 out << indent
876 /// @param indent the number of white space to use as indentation.
880 const string& indent) const
904 out << indent << "type " << first->get_pretty_representation()
918 "member function", indent);
930 out << indent << " ";
939 "member function", indent);
951 out << indent << " ";
960 "member function", indent);
980 out << indent << " '" << repr << "' has some sub-type changes:\n";
981 diff->report(out, indent + " ");
994 "data member", indent);
1008 represent_data_member(data_mem, ctxt, out, indent + " ");
1018 "data member", indent);
1030 represent_data_member(data_mem, ctxt, out, indent + " ");
1046 change_kind, "data member", indent);
1053 represent(*it, ctxt, out, indent + " ");
1060 represent(*it, ctxt, out, indent + " ");
1065 maybe_report_data_members_replaced_by_anon_dm(d, out, indent);
1080 "member type", indent);
1088 out << indent << " '"
1098 "member type", indent);
1110 out << indent << " '"
1115 (*it)->report(out, indent + " ");
1128 "member type", indent);
1144 out << indent << " '"
1162 "member function template", indent);
1169 out << indent << " '"
1178 "member function template", indent);
1190 out << indent << " '"
1205 "member class template", indent);
1212 out << indent << " '"
1221 "member class template", indent);
1233 out << indent << " '"
1249 /// @param indent the string to use as an indentation prefix in the
1253 const string& indent) const
1270 out, indent);
1273 maybe_report_diff_for_member(first, second, ctxt, out, indent);
1285 "base class", indent);
1299 out << indent << " "
1311 "base class", indent);
1322 out << indent << " '"
1326 diff->report(out, indent + " ");
1335 "base class", indent);
1343 out << indent << " " << b->get_pretty_representation();
1350 maybe_report_base_class_reordering(d, out, indent);
1353 d.class_or_union_diff::report(out, indent);
1367 /// @param indent the string to use as an indentation prefix in the
1371 const string& indent) const
1382 out, indent);
1384 maybe_report_diff_for_member(first, second,d. context(), out, indent);
1386 d.class_or_union_diff::report(out, indent);
1394 out << indent << "type changed from:\n"
1395 << get_class_or_union_flat_representation(first, indent + " ",
1400 << indent << "to:\n"
1401 << get_class_or_union_flat_representation(second, indent + " ",
1420 /// @param indent the indentation string to use in the report.
1423 const string& indent) const
1437 out << indent << "entity changed from '" << f_repr << "'"
1446 diff->report(out, indent + " ");
1448 report_size_and_alignment_changes(f, s, d.context(), out, indent);
1458 /// @param indent the string to use an an indentation prefix.
1461 const string& indent) const
1468 d.context(), out, indent);
1502 out << indent << ff->get_pretty_representation()
1508 out << indent << ff->get_pretty_representation()
1511 << indent << "but it doesn't have any linkage name anymore\n";
1514 out << indent << "linkage names of "
1516 << "\n" << indent << "changed from '"
1530 out << indent << "'" << frep1 << " {" << linkage_names1<< "}"
1537 d.context(), out, indent);
1542 out << indent;
1558 out << indent;
1572 out << indent
1604 out << indent
1609 out << indent
1615 out << indent;
1629 d.type_diff()->report(out, indent);
1639 /// @param indent the prefix to use for the indentation of this
1643 const string& indent) const
1653 out, indent);
1657 d.context(), out, indent);
1659 maybe_report_diff_for_member(first, second, d.context(), out, indent);
1666 out << indent << "type of variable changed:\n";
1667 dif->report(out, indent + " ");
1679 /// @param indent the prefix to use as indentation for the report.
1683 const string& indent) const
1685 static_cast<const scope_diff&>(d).report(out, indent);
1695 /// @param indent the prefix to use as indentation for the report.
1698 const string& indent) const
1706 d.priv_->emit_diff_stats(s, out, indent);
1713 out << indent << "SONAME changed from '"
1719 out << indent << "architecture changed from '"
1727 out << indent << "1 Removed function:\n\n";
1729 out << indent << s.net_num_func_removed() << " Removed functions:\n\n";
1742 out << indent
1758 out << indent
1773 out << indent << "1 Added function:\n\n";
1775 out << indent << s.net_num_func_added()
1788 << indent
1807 out << indent
1823 out << indent << "1 function with some indirect sub-type change:\n\n";
1825 out << indent << num_changed
1843 out << indent << " [C] '"
1872 out << indent << " "
1880 out << indent << " "
1891 diff->report(out, indent + " ");
1903 out << indent << "1 Removed variable:\n\n";
1905 out << indent << s.net_num_vars_removed()
1921 out << indent
1944 out << indent << "1 Added variable:\n\n";
1946 out << indent << s.net_num_vars_added()
1962 out << indent
1985 out << indent << "1 Changed variable:\n\n";
1987 out << indent << num_changed
2007 out << indent << " [C] '" << n1 << "' was changed";
2012 diff->report(out, indent + " ");
2024 out << indent
2027 out << indent
2043 out << indent << " ";
2061 out << indent
2064 out << indent
2080 out << indent << " ";
2097 out << indent
2100 out << indent
2116 out << indent << " ";
2136 out << indent
2139 out << indent
2155 out << indent << " ";
2168 maybe_report_unreachable_type_changes(d, s, indent, out);