/freebsd-src/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-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 311 return tryEachMatch<Expr>(Matches, this, in findExprPointeeMutation() argument 317 return tryEachMatch<Decl>(Matches, this, in findDeclPointeeMutation() argument 190 tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches,ExprMutationAnalyzer * Analyzer,F Finder) tryEachMatch() argument 301 findExprMutation(ArrayRef<BoundNodes> Matches) findExprMutation() argument 306 findDeclMutation(ArrayRef<BoundNodes> Matches) findDeclMutation() argument 433 const auto Matches = match( findDirectMutation() local 608 const auto Matches = match( findFunctionArgMutation() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | Regex.cpp | 83 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match() 139 SmallVector<StringRef, 8> Matches; in sub() local
|
H A D | UnicodeNameToCodepoint.cpp | 196 bool Matches; in compareNode() local 384 bool Matches; in nameToCodepoint() local 425 llvm::SmallVector<MatchForCodepointName> Matches; in nearestMatchesForCodepointName() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | StringMatcher.h | 36 const std::vector<StringPair> &Matches; variable
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangCommentHTMLTagsEmitter.cpp | 24 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentHTMLTags() local
|
H A D | ClangCommentCommandInfoEmitter.cpp | 64 std::vector<StringMatcher::StringPair> Matches; EmitClangCommentCommandInfo() local
|
/freebsd-src/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
|
H A D | GCDAntipatternChecker.cpp | 212 auto Matches = match(SemaphoreMatcherM, *D->getBody(), AM.getASTContext()); in checkASTCodeBody() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopWidening.cpp | 71 auto Matches = match( in getWidenedLoopState() local
|
H A D | LoopUnrolling.cpp | 259 auto Matches = match(forLoopMatcher(), *LoopStmt, ASTCtx); shouldCompletelyUnroll() local
|
/freebsd-src/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 [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 157 SmallVector<StringRef> Matches; in parseTextOutsideMarkup() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormattersContainer.h | 95 bool Matches(FormattersMatchCandidate candidate_type) const { in Matches() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 282 // Column - The token for which Matches returns true is moved to this column. in AlignTokenSequence() argument 520 AlignTokens(const FormatStyle & Style,F && Matches,SmallVector<WhitespaceManager::Change,16> & Changes,unsigned StartAt,const FormatStyle::AlignConsecutiveStyle & ACS={},bool RightJustify=false) AlignTokens() argument 695 AlignMatchingTokenSequence(unsigned & StartOfSequence,unsigned & EndOfSequence,unsigned & MinColumn,std::function<bool (const WhitespaceManager::Change & C)> Matches,SmallVector<WhitespaceManager::Change,16> & Changes) AlignMatchingTokenSequence() argument 877 auto Matches = [&](const Change &C) { alignConsecutiveShortCaseStatements() local [all...] |
H A D | FormatTokenLexer.cpp | 1208 SmallVector<StringRef, 1> Matches; getNextToken() local 1359 SmallVector<StringRef, 4> Matches; readRawTokenVerilogSpecific() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | ProcessInfo.cpp | 299 bool ProcessInstanceInfoMatch::Matches( Matches() function in ProcessInstanceInfoMatch
|
/freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPServer.cpp | 73 static void expandUrlPathMatches(const std::smatch &Matches, in expandUrlPathMatches()
|
/freebsd-src/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 238 bool Matches(const T& x) const { in Matches() function
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleSpec.h | 226 bool Matches(const ModuleSpec &match_module_spec, in Matches() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 291 SmallVector<StringRef, 4> Matches; HeaderIncludes() local
|