Searched refs:REG_EPAREN (Results 1 - 11 of 11) sorted by relevance

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

Completed in 273 milliseconds