Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
1637 g->iflags |= REGEX_BAD; in findmust()
1702 g->iflags |= REGEX_BAD; in pluscount()