Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
Dregex_impl.h75 #define REG_BADBR 10 macro
Dregerror.c68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
Dregcomp.c419 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
429 SETERROR(REG_BADBR); in p_ere_exp()
590 REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
600 SETERROR(REG_BADBR); in p_simp_re()
622 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()