Home
last modified time | relevance | path

Searched refs:MatchAndExplain (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h198 bool MatchAndExplain(const T& x, in MatchAndExplain() function
200 return impl_->MatchAndExplain(x, listener); in MatchAndExplain()
264 return impl_->MatchAndExplain(x, listener); in MatchAndExplain()
270 return MatchAndExplain(x, &dummy); in Matches()
284 MatchAndExplain(x, &listener); in ExplainMatchResultTo()
484 return impl_.MatchAndExplain(x, listener); in MatchAndExplain()
547 bool MatchAndExplain(Lhs lhs, in MatchAndExplain() function
624 bool MatchAndExplain(const absl::string_view& s, in MatchAndExplain() function
626 return MatchAndExplain(std::string(s), listener); in MatchAndExplain()
637 return s != nullptr && MatchAndExplain(std::string(s), listener); in MatchAndExplain()
[all …]
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h501 bool MatchAndExplain(const T& /* x */,
529 bool MatchAndExplain(const Pointer& p,
545 bool MatchAndExplain(const Pointer& p,
603 bool MatchAndExplain(Super& x,
932 bool MatchAndExplain(Tuple args,
980 bool MatchAndExplain(const T& x,
1047 bool MatchAndExplain(const T& x,
1153 bool MatchAndExplain(const T& x,
1235 bool MatchAndExplain(T& x, // NOLINT
1400 bool MatchAndExplain(T value,
[all …]
H A Dgmock-generated-matchers.h274 virtual bool MatchAndExplain(\
323 virtual bool MatchAndExplain(\
376 virtual bool MatchAndExplain(\
436 virtual bool MatchAndExplain(\
500 virtual bool MatchAndExplain(\
573 virtual bool MatchAndExplain(\
649 virtual bool MatchAndExplain(\
731 virtual bool MatchAndExplain(\
819 virtual bool MatchAndExplain(\
914 virtual bool MatchAndExplain(\
[all …]
H A Dgmock-spec-builders.h1131 if (!extra_matcher_.MatchAndExplain(args, &listener)) { in ExplainMatchResultTo()
/llvm-project-15.0.7/llvm/include/llvm/Testing/Support/
H A DError.h38 bool MatchAndExplain(const ExpectedHolder<T> &Holder, in MatchAndExplain() function
43 bool result = Matcher.MatchAndExplain(*Holder.Exp, listener); in MatchAndExplain()
90 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function
109 return Matcher->MatchAndExplain(static_cast<InfoT &>(Info), listener); in MatchAndExplain()
139 bool MatchAndExplain(const ErrorHolder &Holder, in MatchAndExplain() function
145 return Matcher.MatchAndExplain(Messages, listener); in MatchAndExplain()
H A DSupportHelpers.h78 bool MatchAndExplain(const llvm::Optional<T> &Input, in MatchAndExplain() function
80 return Input && ValueMatcher.MatchAndExplain(*Input, L); in MatchAndExplain()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DMatchers.h55 bool MatchAndExplain(const std::vector<T> &V, in MatchAndExplain() function
174 MatchAndExplain(Optional optional, in MatchAndExplain() function
H A DFuzzyMatchTests.cpp57 bool MatchAndExplain(llvm::StringRef Pattern, in MatchAndExplain() function
194 bool MatchAndExplain(llvm::StringRef Pattern, in MatchAndExplain() function
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dtest_helpers.h50 return ::testing::Matcher<decltype(arg.TSC)>(M).MatchAndExplain(
/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DDirectiveTreeTest.cpp37 .MatchAndExplain(llvm::join(Texts, " "), result_listener);
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp62 return InnerMatcher.impl().MatchAndExplain(Element, &InnerListener); in MATCHER_P2()