Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c153 assert(!(g->iflags&REGEX_BAD)); in llvm_regexec()
154 if (g->iflags&REGEX_BAD) /* backstop for no-debug case */ in llvm_regexec()
H A Dregex2.h147 # define REGEX_BAD 04 /* something wrong */ macro
H A Dregcomp.c379 if (g->iflags&REGEX_BAD) in llvm_regcomp()
1633 g->iflags |= REGEX_BAD; in findmust()
1698 g->iflags |= REGEX_BAD; in pluscount()