Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DStringMatcher.cpp30 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 DExprMutationAnalyzer.cpp311 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 DRegex.cpp83 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match()
139 SmallVector<StringRef, 8> Matches; in sub() local
H A DUnicodeNameToCodepoint.cpp196 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 DStringMatcher.h36 const std::vector<StringPair> &Matches; variable
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp24 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentHTMLTags() local
H A DClangCommentCommandInfoEmitter.cpp64 std::vector<StringMatcher::StringPair> Matches; EmitClangCommentCommandInfo() local
/freebsd-src/contrib/llvm-project/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.cpp229 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
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp71 auto Matches = match( in getWidenedLoopState() local
H A DLoopUnrolling.cpp259 auto Matches = match(forLoopMatcher(), *LoopStmt, ASTCtx); shouldCompletelyUnroll() local
/freebsd-src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h619 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 DMarkup.cpp157 SmallVector<StringRef> Matches; in parseTextOutsideMarkup() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h95 bool Matches(FormattersMatchCandidate candidate_type) const { in Matches() function
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp282 // 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 DFormatTokenLexer.cpp1208 SmallVector<StringRef, 1> Matches; getNextToken() local
1359 SmallVector<StringRef, 4> Matches; readRawTokenVerilogSpecific() local
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp299 bool ProcessInstanceInfoMatch::Matches( Matches() function in ProcessInstanceInfoMatch
/freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp73 static void expandUrlPathMatches(const std::smatch &Matches, in expandUrlPathMatches()
/freebsd-src/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h238 bool Matches(const T& x) const { in Matches() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h226 bool Matches(const ModuleSpec &match_module_spec, in Matches() function
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp291 SmallVector<StringRef, 4> Matches; HeaderIncludes() local

123