/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 130 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 D | StringMatcher.cpp | 29 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 D | Regex.cpp | 86 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match() 138 SmallVector<StringRef, 8> Matches; in sub() local
|
H A D | YAMLTraits.cpp | 680 bool Output::bitSetMatch(const char *Str, bool Matches) { in bitSetMatch()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | StringMatcher.h | 36 const std::vector<StringPair> &Matches; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangCommentHTMLTagsEmitter.cpp | 24 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentHTMLTags() local
|
H A D | ClangCommentCommandInfoEmitter.cpp | 63 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentCommandInfo() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | RunLoopAutoreleaseLeakChecker.cpp | 168 auto Matches = match(GroupM, *D, AM.getASTContext()); in checkTempObjectsInSamePool() local 188 auto Matches = match(GroupM, *D, AM.getASTContext()); in checkTempObjectsInNoPool() local
|
H A D | PointerIterationChecker.cpp | 87 auto Matches = match(MatcherM, *D, AM.getASTContext()); in checkASTCodeBody() local
|
H A D | PointerSortingChecker.cpp | 101 auto Matches = match(MatcherM, *D, AM.getASTContext()); in checkASTCodeBody() local
|
H A D | OSObjectCStyleCast.cpp | 113 auto Matches = in checkASTCodeBody() local
|
H A D | ObjCAutoreleaseWriteChecker.cpp | 227 auto Matches = match(MatcherM, *D, AM.getASTContext()); in checkASTCodeBody() local
|
H A D | GCDAntipatternChecker.cpp | 212 auto Matches = match(SemaphoreMatcherM, *D->getBody(), AM.getASTContext()); in checkASTCodeBody() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopWidening.cpp | 70 auto Matches = match( in getWidenedLoopState() local
|
H A D | LoopUnrolling.cpp | 217 auto Matches = match(forLoopMatcher(), *LoopStmt, ASTCtx); in shouldCompletelyUnroll() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 373 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() function 418 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() function
|
H A D | gmock-spec-builders.h | 338 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 D | WhitespaceManager.cpp | 265 AlignTokenSequence(unsigned Start, unsigned End, unsigned Column, F &&Matches, in AlignTokenSequence() 403 const FormatStyle &Style, F &&Matches, in AlignTokens()
|
H A D | Format.cpp | 2371 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 D | TestSupport.cpp | 327 SmallVector<StringRef, 4> Matches; in findTestSelectionRanges() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 288 SmallVector<StringRef, 4> Matches; in HeaderIncludes() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | PrintfFormatString.cpp | 134 SmallVector<StringRef, 2> Matches; in ParsePrintfSpecifier() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 268 bool Matches(const T& x) const { in Matches() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 269 SmallVectorImpl<std::pair<DeclAccessPair, FunctionDecl *>> &Matches) { in EraseUnwantedCUDAMatches()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | AsmMatcherEmitter.cpp | 2574 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
|