Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h61 #define REG_NOSPEC 0020 macro
Dregcomp.c307 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in llvm_regcomp()
361 else if (cflags&REG_NOSPEC) in llvm_regcomp()
/third_party/skia/third_party/externals/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()
/third_party/boost/libs/regex/test/c_compiler_checks/
Dposix_api_check.c28 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
Dposix_api_check.cpp29 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
Dwide_posix_api_check.cpp37 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
Dwide_posix_api_check.c35 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
/third_party/pcre2/pcre2/src/
Dpcre2posix.h68 #define REG_NOSPEC 0x1000 /* Maps to PCRE2_LITERAL */ macro
Dpcre2posix.c310 if ((cflags & REG_NOSPEC) != 0) options |= PCRE2_LITERAL; in pcre2_regcomp()
Dpcre2test.c5519 if ((pat_patctl.options & PCRE2_LITERAL) != 0) cflags |= REG_NOSPEC; in process_pattern()
/third_party/boost/boost/
Dregex.h38 using boost::REG_NOSPEC;
/third_party/boost/libs/regex/src/
Dposix_api.cpp108 if(f & REG_NOSPEC) in regcompA()
Dwide_posix_api.cpp118 if(f & REG_NOSPEC) in regcompW()
/third_party/boost/boost/regex/v4/
Dcregex.hpp101 REG_NOSPEC = 0020, enumerator
/third_party/boost/libs/regex/doc/
Dposix_api.qbk85 [[REG_NOSPEC][All characters are ordinary, the expression is a literal string. ]]
/third_party/pcre2/pcre2/
DNEWS226 REG_NOSPEC.
DChangeLog1270 41. Implement PCRE2_LITERAL and use it to support REG_NOSPEC.
/third_party/pcre2/pcre2/doc/
Dpcre2.txt10004 REG_NOSPEC
10009 only other options that are allowed with REG_NOSPEC are REG_ICASE,
10010 REG_NOSUB, REG_PEND, and REG_UTF. Note that REG_NOSPEC is not part of