Home
last modified time | relevance | path

Searched refs:no_bk_refs (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/regex/v4/
Dregbase.hpp60 no_bk_refs = 1 << 8, // \d not allowed enumerator
94 extended = no_bk_refs | collate | no_perl_ex | no_escape_in_lists,
97 awk = no_bk_refs | collate | no_perl_ex,
Dbasic_regex_parser.hpp1954 …egbase::main_option_type) == regbase::perl_syntax_group) && (this->flags() & regbase::no_bk_refs))) in parse_backref()
/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()
/third_party/boost/libs/regex/doc/
Dsyntax_option_type.qbk57 static const syntax_option_type no_bk_refs;
231 [[no_bk_refs][No][When set then backreferences are disabled. This bit is on