Home
last modified time | relevance | path

Searched refs:REG_NOSPEC (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregex_impl.h61 #define REG_NOSPEC 0020 macro
Dregcomp.c306 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in llvm_regcomp()
360 else if (cflags&REG_NOSPEC) in llvm_regcomp()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h61 #define REG_NOSPEC 0020 macro
Dregcomp.c179 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in llvm_regcomp()
233 else if (cflags&REG_NOSPEC) in llvm_regcomp()
/external/llvm/lib/Support/
Dregex_impl.h61 #define REG_NOSPEC 0020 macro
Dregcomp.c179 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in llvm_regcomp()
233 else if (cflags&REG_NOSPEC) in llvm_regcomp()
/external/pcre/dist2/src/
Dpcre2posix.h68 #define REG_NOSPEC 0x1000 /* Maps to PCRE2_LITERAL */ macro
Dpcre2posix.c295 if ((cflags & REG_NOSPEC) != 0) options |= PCRE2_LITERAL; in pcre2_regcomp()
Dpcre2test.c5432 if ((pat_patctl.options & PCRE2_LITERAL) != 0) cflags |= REG_NOSPEC; in process_pattern()
/external/pcre/dist2/
DNEWS141 REG_NOSPEC.
DChangeLog684 41. Implement PCRE2_LITERAL and use it to support REG_NOSPEC.
/external/pcre/dist2/doc/
Dpcre2.txt9745 REG_NOSPEC
9750 only other options that are allowed with REG_NOSPEC are REG_ICASE,
9751 REG_NOSUB, REG_PEND, and REG_UTF. Note that REG_NOSPEC is not part of