Lines Matching refs:diff
23 /// Test if a diff node is to be reported by the current instance of
30 leaf_reporter::diff_to_be_reported(const diff *d) const
568 diff_sptr diff = *i;
569 if (!diff_to_be_reported(diff.get()))
575 diff->report(out, indent + " ");
748 diff_sptr diff = d.compatible_child_diff();
750 string compatible = diff ? " to compatible type '": " to '";
1134 diff_sptr diff = *i;
1135 if (!diff)
1138 if (diff_to_be_reported(diff.get()))
1176 diff->report(out, indent + " ");
1279 diff_sptr diff = *i;
1281 if (!diff)
1284 if (!diff_to_be_reported(diff.get()))
1287 n1 = diff->first_subject()->get_pretty_representation();
1288 n2 = diff->second_subject()->get_pretty_representation();
1293 report_loc_info(diff->second_subject(), *ctxt, out);
1295 diff->report(out, indent + " ");