Home
last modified time | relevance | path

Searched defs:Matches (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp130 const Stmt *tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches, in tryEachMatch()
229 ExprMutationAnalyzer::findExprMutation(ArrayRef<BoundNodes> Matches) { in findExprMutation()
234 ExprMutationAnalyzer::findDeclMutation(ArrayRef<BoundNodes> Matches) { in findDeclMutation()
239 ArrayRef<ast_matchers::BoundNodes> Matches) { in findExprPointeeMutation()
245 ArrayRef<ast_matchers::BoundNodes> Matches) { in findDeclPointeeMutation()
364 const auto Matches = match( in findDirectMutation() local
540 const auto Matches = match( in findFunctionArgMutation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DStringMatcher.cpp29 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter()
49 const std::vector<const StringPair *> &Matches, unsigned CharNo, in EmitStringMatcherForChar()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DRegex.cpp86 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match()
138 SmallVector<StringRef, 8> Matches; in sub() local
H A DYAMLTraits.cpp680 bool Output::bitSetMatch(const char *Str, bool Matches) { in bitSetMatch()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DStringMatcher.h36 const std::vector<StringPair> &Matches; variable
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp24 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentHTMLTags() local
H A DClangCommentCommandInfoEmitter.cpp63 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentCommandInfo() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp168 auto Matches = match(GroupM, *D, AM.getASTContext()); in checkTempObjectsInSamePool() local
188 auto Matches = match(GroupM, *D, AM.getASTContext()); in checkTempObjectsInNoPool() local
H A DPointerIterationChecker.cpp87 auto Matches = match(MatcherM, *D, AM.getASTContext()); in checkASTCodeBody() local
H A DPointerSortingChecker.cpp101 auto Matches = match(MatcherM, *D, AM.getASTContext()); in checkASTCodeBody() local
H A DOSObjectCStyleCast.cpp113 auto Matches = in checkASTCodeBody() local
H A DObjCAutoreleaseWriteChecker.cpp227 auto Matches = match(MatcherM, *D, AM.getASTContext()); in checkASTCodeBody() local
H A DGCDAntipatternChecker.cpp212 auto Matches = match(SemaphoreMatcherM, *D->getBody(), AM.getASTContext()); in checkASTCodeBody() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp70 auto Matches = match( in getWidenedLoopState() local
H A DLoopUnrolling.cpp217 auto Matches = match(forLoopMatcher(), *LoopStmt, ASTCtx); in shouldCompletelyUnroll() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h373 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() function
418 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() function
H A Dgmock-spec-builders.h338 bool Matches(const ArgumentTuple& args) const { in Matches() function
1095 bool Matches(const ArgumentTuple& args) const in Matches() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.cpp265 AlignTokenSequence(unsigned Start, unsigned End, unsigned Column, F &&Matches, in AlignTokenSequence()
403 const FormatStyle &Style, F &&Matches, in AlignTokens()
H A DFormat.cpp2371 SmallVector<StringRef, 4> Matches; in sortCppIncludes() local
2549 SmallVector<StringRef, 4> Matches; in sortJavaImports() local
2726 llvm::SmallVector<StringRef, 4> Matches; in fixCppIncludeInsertions() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp327 SmallVector<StringRef, 4> Matches; in findTestSelectionRanges() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp288 SmallVector<StringRef, 4> Matches; in HeaderIncludes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DPrintfFormatString.cpp134 SmallVector<StringRef, 2> Matches; in ParsePrintfSpecifier() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h268 bool Matches(const T& x) const { in Matches() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp269 SmallVectorImpl<std::pair<DeclAccessPair, FunctionDecl *>> &Matches) { in EraseUnwantedCUDAMatches()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2574 std::vector<StringMatcher::StringPair> Matches; in emitMatchTokenString() local
2593 std::vector<StringMatcher::StringPair> Matches; in emitMatchRegisterName() local
2618 std::vector<StringMatcher::StringPair> Matches; in emitMatchRegisterAltName() local

12