Lines Matching refs:ctxt

279 /// @param ctxt the context of the comparison.
287 const diff_context& ctxt)
290 string first_soname = ctxt.get_corpus_diff()->first_corpus()->get_soname(),
291 second_soname = ctxt.get_corpus_diff()->second_corpus()->get_soname();
309 /// @param ctxt the context of the comparison.
317 const diff_context &ctxt)
320 string first_binary_path = ctxt.get_corpus_diff()->first_corpus()->get_path(),
321 second_binary_path = ctxt.get_corpus_diff()->second_corpus()->get_path();
908 /// @param ctxt the context of comparison we are involved with.
914 const diff_context_sptr& ctxt) const
916 if (ctxt)
919 if (!names_of_binaries_match(*this, *ctxt))
924 if (!sonames_of_binaries_match(*this, *ctxt))
2491 /// @param ctxt the context of the current diff.
2498 const diff_context_sptr ctxt) const
2505 if (ctxt)
2508 if (!names_of_binaries_match(*this, *ctxt))
2513 if (!sonames_of_binaries_match(*this, *ctxt))
2775 /// @param ctxt the context of the current diff.
2782 const diff_context_sptr ctxt) const
2783 {return suppresses_function(fn.get(), k, ctxt);}
2794 /// @param ctxt the context of the current diff.
2801 const diff_context_sptr ctxt)
2817 if (ctxt)
2821 if (!names_of_binaries_match(*this, *ctxt))
2827 if (!sonames_of_binaries_match(*this, *ctxt))
2882 /// @param ctxt the context of the current diff.
2889 const diff_context_sptr ctxt)
2890 {return suppresses_function_symbol(sym.get(), k, ctxt);}
3699 /// @param ctxt the context of the current diff.
3706 const diff_context_sptr ctxt) const
3712 if (ctxt)
3716 if (!names_of_binaries_match(*this, *ctxt))
3722 if (!sonames_of_binaries_match(*this, *ctxt))
3819 /// @param ctxt the context of the current diff.
3826 const diff_context_sptr ctxt) const
3827 {return suppresses_variable(var.get(), k, ctxt);}
3838 /// @param ctxt the context of the current diff.
3845 const diff_context_sptr ctxt) const
3861 if (ctxt)
3865 if (!names_of_binaries_match(*this, *ctxt))
3870 if (!sonames_of_binaries_match(*this, *ctxt))
3931 /// @param ctxt the context of the current diff.
3938 const diff_context_sptr ctxt) const
3939 {return suppresses_variable_symbol(sym.get(), k, ctxt);}