Home
last modified time | relevance | path

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/
Dregex_impl.h79 #define REG_EMPTY 14 macro
Dregerror.c72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
Dregcomp.c406 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/
Dregex_impl.h79 #define REG_EMPTY 14 macro
Dregerror.c72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
Dregcomp.c278 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/
Dpcre2posix.h87 REG_EMPTY, /* empty expression */ enumerator
/third_party/boost/boost/
Dregex.h89 using boost::REG_EMPTY;
/third_party/boost/boost/regex/v4/
Dcregex.hpp153 static const reg_error_t REG_EMPTY = 17; /* empty expression */ variable
/third_party/boost/libs/regex/doc/
Dlocale.qbk191 [[217][REG_EMPTY]["Empty expression" ]]