Home
last modified time | relevance | path

Searched refs:no_mod_s (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/regex/v4/
Dregbase.hpp65no_mod_s = 1 << 13, // force s modifier off (overrides match_not_dot_newli… enumerator
145 no_mod_s = ::boost::regbase::no_mod_s, enumerator
Dbasic_regex_parser.hpp973 )->mask = static_cast<unsigned char>(this->flags() & regbase::no_mod_s in parse_match_any()
3034 f &= ~regex_constants::no_mod_s; in parse_options()
3078 f |= regex_constants::no_mod_s; in parse_options()
/third_party/boost/libs/regex/doc/
Dbasic_regex.qbk89 static const regex_constants::``[syntax_option_type]`` no_mod_s
90 = regex_constants::no_mod_s;
247 static const regex_constants::``[syntax_option_type]`` no_mod_s
248 = regex_constants::no_mod_s;
Dsyntax_option_type.qbk50 static const syntax_option_type no_mod_s;
143 [[no_mod_s][No][Normally whether Boost.Regex will match "." against a
Dsyntax_perl.qbk648 flags [^no_mod_m], [^mod_x], [^mod_s], and [^no_mod_s]].
/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp41 …se::no_bk_refs|regbase::no_mod_m|regbase::mod_x|regbase::mod_s|regbase::no_mod_s|regbase::no_escap… in get_posix_compile_options()