Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
HDStringMatcher.cpp30 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter()
50 const std::vector<const StringPair *> &Matches, unsigned CharNo, in EmitStringMatcherForChar()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDExprMutationAnalyzer.cpp191 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-13-stable/contrib/llvm-project/llvm/lib/Support/
HDRegex.cpp83 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match()
139 SmallVector<StringRef, 8> Matches; in sub() local
HDUnicodeNameToCodepoint.cpp196 bool Matches; in compareNode() local
384 bool Matches; in nameToCodepoint() local
425 llvm::SmallVector<MatchForCodepointName> Matches; in nearestMatchesForCodepointName() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDStringMatcher.h36 const std::vector<StringPair> &Matches; variable
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
HDClangCommentHTMLTagsEmitter.cpp24 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentHTMLTags() local
HDClangCommentCommandInfoEmitter.cpp63 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentCommandInfo() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDRunLoopAutoreleaseLeakChecker.cpp168 auto Matches = match(GroupM, *D, AM.getASTContext()); in checkTempObjectsInSamePool() local
188 auto Matches = match(GroupM, *D, AM.getASTContext()); in checkTempObjectsInNoPool() local
HDPointerIterationChecker.cpp87 auto Matches = match(MatcherM, *D, AM.getASTContext()); in checkASTCodeBody() local
HDPointerSortingChecker.cpp101 auto Matches = match(MatcherM, *D, AM.getASTContext()); in checkASTCodeBody() local
HDOSObjectCStyleCast.cpp113 auto Matches = in checkASTCodeBody() local
HDObjCAutoreleaseWriteChecker.cpp229 auto Matches = match(MatcherM, *D, AM.getASTContext()); in checkASTCodeBody() local
HDGCDAntipatternChecker.cpp212 auto Matches = match(SemaphoreMatcherM, *D->getBody(), AM.getASTContext()); in checkASTCodeBody() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDLoopWidening.cpp71 auto Matches = match( in getWidenedLoopState() local
HDLoopUnrolling.cpp276 auto Matches = match(forLoopMatcher(), *LoopStmt, ASTCtx); in shouldCompletelyUnroll() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/InstallAPI/
HDHeaderFile.cpp29 SmallVector<StringRef, 4> Matches; in createIncludeHeaderName() local
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
HDgmock-matchers.h619 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() function
664 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
HDMarkup.cpp157 SmallVector<StringRef> Matches; in parseTextOutsideMarkup() local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDFormattersContainer.h95 bool Matches(FormattersMatchCandidate candidate_type) const { in Matches() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDWhitespaceManager.cpp288 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
HDFormatTokenLexer.cpp1246 SmallVector<StringRef, 1> Matches; in getNextToken() local
1397 SmallVector<StringRef, 4> Matches; in readRawTokenVerilogSpecific() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDProcessInfo.cpp300 bool ProcessInstanceInfoMatch::Matches( in Matches() function in ProcessInstanceInfoMatch
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Debuginfod/
HDHTTPServer.cpp73 static void expandUrlPathMatches(const std::smatch &Matches, in expandUrlPathMatches()
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
HDgtest-matchers.h238 bool Matches(const T& x) const { in Matches() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModuleSpec.h226 bool Matches(const ModuleSpec &match_module_spec, in Matches() function

123