Home
last modified time | relevance | path

Searched defs:Matcher (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-matchers.cc45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string
49 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string
55 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string
59 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string
64 Matcher<const absl::string_view&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::string_view
70 Matcher<const absl::string_view&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string_view
76 Matcher<const absl::string_view&>::Matcher(absl::string_view s) { in Matcher() function in testing::Matcher::string_view
82 Matcher<absl::string_view>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string_view
86 Matcher<absl::string_view>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string_view
92 Matcher<absl::string_view>::Matcher(absl::string_view s) { in Matcher() function in testing::Matcher::string_view
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DError.h35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono()
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly()
87 explicit ErrorMatchesMono(Optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono()
136 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches()
163 #define EXPECT_THAT_ERROR(Err, Matcher) \ argument
165 #define ASSERT_THAT_ERROR(Err, Matcher) \ argument
168 #define EXPECT_THAT_EXPECTED(Err, Matcher) \ argument
170 #define ASSERT_THAT_EXPECTED(Err, Matcher) \ argument
182 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) { in Failed()
188 testing::Matcher<const detail::ErrorHolder &> FailedWithMessage(M... Matcher) { in FailedWithMessage()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h330 explicit Matcher() {} // NOLINT in Matcher() function
333 explicit Matcher(const MatcherInterface<const T&>* impl) in Matcher() function
355 Matcher() {} in Matcher() function
357 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function
372 Matcher() {} in Matcher() function
374 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function
376 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher() function
395 Matcher() {} in Matcher() function
397 explicit Matcher(const MatcherInterface<const absl::string_view&>* impl) in Matcher() function
415 Matcher() {} in Matcher() function
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h299 SmallVector<BoundNodes, 1> match(MatcherT Matcher, const DynTypedNode &Node, in match()
310 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match()
316 match(MatcherT Matcher, ASTContext &Context) { in match()
325 matchDynamic(internal::DynTypedMatcher Matcher, const DynTypedNode &Node, in matchDynamic()
335 SmallVector<BoundNodes, 1> matchDynamic(internal::DynTypedMatcher Matcher, in matchDynamic()
342 matchDynamic(internal::DynTypedMatcher Matcher, ASTContext &Context) { in matchDynamic()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp58 VariantMatcher::MatcherOps::canConstructFrom(const DynTypedMatcher &Matcher, in canConstructFrom()
92 SinglePayload(const DynTypedMatcher &Matcher) : Matcher(Matcher) {} in SinglePayload()
117 const DynTypedMatcher Matcher; member in clang::ast_matchers::dynamic::VariantMatcher::SinglePayload
170 for (const DynTypedMatcher &Matcher : Matchers) { in isConvertibleTo() local
212 for (const VariantMatcher &Matcher : Args) { in isConvertibleTo() local
226 VariantMatcher VariantMatcher::SingleMatcher(const DynTypedMatcher &Matcher) { in SingleMatcher()
278 VariantValue::VariantValue(const VariantMatcher &Matcher) : Type(VT_Nothing) { in VariantValue()
H A DRegistry.cpp660 const MatcherDescriptor& Matcher = *M.getValue(); in getMatcherCompletions() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h54 class Matcher; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DTransformer.cpp25 for (auto &Matcher : transformer::detail::buildMatchers(Rule)) in registerMatchers() local
H A DRewriteRule.cpp243 for (auto &Matcher : transformer::detail::buildMatchers(Rule)) in registerMatchers() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp96 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, in MatchChildASTVisitor()
390 const DynTypedMatcher *const Matcher; member in clang::ast_matchers::internal::__anon62d4f9200111::MatchChildASTVisitor
579 const DynTypedMatcher &Matcher, in memoizedMatchesRecursively()
614 const DynTypedMatcher &Matcher, in matchesRecursively()
645 const DynTypedMatcher &Matcher, in matchesChildOf()
653 const DynTypedMatcher &Matcher, in matchesDescendantOf()
663 const DynTypedMatcher &Matcher, in matchesAncestorOf()
902 bool matchesParentOf(const DynTypedNode &Node, const DynTypedMatcher &Matcher, in matchesParentOf()
931 const DynTypedMatcher &Matcher, in matchesAnyAncestorOf()
1050 const Matcher<NamedDecl> &Matcher, in typeHasMatchingAlias()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h59 void addMatcher(const T &Matcher, RefactoringCallback *Callback) { in addMatcher()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp122 const DagInit *Matcher; member
401 if (const DagInit *Matcher = in parseInstructionMatcher() local
455 if (const DagInit *Matcher = in parseWipMatchOpcodeMatcher() local
647 StringMatcher Matcher("RuleIdentifier", Cases, OS); in emitNameMatcher() local
H A DGlobalISelEmitter.cpp660 class Matcher { class
3260 unsigned RuleMatcher::implicitlyDefineInsnVar(InstructionMatcher &Matcher) { in implicitlyDefineInsnVar()
3434 for (auto Matcher : zip(Matchers, B.Matchers)) { in isHigherPriorityThan() local
3447 [](unsigned A, const std::unique_ptr<InstructionMatcher> &Matcher) { in countRendererFns()
5966 InstructionMatcher &Matcher = insnmatchers_front(); in hasFirstCondition() local
5980 InstructionMatcher &Matcher = insnmatchers_front(); in getFirstCondition() local
5998 InstructionMatcher &Matcher = insnmatchers_front(); in popFirstCondition() local
H A DDAGISelMatcherEmitter.cpp685 const EmitRegisterMatcher *Matcher = cast<EmitRegisterMatcher>(N); in EmitMatcher() local
H A DDAGISelMatcher.h21 class Matcher; variable
97 Matcher(KindTy K) : Kind(K) {} in Matcher() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h347 VariantMatcher *Matcher; member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d614 alias Matcher = BacktrackingMatcher!(Char, Stream); in BacktrackingMatcher() local
619 alias Matcher = BacktrackingMatcher!(Char, typeof(s.loopBack(index))); in BacktrackingMatcher() local
H A Dir.d574 alias Matcher = BacktrackingMatcher!(true); in StaticRegex() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h280 ast_matchers::internal::DynTypedMatcher Matcher; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp32 const ast_matchers::internal::DynTypedMatcher &Matcher, in addDynamicMatcher()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d645 alias Matcher = BacktrackingMatcher!(Char, Stream); in matchImpl() local
650 alias Matcher = BacktrackingMatcher!(Char, typeof(s.loopBack(index))); in matchImpl() local
H A Dir.d602 abstract class Matcher(Char) in Matcher() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h129 Error addMatcher(Expected<NameOrPattern> Matcher) { in addMatcher()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d434 alias Matcher = BacktrackingMatcher!(true); in foreach() variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h394 MatchComparator Matcher; in compareExprs() local

12