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

/external/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.h144 # define REGEX_BAD 04 /* something wrong */ macro
H A Dregcomp.c251 if (g->iflags&REGEX_BAD)
1507 g->iflags |= REGEX_BAD;
1572 g->iflags |= REGEX_BAD;

Completed in 97 milliseconds