Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2posix.c131 REG_EPAREN, /* missing ) */
136 REG_EPAREN, /* missing ) after (?# comment */
141 REG_EPAREN, /* unmatched closing parenthesis */
Dpcre2posix.h88 REG_EPAREN, /* unbalanced () */ enumerator
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h43 #define REG_EPAREN 8 macro
/third_party/musl/ndk_musl_include/
Dregex.h43 #define REG_EPAREN 8 macro
/third_party/musl/include/
Dregex.h43 #define REG_EPAREN 8 macro
/third_party/musl/porting/uniproton/kernel/include/
Dregex.h43 #define REG_EPAREN 8 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h43 #define REG_EPAREN 8 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h73 #define REG_EPAREN 8 macro
Dregerror.c66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
Dregcomp.c452 REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
465 MUSTEAT(')', REG_EPAREN); in p_ere_exp()
476 SETERROR(REG_EPAREN); in p_ere_exp()
706 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); in p_simp_re()
710 SETERROR(REG_EPAREN); in p_simp_re()
/third_party/skia/third_party/externals/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()
/third_party/musl/libc-test/src/api/
Dregex.c31 C(REG_EPAREN) in f()
/third_party/boost/boost/
Dregex.h80 using boost::REG_EPAREN;
/third_party/boost/boost/regex/v4/
Dcregex.hpp144 static const reg_error_t REG_EPAREN = 8; /* Parenthesis imbalance. */ variable
/third_party/boost/libs/regex/doc/
Dlocale.qbk182 [[208][REG_EPAREN]["Unmatched ( or \\(" ]]
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c1062 if (!depth) return REG_EPAREN; in tre_parse()
1075 return REG_EPAREN; in tre_parse()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c1063 if (!depth) return REG_EPAREN; in tre_parse()
1076 return REG_EPAREN; in tre_parse()
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c1062 if (!depth) return REG_EPAREN; in tre_parse()
1075 return REG_EPAREN; in tre_parse()
/third_party/musl/src/regex/
Dregcomp.c1062 if (!depth) return REG_EPAREN; in tre_parse()
1075 return REG_EPAREN; in tre_parse()