Lines Matching refs:regex_constants
54 regex_constants::match_flag_type __flags) in __regex_algo_impl()
64 if ((__re.flags() & regex_constants::__polynomial) in __regex_algo_impl()
373 if (__flags & regex_constants::format_sed) in format()
467 regex_constants::match_flag_type __flags) in __regex_replace()
474 if (!(__flags & regex_constants::format_no_copy)) in __regex_replace()
482 if (!(__flags & regex_constants::format_no_copy)) in __regex_replace()
487 if (__flags & regex_constants::format_first_only) in __regex_replace()
490 if (!(__flags & regex_constants::format_no_copy)) in __regex_replace()
540 | regex_constants::match_not_null in operator ++()
541 | regex_constants::match_continuous)) in operator ++()
555 _M_flags |= regex_constants::match_prev_avail; in operator ++()