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-subzero/lib/Support/
H A Dregex_impl.h79 #define REG_EMPTY 14 macro
H A Dregerror.c72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
H A Dregcomp.c278 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() local
363 SETERROR(REG_EMPTY); in p_ere_exp()
485 REQUIRE(MORE(), REG_EMPTY); in p_str() local
525 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ in p_bre() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex_impl.h79 #define REG_EMPTY 14 macro
H A Dregerror.c72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
H A Dregcomp.c406 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() local
491 SETERROR(REG_EMPTY); in p_ere_exp()
613 REQUIRE(MORE(), REG_EMPTY); in p_str() local
653 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ in p_bre() local
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h87 REG_EMPTY, /* empty expression */ enumerator
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs520 pub const REG_EMPTY: ::c_int = 14; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2337 pub const REG_EMPTY: ::c_int = 14; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1646 pub const REG_EMPTY: ::c_int = 14; consts

Completed in 25 milliseconds