Home
last modified time | relevance | path

Searched refs:matchOne (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DGlobPattern.cpp150 return matchOne(Tokens, S); in match()
154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
167 if (matchOne(Pats, S.substr(I))) in matchOne()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DNestedMatcher.h108 op->walk([&](Operation *child) { matchOne(child, matches); }); in match()
131 void matchOne(Operation *op, SmallVectorImpl<NestedMatch> *matches);
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGlobPattern.h45 bool matchOne(ArrayRef<BitVector> Pat, StringRef S) const;
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DNestedMatcher.cpp97 void NestedPattern::matchOne(Operation *op, in matchOne() function in NestedPattern