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

/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregexec.c153 assert(!(g->iflags&REGEX_BAD));
154 if (g->iflags&REGEX_BAD) /* backstop for no-debug case */
H A Dregex2.h141 # define REGEX_BAD 04 /* something wrong */ macro
H A Dregcomp.c243 if (g->iflags&REGEX_BAD)
1486 g->iflags |= REGEX_BAD;
1551 g->iflags |= REGEX_BAD;

Completed in 69 milliseconds