/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | StringMatcher.cpp | 30 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter() 50 const std::vector<const StringPair *> &Matches, unsigned CharNo, in EmitStringMatcherForChar()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 191 const Stmt *tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches, in tryEachMatch() 310 ExprMutationAnalyzer::Analyzer::findExprMutation(ArrayRef<BoundNodes> Matches) { in findExprMutation() 316 ExprMutationAnalyzer::Analyzer::findDeclMutation(ArrayRef<BoundNodes> Matches) { in findDeclMutation() 322 ArrayRef<ast_matchers::BoundNodes> Matches) { in findExprPointeeMutation() 328 ArrayRef<ast_matchers::BoundNodes> Matches) { in findDeclPointeeMutation() 444 const auto Matches = match( in findDirectMutation() local 624 const auto Matches = match( in findFunctionArgMutation() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Regex.cpp | 83 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match() argument 135 SmallVector<StringRef, 8> Matches; sub() local [all...] |
H A D | UnicodeNameToCodepoint.cpp | 198 std::tie(C, Matches, Value) = in compareNode() local 386 std::tie(Node, Matches, Value) = compareNode(0, Name, Strict, Buffer); in nameToCodepoint() local 428 llvm::SmallVector<MatchForCodepointName> Matches; nearestMatchesForCodepointName() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | StringMatcher.h | 36 const std::vector<StringPair> &Matches; variable
|
/freebsd/contrib/llvm-project/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 | 229 auto Matches = match(MatcherM, *D, AM.getASTContext()); in checkASTCodeBody() local
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangCommentCommandInfoEmitter.cpp | 63 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentCommandInfo() local
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | HeaderFile.cpp | 29 SmallVector<StringRef, 4> Matches; in createIncludeHeaderName() local
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 619 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() function 664 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 157 SmallVector<StringRef> Matches; in parseTextOutsideMarkup() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormattersContainer.h | 95 bool Matches(FormattersMatchCandidate candidate_type) const { in Matches() function
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 288 unsigned Column, bool RightJustify, F &&Matches, in AlignTokenSequence() 528 static unsigned AlignTokens(const FormatStyle &Style, F &&Matches, in AlignTokens() 703 std::function<bool(const WhitespaceManager::Change &C)> Matches, in AlignMatchingTokenSequence() 896 auto Matches = [&](const Change &C) { in alignConsecutiveShortCaseStatements() local
|
H A D | FormatTokenLexer.cpp | 1246 SmallVector<StringRef, 1> Matches; in getNextToken() local 1397 SmallVector<StringRef, 4> Matches; in readRawTokenVerilogSpecific() local
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ProcessInfo.cpp | 300 bool ProcessInstanceInfoMatch::Matches( in Matches() function in ProcessInstanceInfoMatch
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPServer.cpp | 73 static void expandUrlPathMatches(const std::smatch &Matches, in expandUrlPathMatches() argument
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 238 bool Matches(const T& x) const { in Matches() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleSpec.h | 226 bool Matches(const ModuleSpec &match_module_spec, in Matches() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopUnrolling.cpp | 276 auto Matches = match(forLoopMatcher(), *LoopStmt, ASTCtx); in shouldCompletelyUnroll() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 301 SmallVector<StringRef, 4> Matches; in HeaderIncludes() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | PrintfFormatString.cpp | 134 SmallVector<StringRef, 2> Matches; in ParsePrintfSpecifier() local
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 149 SmallVector<StringRef, 4> Matches; in getRelativeIncludeName() local
|