Home
last modified time | relevance | path

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

123456

/external/mockito/src/main/java/org/mockito/internal/matchers/
DMatches.java12 public class Matches implements ArgumentMatcher<Object>, Serializable { class
16 public Matches(String regex) { in Matches() method in Matches
20 public Matches(Pattern pattern) { in Matches() method in Matches
/external/llvm-project/lldb/unittests/Target/
DPathMappingListTest.cpp18 struct Matches { struct
19 FileSpec original;
20 FileSpec remapped;
21 Matches(const char *o, const char *r) : original(o), remapped(r) {} in Matches() function
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DDeclRefExprUtils.cpp34 void extractNodesByIdTo(ArrayRef<BoundNodes> Matches, StringRef ID, in extractNodesByIdTo()
53 auto Matches = match( in constReferenceDeclRefExprs() local
91 auto Matches = match( in allDeclRefExprs() local
101 auto Matches = match( in allDeclRefExprs() local
115 auto Matches = match( in isCopyConstructorArgument() local
129 auto Matches = match( in isCopyAssignmentArgument() local
/external/rust/crates/regex/src/
Dre_trait.rs154 pub struct Matches<'t, R> struct
165 impl<'t, R> Matches<'t, R> argument
181 impl<'t, R> Iterator for Matches<'t, R> implementation
214 impl<'t, R> FusedIterator for Matches<'t, R> implementation
/external/xz-java/src/org/tukaani/xz/lz/
DMatches.java13 public final class Matches { class
18 Matches(int countMax) { in Matches() method in Matches
/external/easymock/src/org/easymock/internal/matchers/
DMatches.java22 public class Matches implements IArgumentMatcher, Serializable { class
28 public Matches(String regex) { in Matches() method in Matches
/external/rust/crates/regex-automata/src/
Dregex.rs415 pub struct Matches<'r, 't, D: DFA + 'r> { struct
422 impl<'r, 't, D: DFA> Matches<'r, 't, D> { argument
428 impl<'r, 't, D: DFA> Iterator for Matches<'r, 't, D> { implementation
/external/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp134 const Stmt *tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches, in tryEachMatch()
233 ExprMutationAnalyzer::findExprMutation(ArrayRef<BoundNodes> Matches) { in findExprMutation()
238 ExprMutationAnalyzer::findDeclMutation(ArrayRef<BoundNodes> Matches) { in findDeclMutation()
243 ArrayRef<ast_matchers::BoundNodes> Matches) { in findExprPointeeMutation()
249 ArrayRef<ast_matchers::BoundNodes> Matches) { in findDeclPointeeMutation()
368 const auto Matches = match( in findDirectMutation() local
544 const auto Matches = match( in findFunctionArgMutation() local
/external/llvm/lib/TableGen/
DStringMatcher.cpp24 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter()
44 EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches, in EmitStringMatcherForChar()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DStringMatcher.cpp29 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter()
49 const std::vector<const StringPair *> &Matches, unsigned CharNo, in EmitStringMatcherForChar()
/external/llvm-project/llvm/lib/TableGen/
DStringMatcher.cpp29 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter()
49 const std::vector<const StringPair *> &Matches, unsigned CharNo, in EmitStringMatcherForChar()
/external/clang/lib/Sema/
DSemaCUDA.cpp150 Sema &S, const FunctionDecl *Caller, llvm::SmallVectorImpl<T> &Matches, in EraseUnwantedCUDAMatchesImpl()
173 SmallVectorImpl<FunctionDecl *> &Matches){ in EraseUnwantedCUDAMatches()
179 SmallVectorImpl<DeclAccessPair> &Matches) { in EraseUnwantedCUDAMatches()
188 SmallVectorImpl<std::pair<DeclAccessPair, FunctionDecl *>> &Matches){ in EraseUnwantedCUDAMatches()
/external/llvm/lib/Support/
DRegex.cpp59 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){ in match()
100 SmallVector<StringRef, 8> Matches; in sub() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp68 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){ in match()
112 SmallVector<StringRef, 8> Matches; in sub() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRegex.cpp82 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match()
134 SmallVector<StringRef, 8> Matches; in sub() local
/external/llvm/lib/Fuzzer/test/
DRepeatedMemcmp.cpp11 int Matches = 0; in LLVMFuzzerTestOneInput() local
/external/llvm-project/llvm/lib/Support/
DRegex.cpp86 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match()
138 SmallVector<StringRef, 8> Matches; in sub() local
/external/llvm/unittests/Support/
DRegexTest.cpp27 SmallVector<StringRef, 1> Matches; in TEST_F() local
66 SmallVector<StringRef, 4> Matches; in TEST_F() local
/external/llvm-project/llvm/include/llvm/TableGen/
DStringMatcher.h36 const std::vector<StringPair> &Matches; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DStringMatcher.h36 const std::vector<StringPair> &Matches; variable
/external/llvm/include/llvm/TableGen/
DStringMatcher.h37 const std::vector<StringPair> &Matches; variable
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DUnnecessaryValueParamCheck.cpp36 auto Matches = match(declRefExpr(to(functionDecl(equalsNode(&Function))), in isReferencedOutsideOfCallExpr() local
44 auto Matches = match( in hasLoopStmtAncestor() local
/external/llvm-project/clang/utils/TableGen/
DClangCommentHTMLTagsEmitter.cpp24 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentHTMLTags() local
/external/clang/utils/TableGen/
DClangCommentHTMLTagsEmitter.cpp25 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentHTMLTags() local
/external/catch2/include/internal/
Dcatch_test_spec.h75 using Matches = std::vector<FilterMatch>; variable

123456