Searched refs:REG_EPAREN (Results 1 - 5 of 5) sorted by path

/external/llvm/lib/Support/
H A Dregcomp.c316 REQUIRE(MORE(), REG_EPAREN); local
329 MUSTEAT(')', REG_EPAREN);
340 SETERROR(REG_EPAREN);
570 REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
574 SETERROR(REG_EPAREN);
H A Dregerror.c66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
H A Dregex_impl.h73 #define REG_EPAREN 8 macro
/external/pcre/dist/
H A Dpcreposix.c89 REG_EPAREN, /* missing ) */
94 REG_EPAREN, /* missing ) after comment */
99 REG_EPAREN, /* unmatched parentheses */
H A Dpcreposix.h85 REG_EPAREN, /* unbalanced () */ enumerator in enum:__anon28499

Completed in 350 milliseconds