HomeSort by relevance Sort by last modified time
    Searched refs:kEmptyAllFlags (Results 1 - 2 of 2) sorted by null

  /external/regex-re2/re2/
onepass.cc 175 COMPILE_ASSERT((1<<kEmptyShift)-1 == kEmptyAllFlags,
184 if (cond & kEmptyAllFlags & ~satisfied)
262 if ((cond & kEmptyAllFlags) == 0 || Satisfy(cond, context, p)) {
292 if ((cond & kMatchWins) == 0 && (nextmatchcond & kEmptyAllFlags) == 0)
296 if ((matchcond & kEmptyAllFlags) == 0 || Satisfy(matchcond, context, p)) {
324 ((matchcond & kEmptyAllFlags) == 0 || Satisfy(matchcond, context, p))) {
prog.h 69 kEmptyAllFlags = (1<<6)-1,

Completed in 58 milliseconds