Lines Matching refs:ctxt
319 /// @param ctxt the diff context to consider.
323 set_diff_context(diff_context_sptr ctxt, const options& opts)
325 ctxt->default_output_stream(&cout);
326 ctxt->error_output_stream(&cerr);
327 ctxt->show_relative_offset_changes(true);
328 ctxt->show_redundant_changes(false);
329 ctxt->show_locs(true);
330 ctxt->show_linkage_names(false);
331 ctxt->show_symbols_unreferenced_by_debug_info
333 ctxt->show_leaf_changes_only(opts.leaf_changes_only);
334 ctxt->show_impacted_interfaces(opts.show_impacted_interfaces);
335 ctxt->show_hex_values(opts.show_hexadecimal_values);
336 ctxt->show_offsets_sizes_in_bits(opts.show_offsets_sizes_in_bits);
338 ctxt->switch_categories_off(get_default_harmless_categories_bitmap());
341 ctxt->add_suppressions(opts.diff_time_supprs);