Home
last modified time | relevance | path

Searched refs:REG_BASIC (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h56 #define REG_BASIC 0000 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h56 #define REG_BASIC 0000 macro
/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/boost/boost/regex/v4/
Dcregex.hpp96 REG_BASIC = 0000, enumerator
111 REG_GREP = REG_BASIC | REG_NEWLINE_ALT,
/third_party/boost/boost/
Dregex.h33 using boost::REG_BASIC;
/third_party/boost/libs/regex/doc/
Dposix_api.qbk84 [[REG_BASIC][Compiles basic (obsolete) regular expression syntax. Equivalent to `regbase::char_clas…
95 [[REG_GREP][A shortcut for grep like behavior: `REG_BASIC | REG_NEWLINE_ALT` ]]
/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp45 result = REG_BASIC; in get_posix_compile_options()