Home
last modified time | relevance | path

Searched refs:REG_EPAREN (Results 1 – 14 of 14) sorted by relevance

/external/pcre/dist2/src/
Dpcre2posix.c126 REG_EPAREN, /* missing ) */
131 REG_EPAREN, /* missing ) after (?# comment */
136 REG_EPAREN, /* unmatched closing parenthesis */
Dpcre2posix.h86 REG_EPAREN, /* unbalanced () */ enumerator
/external/llvm/lib/Support/
Dregex_impl.h73 #define REG_EPAREN 8 macro
Dregerror.c66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
Dregcomp.c324 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
337 MUSTEAT(')', REG_EPAREN); in p_ere_exp()
348 SETERROR(REG_EPAREN); in p_ere_exp()
578 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
582 SETERROR(REG_EPAREN); in p_simp_re()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h73 #define REG_EPAREN 8 macro
Dregerror.c66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
Dregcomp.c324 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
337 MUSTEAT(')', REG_EPAREN); in p_ere_exp()
348 SETERROR(REG_EPAREN); in p_ere_exp()
578 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
582 SETERROR(REG_EPAREN); in p_simp_re()
/external/swiftshader/third_party/LLVM/lib/Support/
Dregex_impl.h73 #define REG_EPAREN 8 macro
Dregerror.c66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
Dregcomp.c315 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
328 MUSTEAT(')', REG_EPAREN); in p_ere_exp()
339 SETERROR(REG_EPAREN); in p_ere_exp()
542 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
546 SETERROR(REG_EPAREN); in p_simp_re()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregex_impl.h73 #define REG_EPAREN 8 macro
Dregerror.c66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
Dregcomp.c451 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
464 MUSTEAT(')', REG_EPAREN); in p_ere_exp()
475 SETERROR(REG_EPAREN); in p_ere_exp()
705 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
709 SETERROR(REG_EPAREN); in p_simp_re()