| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-matchers.h | 198 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 D | gmock-matchers.h | 501 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 D | gmock-generated-matchers.h | 274 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 D | gmock-spec-builders.h | 1131 if (!extra_matcher_.MatchAndExplain(args, &listener)) { in ExplainMatchResultTo()
|
| /llvm-project-15.0.7/llvm/include/llvm/Testing/Support/ |
| H A D | Error.h | 38 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 D | SupportHelpers.h | 78 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 D | Matchers.h | 55 bool MatchAndExplain(const std::vector<T> &V, in MatchAndExplain() function 174 MatchAndExplain(Optional optional, in MatchAndExplain() function
|
| H A D | FuzzyMatchTests.cpp | 57 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 D | test_helpers.h | 50 return ::testing::Matcher<decltype(arg.TSC)>(M).MatchAndExplain(
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/ |
| H A D | DirectiveTreeTest.cpp | 37 .MatchAndExplain(llvm::join(Texts, " "), result_listener);
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | CompilerInvocationTest.cpp | 62 return InnerMatcher.impl().MatchAndExplain(Element, &InnerListener); in MATCHER_P2()
|