Home
last modified time | relevance | path

Searched refs:REG_BADRPT (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Support/
Dregex_impl.h78 #define REG_BADRPT 13 macro
Dregerror.c71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
Dregcomp.c360 SETERROR(REG_BADRPT); in p_ere_exp()
404 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp()
420 REQUIRE(!wascaret, REG_BADRPT); in p_ere_exp()
468 SETERROR(REG_BADRPT); in p_ere_exp()
554 SETERROR(REG_BADRPT); in p_simp_re()
600 REQUIRE(starordinary, REG_BADRPT); in p_simp_re()
/external/pcre/dist/
Dpcreposix.h78 REG_BADRPT, /* ? * + invalid */ enumerator
Dpcreposix.c83 REG_BADRPT, /* nothing to repeat */
85 REG_BADRPT, /* operand of unlimited repeat could match the empty string */