Home
last modified time | relevance | path

Searched defs:matches (Results 1 – 25 of 61) sorted by relevance

123

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageFilters.cpp20 bool NameCoverageFilter::matches( in matches() function in NameCoverageFilter
27 bool NameRegexCoverageFilter::matches( in matches() function in NameRegexCoverageFilter
37 bool NameAllowlistCoverageFilter::matches( in matches() function in NameAllowlistCoverageFilter
44 bool NameWhitelistCoverageFilter::matches( in matches() function in NameWhitelistCoverageFilter
50 bool RegionCoverageFilter::matches( in matches() function in RegionCoverageFilter
57 bool LineCoverageFilter::matches( in matches() function in LineCoverageFilter
68 bool CoverageFilters::matches(const coverage::CoverageMapping &CM, in matches() function in CoverageFilters
85 bool CoverageFiltersMatchAll::matches( in matches() function in CoverageFiltersMatchAll
H A DCoverageFilters.h34 virtual bool matches(const coverage::CoverageMapping &CM, in matches() function
/llvm-project-15.0.7/lldb/unittests/Target/
H A DPathMappingListTest.cpp28 llvm::ArrayRef<Matches> matches, in TestPathMappings()
50 Matches matches[] = { in TEST() local
79 Matches matches[] = { in TEST() local
101 Matches matches[] = { in TEST() local
122 Matches matches[] = { in TEST() local
H A DFindFileTest.cpp47 llvm::ArrayRef<Matches> matches, in TestFileFindings()
81 Matches matches[] = { in TEST_F() local
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DCompletionRequestTest.cpp18 StringList matches; in TEST() local
53 StringList matches, descriptions; in TEST() local
92 StringList matches; in TEST() local
123 StringList matches; in TEST() local
186 StringList matches, descriptions; in TEST() local
262 StringList matches; in TEST() local
H A DRegularExpressionTest.cpp59 SmallVector<StringRef, 3> matches; in TEST() local
/llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/
H A DTestVectorizationUtils.cpp120 SmallVector<NestedMatch, 8> matches; in testVectorShapeRatio() local
153 SmallVector<NestedMatch, 8> matches; in testBackwardSlicing() local
169 SmallVector<NestedMatch, 8> matches; in testForwardSlicing() local
185 SmallVector<NestedMatch, 8> matches; in testSlicing() local
205 SmallVector<NestedMatch, 8> matches; in testComposeMaps() local
/llvm-project-15.0.7/flang/include/flang/Optimizer/Support/
H A DMatcher.h22 template<class... Ts> struct matches : Ts... { using Ts::operator()...; }; struct
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DStringMatcher.h41 const std::vector<StringPair> &matches, raw_ostream &os) in StringMatcher()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMultiword.cpp42 StringList *matches) { in GetSubcommandSP()
76 StringList *matches) { in GetSubcommandObject()
187 StringList matches; in Execute() local
373 StringList *matches) { in GetSubcommandSP()
381 StringList *matches) { in GetSubcommandObject()
H A DCommandObjectHelp.cpp101 StringList matches; in DoExecute() local
106 StringList matches; in DoExecute() local
H A DCommandObjectRegexCommand.cpp62 llvm::SmallVector<llvm::StringRef, 4> matches; in DoExecute() local
H A DCommandCompletions.cpp456 bool only_directories, StringList &matches, in DiskFilesOrDirectories()
479 StringList &matches, in DiskFiles()
491 StringList &matches, in DiskDirectories()
825 StringList matches; in CompleteModifiableCmdPathArgs() local
/llvm-project-15.0.7/llvm/utils/
H A Dextract_vplan.py24 matches = re.findall(pattern, sys.stdin.read()) variable
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DNestedMatcher.h107 void match(Operation *op, SmallVectorImpl<NestedMatch> *matches) { in match()
/llvm-project-15.0.7/lldb/source/Utility/
H A DStringLexer.cpp44 bool matches = true; in AdvanceIf() local
/llvm-project-15.0.7/lldb/source/Core/
H A DFileSpecList.cpp118 FileSpecList &matches) { in GetFilesMatchingPartialPath()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormatManager.h164 FormattersMatchVector matches; in GetPossibleMatches() local
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTTypeTraitsTest.cpp205 auto matches = in TEST() local
220 auto matches = in TEST() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp214 int match_start_point, int max_return_elements, SBStringList &matches) { in HandleCompletion()
226 int match_start_point, int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions()
292 int max_return_elements, SBStringList &matches, in HandleCompletionWithDescriptions()
308 lldb::SBStringList &matches) { in HandleCompletion()
/llvm-project-15.0.7/llvm/lib/Option/
H A DOption.cpp93 bool Option::matches(OptSpecifier Opt) const { in matches() function in Option
/llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h76 bool matches(ArrayRef<Value *> Cur, const Value *New) { in matches() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DMatchers.h63 bool matches( in matches() function
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionArgParser.cpp217 llvm::SmallVector<llvm::StringRef, 4> matches; in ToAddress() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp56 bool ento::CallDescription::matches(const CallEvent &Call) const { in matches() function in ento::CallDescription

123