Home
last modified time | relevance | path

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

12

/freebsd/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/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.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/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp83 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match() argument
135 SmallVector<StringRef, 8> Matches; sub() local
[all...]
H A DUnicodeNameToCodepoint.cpp198 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 DStringMatcher.h36 const std::vector<StringPair> &Matches; variable
/freebsd/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
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp63 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentCommandInfo() local
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DHeaderFile.cpp29 SmallVector<StringRef, 4> Matches; in createIncludeHeaderName() local
/freebsd/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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp157 SmallVector<StringRef> Matches; in parseTextOutsideMarkup() local
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h95 bool Matches(FormattersMatchCandidate candidate_type) const { in Matches() function
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.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
H A DFormatTokenLexer.cpp1246 SmallVector<StringRef, 1> Matches; in getNextToken() local
1397 SmallVector<StringRef, 4> Matches; in readRawTokenVerilogSpecific() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp300 bool ProcessInstanceInfoMatch::Matches( in Matches() function in ProcessInstanceInfoMatch
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp73 static void expandUrlPathMatches(const std::smatch &Matches, in expandUrlPathMatches() argument
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h238 bool Matches(const T& x) const { in Matches() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h226 bool Matches(const ModuleSpec &match_module_spec, in Matches() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp276 auto Matches = match(forLoopMatcher(), *LoopStmt, ASTCtx); in shouldCompletelyUnroll() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp301 SmallVector<StringRef, 4> Matches; in HeaderIncludes() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp134 SmallVector<StringRef, 2> Matches; in ParsePrintfSpecifier() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp149 SmallVector<StringRef, 4> Matches; in getRelativeIncludeName() local

12