Home
last modified time | relevance | path

Searched defs:matchOne (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/
H A DFilePattern.hs176 matchOne (Lit x) y = x == y function
177 matchOne x@Stars{} y = isJust $ matchStars x y function
178 matchOne Star _ = True function
179 matchOne p _ = throwImpure $ errorInternal $ "unreachablePattern, matchOne " ++ show p function
/dports/devel/hs-shake/shake-0.19.6/src/Development/Shake/Internal/
H A DFilePattern.hs176 matchOne (Lit x) y = x == y function
177 matchOne x@Stars{} y = isJust $ matchStars x y function
178 matchOne Star _ = True function
179 matchOne p _ = throwImpure $ errorInternal $ "unreachablePattern, matchOne " ++ show p function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/
H A DFilePattern.hs176 matchOne (Lit x) y = x == y function
177 matchOne x@Stars{} y = isJust $ matchStars x y function
178 matchOne Star _ = True function
179 matchOne p _ = throwImpure $ errorInternal $ "unreachablePattern, matchOne " ++ show p function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DGlobPattern.cpp154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DGlobPattern.cpp154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DGlobPattern.cpp154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DGlobPattern.cpp154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DGlobPattern.cpp154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DGlobPattern.cpp154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DGlobPattern.cpp154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DGlobPattern.cpp154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DGlobPattern.cpp154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DGlobPattern.cpp154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DGlobPattern.cpp154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DGlobPattern.cpp154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DGlobPattern.cpp145 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DGlobPattern.cpp146 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { in matchOne() function in GlobPattern
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/spider/mysql-test/spider/t/
H A Dquick_mode_1.test147 eval $CHILD2_2_SELECT_TABLES;
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcore/db/
H A DSqliteExtensions.cpp327 u8 matchOne; /* "?" or "_" */ member
557 u32 matchOne = pInfo->matchOne; /* "?" or "_" */ in patternCompare() local
/dports/shells/elvish/elvish-0.17.0/pkg/tt/
H A Dtt.go122 func matchOne(m, a interface{}) bool { func
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Analysis/
H A DNestedMatcher.cpp73 void NestedPattern::matchOne(Operation *op, in matchOne() function in NestedPattern
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Analysis/
H A DNestedMatcher.cpp73 void NestedPattern::matchOne(Operation *op, in matchOne() function in NestedPattern
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Analysis/
H A DNestedMatcher.cpp73 void NestedPattern::matchOne(Operation *op, in matchOne() function in NestedPattern

123