Searched refs:REG_EPAREN (Results 1 – 14 of 14) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2posix.c | 126 REG_EPAREN, /* missing ) */ 131 REG_EPAREN, /* missing ) after (?# comment */ 136 REG_EPAREN, /* unmatched closing parenthesis */
|
D | pcre2posix.h | 86 REG_EPAREN, /* unbalanced () */ enumerator
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 73 #define REG_EPAREN 8 macro
|
D | regerror.c | 66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
|
D | regcomp.c | 324 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-7.0/llvm/lib/Support/ |
D | regex_impl.h | 73 #define REG_EPAREN 8 macro
|
D | regerror.c | 66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
|
D | regcomp.c | 451 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()
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 73 #define REG_EPAREN 8 macro
|
D | regerror.c | 66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
|
D | regcomp.c | 324 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/ |
D | regex_impl.h | 73 #define REG_EPAREN 8 macro
|
D | regerror.c | 66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
|
D | regcomp.c | 315 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()
|