Searched refs:REG_EMPTY (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regex_impl.h | 79 #define REG_EMPTY 14 macro
|
D | regerror.c | 72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
|
D | regcomp.c | 270 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() 354 SETERROR(REG_EMPTY); in p_ere_exp() 449 REQUIRE(MORE(), REG_EMPTY); in p_str() 489 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ in p_bre()
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 79 #define REG_EMPTY 14 macro
|
D | regerror.c | 72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
|
D | regcomp.c | 278 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() 363 SETERROR(REG_EMPTY); in p_ere_exp() 485 REQUIRE(MORE(), REG_EMPTY); in p_str() 525 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ in p_bre()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 79 #define REG_EMPTY 14 macro
|
D | regerror.c | 72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
|
D | regcomp.c | 278 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() 363 SETERROR(REG_EMPTY); in p_ere_exp() 485 REQUIRE(MORE(), REG_EMPTY); in p_str() 525 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ in p_bre()
|
/external/pcre/dist2/src/ |
D | pcre2posix.h | 83 REG_EMPTY, /* empty expression */ enumerator
|