Lines Matching refs:diff
101 /// @param d the enum diff to consider.
257 /// Reports the difference between the two subjects of the diff in a
391 /// @param out the stream to serialize the diff to.
418 /// the diff node.
540 /// carried by the diff node.
974 diff_sptr diff = *i;
975 if (!diff || !diff->to_be_reported())
981 diff->report(out, indent + " ");
1317 base_diff_sptr diff = *it;
1318 if (!diff || !diff->to_be_reported())
1321 class_decl::base_spec_sptr o = diff->first_base();
1326 diff->report(out, indent + " ");
1391 // The user wants to see harmless changes and the union diff we
1393 // the "before" and "after" carried by the diff node.
1418 /// @param out the output stream to send the diff report to.
1433 diff_sptr diff = d.compatible_child_diff();
1435 string compatible = diff ? " to compatible type '": " to '";
1445 if (diff)
1446 diff->report(out, indent + " ");
1637 /// @param out the stream to serialize the diff to.
1836 diff_sptr diff = *i;
1837 if (!diff)
1840 if (diff->to_be_reported())
1891 diff->report(out, indent + " ");
1996 diff_sptr diff = *i;
1998 if (!diff)
2001 if (!diff->to_be_reported())
2004 n1 = diff->first_subject()->get_pretty_representation();
2005 n2 = diff->second_subject()->get_pretty_representation();
2010 report_loc_info(diff->second_subject(), *ctxt, out);
2012 diff->report(out, indent + " ");