Home
last modified time | relevance | path

Searched defs:Match (Results 1 – 25 of 68) sorted by relevance

123

/openbsd/gnu/llvm/clang/lib/Tooling/Transformer/
H A DStencil.cpp46 static Error printNode(StringRef Id, const MatchFinder::MatchResult &Match, in printNode()
76 Error eval(const MatchFinder::MatchResult &Match, in eval()
94 Error eval(const MatchFinder::MatchResult &Match, in eval()
144 Error eval(const MatchFinder::MatchResult &Match, in eval()
221 Error eval(const MatchFinder::MatchResult &Match, in eval()
274 Error eval(const MatchFinder::MatchResult &Match, in eval()
306 Error eval(const MatchFinder::MatchResult &Match, in eval()
396 Error eval(const MatchFinder::MatchResult &Match, in eval()
413 Error eval(const MatchFinder::MatchResult &Match, in eval()
/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DStringMatcher.cpp36 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
H A DTGLexer.cpp630 bool Match = true; in prepIsDirective() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp80 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 DPointerIterationChecker.cpp35 static void emitDiagnostics(const BoundNodes &Match, const Decl *D, in emitDiagnostics()
88 for (const auto &Match : Matches) in checkASTCodeBody() local
H A DPointerSortingChecker.cpp35 static void emitDiagnostics(const BoundNodes &Match, const Decl *D, in emitDiagnostics()
102 for (const auto &Match : Matches) in checkASTCodeBody() local
H A DObjCAutoreleaseWriteChecker.cpp111 static void emitDiagnostics(BoundNodes &Match, const Decl *D, BugReporter &BR, in emitDiagnostics()
230 for (BoundNodes Match : Matches) in checkASTCodeBody() local
H A DGCDAntipatternChecker.cpp213 for (BoundNodes Match : Matches) in checkASTCodeBody() local
218 for (BoundNodes Match : Matches) in checkASTCodeBody() local
H A DOSObjectCStyleCast.cpp115 for (BoundNodes Match : Matches) in checkASTCodeBody() local
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp410 LVMatch Match; in createMatchEntry() local
512 for (const LVMatch &Match : MatchInfo) { in matchPattern() local
H A DLVObject.cpp110 Error LVObject::doPrint(bool Split, bool Match, bool Print, raw_ostream &OS, in doPrint()
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp45 StringMatcher::StringPair Match(Spelling, "return true;"); in EmitClangCommentHTMLTagsProperties() local
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp69 StringMatcher::StringPair Match(Spelling, std::string(CLiteral.str())); in EmitClangCommentHTMLNamedCharacterReferences() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp73 for (BoundNodes Match : Matches) { in getWidenedLoopState() local
/openbsd/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h734 struct Match { struct
739 std::optional<Match> TheMatch; argument
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCUDA.cpp281 auto GetCFP = [&](const Pair &Match) { in EraseUnwantedCUDAMatches()
292 [&](const Pair &Match) { return GetCFP(Match) < BestCFP; }); in EraseUnwantedCUDAMatches()
693 NamedDecl *Match = *It; in maybeAddCUDAHostDeviceAttrs() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp429 auto Match = llvm::find_if( in removeEdges() local
502 SchedGroup *Match; in populateReadyList() local
563 SchedGroup *Match; in solveExact() local
646 SchedGroup *Match; in solveGreedy() local
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_suppressions_test.cpp25 TEST(Suppressions, Match) { in TEST() argument
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp47 std::pair<LLT, LLT> Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1]}; in typePairInSet() local
57 TypePairAndMemDesc Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1], in typePairAndMemDescInSet() local
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp91 bool SuppressionContext::Match(const char *str, const char *type, in Match() function in __sanitizer::SuppressionContext
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp107 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() local
/openbsd/gnu/llvm/clang/tools/clang-offload-packager/
H A DClangOffloadPackager.cpp151 bool Match = llvm::all_of(Args, [&](auto &Arg) { in unbundleImages() local
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DX86EVEX2VEXTablesEmitter.cpp214 auto Match = llvm::find_if(VEXInsts[Opcode], IsMatch(EVEXInst)); in run() local
/openbsd/usr.sbin/unbound/dnstap/
H A Ddnstap.proto76 enum Match { enum
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp142 else if (auto Match = matchExpandedRem(I)) in getWorklist() local

123