/llvm-project/clang/unittests/Tooling/ |
H A D | RangeSelectorTest.cpp | 59 Expected<StringRef> select(RangeSelector Selector, const TestMatch &Match) { in select() 71 TestMatch Match = in selectFromTrivial() local 139 TestMatch Match = matchCode(Code, M); in TEST() local 159 TestMatch Match = matchCode(Code, M); in TEST() local 175 TestMatch Match = matchCode(Code, callExpr().bind(Call)); in TEST() local 213 TestMatch Match = in TEST() local 229 TestMatch Match = in TEST() local 245 TestMatch Match = in TEST() local 262 TestMatch Match = matchCode(Code, Matcher); in TEST() local 275 TestMatch Match = matchCode(Code, Matcher); in TEST() local [all …]
|
H A D | TestVisitor.h | 134 void ExpectMatch(Twine Match, unsigned Line, unsigned Column, in DisallowMatch() argument 163 void Match(StringRef Name, SourceLocation Location) { Match() function [all...] |
/llvm-project/flang/include/flang/Common/ |
H A D | template.h | 49 template <typename B> struct Match { struct 50 static constexpr bool value() { in value()
|
/llvm-project/llvm/lib/TableGen/ |
H A D | StringMatcher.cpp | 36 for (const StringMatcher::StringPair *Match : Matches) in FindFirstNonCommonLetter() local 79 for (const StringPair *Match : Matches) in EmitStringMatcherForChar() local 138 for (const StringPair &Match : Matches) in Emit() local
|
/llvm-project/mlir/unittests/Dialect/SparseTensor/ |
H A D | MergerTest.cpp | 86 struct Match { struct 87 struct Children { 93 Match() : kind(TensorExp::Kind::kSynZero) {} in Match() function 94 Match(TensorId tid) : kind(TensorExp::Kind::kTensor), tid(tid) {} in Match() function 95 Match(TensorExp::Kind kind, const Match &e0, const Match &e1) in Match() function 100 TensorExp::Kind kind; 101 union {
|
/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | Stencil.cpp | 46 static Error printNode(StringRef Id, const MatchFinder::MatchResult &Match, in printNode() argument 76 eval(const MatchFinder::MatchResult & Match,std::string * Result) const eval() argument 94 eval(const MatchFinder::MatchResult & Match,std::string * Result) const eval() argument 144 eval(const MatchFinder::MatchResult & Match,std::string * Result) const eval() argument 221 eval(const MatchFinder::MatchResult & Match,std::string * Result) const eval() argument 275 eval(const MatchFinder::MatchResult & Match,std::string * Result) const eval() argument 307 eval(const MatchFinder::MatchResult & Match,std::string * Result) const eval() argument 397 eval(const MatchFinder::MatchResult & Match,std::string * Result) const eval() argument 414 eval(const MatchFinder::MatchResult & Match,std::string * Result) const eval() argument [all...] |
/llvm-project/flang/unittests/Evaluate/ |
H A D | testing.cpp | 37 FailureDetailPrinter Match(const char *file, int line, std::uint64_t want, in Match() function 50 FailureDetailPrinter Match(const char *file, int line, const char *want, in Match() function 63 FailureDetailPrinter Match(const char *file, int line, const std::string &want, in Match() function
|
/llvm-project/third-party/benchmark/src/ |
H A D | re.h | 111 inline bool Regex::Match(const std::string& str) { in Match() function 148 inline bool Regex::Match(const std::string& str) { in Match() function
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerIterationChecker.cpp |
|
H A D | PointerSortingChecker.cpp |
|
H A D | RunLoopAutoreleaseLeakChecker.cpp | 80 static void emitDiagnostics(BoundNodes &Match, in emitDiagnostics() 169 for (BoundNodes Match : Matches) in checkTempObjectsInSamePool() local 190 for (BoundNodes Match : Matches) in checkTempObjectsInNoPool() local
|
H A D | ObjCAutoreleaseWriteChecker.cpp | 111 static void emitDiagnostics(BoundNodes &Match, const Decl *D, BugReporter &BR, in emitDiagnostics() 230 for (BoundNodes Match : Matches) in checkASTCodeBody() local
|
H A D | GCDAntipatternChecker.cpp | 213 for (BoundNodes Match : Matches) in checkASTCodeBody() local 218 for (BoundNodes Match : Matches) in checkASTCodeBody() local
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | SimpleDictionaryTest.cpp | 21 size_t Match = 0; in LLVMFuzzerTestOneInput() local
|
/llvm-project/clang/lib/InstallAPI/ |
H A D | Library.cpp | 17 SmallVector<StringRef, 3> Match; in getFrameworkNameFromInstallName() local
|
H A D | HeaderFile.cpp | 73 bool Match = Rule.match(Header.getPath()); in match() local
|
/llvm-project/clang-tools-extra/clangd/refactor/ |
H A D | InsertionPoint.h | 26 std::function<bool(const Decl *)> Match; member
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangCommentHTMLTagsEmitter.cpp | 45 StringMatcher::StringPair Match(Spelling, "return true;"); EmitClangCommentHTMLTagsProperties() local
|
H A D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 69 StringMatcher::StringPair Match(Spelling, std::string(CLiteral)); EmitClangCommentHTMLNamedCharacterReferences() local
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.cpp | 410 LVMatch Match; in createMatchEntry() local 512 for (const LVMatch &Match : MatchInfo) { in matchPattern() local
|
/llvm-project/clang/lib/Format/ |
H A D | MatchFilePath.cpp | 90 bool Match = false; matchFilePath() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | MinMaxUseInitializerListCheck.cpp | 76 generateReplacements(const MatchFinder::MatchResult & Match,const CallExpr * TopCall,const FindArgsResult & Result,const bool IgnoreNonTrivialTypes,const std::uint64_t IgnoreTrivialTypesOfSizeAbove) generateReplacements() argument 236 check(const MatchFinder::MatchResult & Match) check() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopWidening.cpp | 75 for (BoundNodes Match : Matches) { in getWidenedLoopState() local
|
/llvm-project/lldb/unittests/Utility/ |
H A D | RegularExpressionTest.cpp | 53 TEST(RegularExpression, Match) { in TEST() argument
|
/llvm-project/clang-tools-extra/include-cleaner/unittests/ |
H A D | TypesTest.cpp | 27 TEST(RecordedIncludesTest, Match) { in TEST() argument
|