Home
last modified time | relevance | path

Searched refs:REG_BACKR (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h91 #define REG_BACKR 02000 /* force use of backref code */ macro
Dregengine.inc218 if (!g->backrefs && !(m->eflags&REG_BACKR)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h91 #define REG_BACKR 02000 /* force use of backref code */ macro
Dregengine.inc218 if (!g->backrefs && !(m->eflags&REG_BACKR)) {
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt697 REG_BACKR
Dnetbsd.txt847 REG_BACKR
Ddragonfly.txt800 REG_BACKR
Dfreebsd.txt1001 REG_BACKR
Dapple.txt1129 REG_BACKR
Dandroid.txt1849 REG_BACKR
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs531 pub const REG_BACKR: ::c_int = 0o02000; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2334 pub const REG_BACKR: ::c_int = 0x400; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1657 pub const REG_BACKR: ::c_int = 1024; constant