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 D | regex_impl.h | 79 #define REG_EMPTY 14 macro
|
H A D | regerror.c | 72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
|
H A D | regcomp.c | 278 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 D | regex_impl.h | 79 #define REG_EMPTY 14 macro
|
H A D | regerror.c | 72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
|
H A D | regcomp.c | 406 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 D | pcre2posix.h | 87 REG_EMPTY, /* empty expression */ enumerator
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 520 pub const REG_EMPTY: ::c_int = 14; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2337 pub const REG_EMPTY: ::c_int = 14; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1646 pub const REG_EMPTY: ::c_int = 14; consts
|
Completed in 25 milliseconds