Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dregbase.hpp62 no_mod_m = 1 << 10, // disable Perl m modifier enumerator
142 no_mod_m = ::boost::regbase::no_mod_m, enumerator
Dbasic_regex_parser.hpp351 …(this->flags() & regex_constants::no_mod_m ? syntax_element_buffer_start : syntax_element_start_li… in parse_extended()
356 …(this->flags() & regex_constants::no_mod_m ? syntax_element_buffer_end : syntax_element_end_line)); in parse_extended()
3037 f &= ~regex_constants::no_mod_m; in parse_options()
3081 f |= regex_constants::no_mod_m; in parse_options()
/third_party/boost/libs/regex/doc/
Dbasic_regex.qbk87 static const regex_constants::``[syntax_option_type]`` no_mod_m
88 = regex_constants::no_mod_m;
245 static const regex_constants::``[syntax_option_type]`` no_mod_m
246 = regex_constants::no_mod_m;
Dsyntax_option_type.qbk49 static const syntax_option_type no_mod_m;
139 [[no_mod_m][No][Normally Boost.Regex behaves as if the Perl m-modifier is on:
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 …if(opts & (regbase::no_bk_refs|regbase::no_mod_m|regbase::mod_x|regbase::mod_s|regbase::no_mod_s|r… in get_posix_compile_options()