Searched refs:REG_BADBR (Results 1 – 14 of 14) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2posix.c | 114 REG_BADBR, /* numbers out of order in {} quantifier */ 116 REG_BADBR, /* number too big in {} quantifier */
|
D | pcre2posix.h | 77 REG_BADBR, /* invalid repeat counts in {} */ enumerator
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 75 #define REG_BADBR 10 macro
|
D | regerror.c | 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
|
D | regcomp.c | 455 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp() 465 SETERROR(REG_BADBR); in p_ere_exp() 626 REQUIRE(count <= count2, REG_BADBR); in p_simp_re() 636 SETERROR(REG_BADBR); in p_simp_re() 658 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 75 #define REG_BADBR 10 macro
|
D | regerror.c | 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
|
D | regcomp.c | 455 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp() 465 SETERROR(REG_BADBR); in p_ere_exp() 626 REQUIRE(count <= count2, REG_BADBR); in p_simp_re() 636 SETERROR(REG_BADBR); in p_simp_re() 658 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regex_impl.h | 75 #define REG_BADBR 10 macro
|
D | regerror.c | 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
|
D | regcomp.c | 419 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regex_impl.h | 75 #define REG_BADBR 10 macro
|
D | regerror.c | 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
|
D | regcomp.c | 582 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp() 592 SETERROR(REG_BADBR); in p_ere_exp() 753 REQUIRE(count <= count2, REG_BADBR); in p_simp_re() 763 SETERROR(REG_BADBR); in p_simp_re() 785 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()
|