Lines Matching refs:ctxt
301 diff_context_sptr ctxt(new diff_context());
302 ctxt->show_added_fns(false);
303 ctxt->show_added_vars(false);
304 ctxt->show_added_symbols_unreferenced_by_debug_info(false);
305 ctxt->show_linkage_names(true);
306 ctxt->show_redundant_changes(opts.show_redundant);
307 ctxt->show_locs(opts.show_locs);
309 ctxt->show_soname_change(!opts.ignore_soname);
310 ctxt->switch_categories_off
328 ctxt->add_suppressions(supprs);
330 return ctxt;
339 /// @param ctxt the context of the diff to be performed.
355 diff_context_sptr& ctxt,
396 corpus_diff_sptr changes = compute_diff(lib1_corpus, lib2_corpus, ctxt);
489 diff_context_sptr& ctxt,
561 fn_type_diff = compute_diff(app_fn_type, lib_fn_type, ctxt);
617 type_diff = compute_diff(app_var_type, lib_var_type, ctxt);
769 diff_context_sptr ctxt = create_diff_context(opts);
773 suppressions_type& supprs = ctxt->suppressions();
918 s = perform_compat_check_in_weak_mode(opts, ctxt,
922 s = perform_compat_check_in_normal_mode(opts, ctxt,