Searched refs:matchOne (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGlobPattern.h45 bool matchOne(ArrayRef<BitVector> Pat, StringRef S) const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DGlobPattern.cpp150 return matchOne(Tokens, S);
154 bool GlobPattern::matchOne(ArrayRef<BitVector> Pats, StringRef S) const { function in class:GlobPattern
167 if (matchOne(Pats, S.substr(I)))
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c128554 u8 matchOne; /* "?" or "_" */ member in struct:compareInfo
128632 u32 matchOne = pInfo->matchOne; /* "?" or "_" */ local
[all...]

Completed in 613 milliseconds