Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DStencil.cpp181 static Error printNode(StringRef Id, const MatchFinder::MatchResult &Match, in printNode()
194 const MatchFinder::MatchResult &Match, std::string *Result) { in evalData()
217 const MatchFinder::MatchResult &Match, std::string *Result) { in evalData()
283 Error evalData(const SelectorData &Data, const MatchFinder::MatchResult &Match, in evalData()
319 Error evalData(const AccessData &Data, const MatchFinder::MatchResult &Match, in evalData()
352 Error evalData(const IfBoundData &Data, const MatchFinder::MatchResult &Match, in evalData()
360 const MatchFinder::MatchResult &Match, std::string *Result) { in evalData()
368 Error evalData(const SequenceData &Data, const MatchFinder::MatchResult &Match, in evalData()
383 Error eval(const MatchFinder::MatchResult &Match, in eval()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dre.h105 inline bool Regex::Match(const std::string& str) { in Match() function
142 inline bool Regex::Match(const std::string& str) { in Match() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dre.h111 inline bool Regex::Match(const std::string& str) { in Match() function
148 inline bool Regex::Match(const std::string& str) { in Match() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
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 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 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.cpp109 static void emitDiagnostics(BoundNodes &Match, const Decl *D, BugReporter &BR, in emitDiagnostics()
228 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
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h101 struct Match struct
110 void functionResolve(Match *m, Dsymbol *fd, Loc loc, Scope *sc, Objects *tiargs, Type *tthis, Expre… argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp74 for (BoundNodes Match : Matches) { in getWidenedLoopState() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_suppressions_test.cc26 TEST(Suppressions, Match) { in TEST() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h734 struct Match { struct
739 Optional<Match> TheMatch; argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp276 auto GetCFP = [&](const Pair &Match) { in EraseUnwantedCUDAMatches()
287 [&](const Pair &Match) { return GetCFP(Match) < BestCFP; }); in EraseUnwantedCUDAMatches()
660 NamedDecl *Match = *It; in maybeAddCUDAHostDeviceAttrs() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_suppressions.cc81 bool SuppressionContext::Match(const char *str, const char *type, in Match() function in __sanitizer::SuppressionContext
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.cc79 bool SuppressionContext::Match(const char *str, const char *type, in Match() function in __sanitizer::SuppressionContext
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.cpp91 bool SuppressionContext::Match(const char *str, const char *type, in Match() function in __sanitizer::SuppressionContext
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/sys/external/bsd/acpica/dist/events/
H A Devrgnini.c389 BOOLEAN Match; in AcpiEvIsPciRootBridge() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86EVEX2VEXTablesEmitter.cpp243 auto Match = llvm::find_if(VEXInsts[Opcode], IsMatch(EVEXInst)); in run() local
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dhand.c124 BOOLEAN Match; in LibLocateHandleByDiskSignature() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp141 else if (auto Match = matchExpandedRem(I)) in getWorklist() local

123