/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-matchers.cc | 46 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 50 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 56 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 60 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 65 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::StringView 71 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView 83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::StringView 87 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 93 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Support/ |
H A D | Error.h | 34 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() 71 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() 86 explicit ErrorMatchesMono(std::optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() 135 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 189 #define EXPECT_THAT_EXPECTED(Err, Matcher) \ argument 191 #define ASSERT_THAT_EXPECTED(Err, Matcher) \ argument 203 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) { in Failed() 209 testing::Matcher<const detail::ErrorHolder &> FailedWithMessage(M... Matcher) { in FailedWithMessage() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchFinder.h | 302 SmallVector<BoundNodes, 1> match(MatcherT Matcher, const DynTypedNode &Node, in match() 313 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match() 319 match(MatcherT Matcher, ASTContext &Context) { in match() 328 matchDynamic(internal::DynTypedMatcher Matcher, const DynTypedNode &Node, in matchDynamic() 338 SmallVector<BoundNodes, 1> matchDynamic(internal::DynTypedMatcher Matcher, in matchDynamic() 345 matchDynamic(internal::DynTypedMatcher Matcher, ASTContext &Context) { in matchDynamic()
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 59 VariantMatcher::MatcherOps::canConstructFrom(const DynTypedMatcher &Matcher, in canConstructFrom() 93 SinglePayload(const DynTypedMatcher &Matcher) : Matcher(Matcher) {} in SinglePayload() 118 const DynTypedMatcher Matcher; member in clang::ast_matchers::dynamic::VariantMatcher::SinglePayload 171 for (const DynTypedMatcher &Matcher : Matchers) { in isConvertibleTo() local 213 for (const VariantMatcher &Matcher : Args) { in isConvertibleTo() local 227 VariantMatcher VariantMatcher::SingleMatcher(const DynTypedMatcher &Matcher) { in SingleMatcher() 279 VariantValue::VariantValue(const VariantMatcher &Matcher) : Type(VT_Nothing) { in VariantValue()
|
H A D | Registry.cpp | 701 const MatcherDescriptor& Matcher = *M.getValue(); in getMatcherCompletions() local
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Strings.h | 71 void addPattern(SingleStringMatcher Matcher) { patterns.push_back(Matcher); } in addPattern()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | Transformer.cpp | 72 for (auto &Matcher : Impl->buildMatchers()) in registerMatchers() local
|
H A D | RewriteRule.cpp | 275 for (auto &Matcher : transformer::detail::buildMatchers(Rule)) in registerMatchers() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | RefactoringCallbacks.h | 59 void addMatcher(const T &Matcher, RefactoringCallback *Callback) { in addMatcher()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GICombinerEmitter.cpp |
|
H A D | GlobalISelCombinerMatchTableEmitter.cpp |
|
H A D | DAGISelMatcherEmitter.cpp | 797 const EmitRegisterMatcher *Matcher = cast<EmitRegisterMatcher>(N); in EmitMatcher() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 26 const auto IgnoreDerivedToBase = [](const Expr *E, auto Matcher) { in canExprResolveTo() 38 const auto EvalCommaExpr = [](const Expr *E, auto Matcher) { in canExprResolveTo() 159 findFirst(const ast_matchers::internal::Matcher<T> &Matcher) { in findFirst()
|
H A D | UnsafeBufferUsage.cpp | 92 MatchDescendantVisitor(const internal::DynTypedMatcher *Matcher, in MatchDescendantVisitor() 205 const internal::DynTypedMatcher *const Matcher; member in clang::ast_matchers::MatchDescendantVisitor 476 using Matcher = decltype(stmt()); typedef in __anon8edba8be0511::Gadget
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 347 VariantMatcher *Matcher; member
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 754 InstructionMatcher &Matcher = insnmatchers_front(); in hasFirstCondition() local 768 InstructionMatcher &Matcher = insnmatchers_front(); in getFirstCondition() local 786 InstructionMatcher &Matcher = insnmatchers_front(); in popFirstCondition() local 876 unsigned RuleMatcher::implicitlyDefineInsnVar(InstructionMatcher &Matcher) { in implicitlyDefineInsnVar() 1088 for (auto Matcher : zip(Matchers, B.Matchers)) { in isHigherPriorityThan() local 1101 [](unsigned A, const std::unique_ptr<InstructionMatcher> &Matcher) { in countRendererFns()
|
H A D | PatternParser.cpp | 172 const DagInit *Matcher = getDagWithSpecificOperator(Arg, "wip_match_opcode"); in parseWipMatchOpcodeMatcher() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | RefactoringCallbacks.cpp | 32 const ast_matchers::internal::DynTypedMatcher &Matcher, in addDynamicMatcher()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 284 ast_matchers::internal::DynTypedMatcher Matcher; member
|
/freebsd/contrib/googletest/googlemock/include/gmock/internal/ |
H A D | gmock-internal-utils.h | 56 class Matcher; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 131 Error addMatcher(Expected<NameOrPattern> Matcher) { in addMatcher()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.h | 27 class Matcher; variable 105 Matcher(KindTy K) : Kind(K) {} in Matcher() function
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 1717 FindFirstMatchingPrefix(const FileCheckRequest &Req, PrefixMatcher &Matcher, in FindFirstMatchingPrefix() 1826 PrefixMatcher Matcher(Req.CheckPrefixes, Req.CommentPrefixes, Buffer); in readCheckFile() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTraverse.h | 394 MatchComparator Matcher; in compareExprs() local
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ScriptParser.cpp | 703 StringMatcher Matcher; in readFilePatterns() local
|