Searched refs:REG_EMPTY (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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 | 406 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() 491 SETERROR(REG_EMPTY); in p_ere_exp() 613 REQUIRE(MORE(), REG_EMPTY); in p_str() 653 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ in p_bre()
|
/third_party/skia/third_party/externals/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()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.h | 87 REG_EMPTY, /* empty expression */ enumerator
|
/third_party/boost/boost/ |
D | regex.h | 89 using boost::REG_EMPTY;
|
/third_party/boost/boost/regex/v4/ |
D | cregex.hpp | 153 static const reg_error_t REG_EMPTY = 17; /* empty expression */ variable
|
/third_party/boost/libs/regex/doc/ |
D | locale.qbk | 191 [[217][REG_EMPTY]["Empty expression" ]]
|