Home
last modified time | relevance | path

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

/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/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/swiftshader/third_party/LLVM/lib/Support/
Dregex_impl.h61 #define REG_NOSPEC 0020 macro
Dregcomp.c171 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in llvm_regcomp()
225 else if (cflags&REG_NOSPEC) in llvm_regcomp()
/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/pcre/dist2/src/
Dpcre2posix.h66 #define REG_NOSPEC 0x1000 /* Maps to PCRE2_LITERAL */ macro
Dpcre2posix.c246 if ((cflags & REG_NOSPEC) != 0) options |= PCRE2_LITERAL; in regcomp()
Dpcre2test.c5326 if ((pat_patctl.options & PCRE2_LITERAL) != 0) cflags |= REG_NOSPEC; in process_pattern()
/external/pcre/dist2/
DNEWS93 REG_NOSPEC.
DChangeLog528 41. Implement PCRE2_LITERAL and use it to support REG_NOSPEC.
/external/pcre/dist2/doc/
Dpcre2.txt9452 REG_NOSPEC
9457 only other options that are allowed with REG_NOSPEC are REG_ICASE,
9458 REG_NOSUB, REG_PEND, and REG_UTF. Note that REG_NOSPEC is not part of