Lines Matching refs:regex_constants
58 /** @namespace std::regex_constants
61 namespace regex_constants
419 regex_error(regex_constants::error_type __ecode)
428 regex_constants::error_type
433 regex_constants::error_type _M_code;
730 typedef regex_constants::syntax_option_type flag_type;
739 static const regex_constants::syntax_option_type icase
740 = regex_constants::icase;
741 static const regex_constants::syntax_option_type nosubs
742 = regex_constants::nosubs;
743 static const regex_constants::syntax_option_type optimize
744 = regex_constants::optimize;
745 static const regex_constants::syntax_option_type collate
746 = regex_constants::collate;
747 static const regex_constants::syntax_option_type ECMAScript
748 = regex_constants::ECMAScript;
749 static const regex_constants::syntax_option_type basic
750 = regex_constants::basic;
751 static const regex_constants::syntax_option_type extended
752 = regex_constants::extended;
753 static const regex_constants::syntax_option_type awk
754 = regex_constants::awk;
755 static const regex_constants::syntax_option_type grep
756 = regex_constants::grep;
757 static const regex_constants::syntax_option_type egrep
758 = regex_constants::egrep;
767 : _M_flags(regex_constants::ECMAScript), _M_pattern(), _M_mark_count(0)
783 flag_type __f = regex_constants::ECMAScript)
824 flag_type __f = regex_constants::ECMAScript)
843 flag_type __f = regex_constants::ECMAScript)
857 flag_type __f = regex_constants::ECMAScript)
926 flag_type __flags = regex_constants::ECMAScript)
960 flag_type __f = regex_constants::ECMAScript)
983 flag_type __flags = regex_constants::ECMAScript)
999 flag_type __f = regex_constants::ECMAScript)
2009 regex_constants::match_flag_type __flags
2010 = regex_constants::format_default) const;
2017 regex_constants::match_flag_type __flags
2018 = regex_constants::format_default) const;
2133 regex_constants::match_flag_type __flags
2134 = regex_constants::match_default);
2154 regex_constants::match_flag_type __flags
2155 = regex_constants::match_default)
2180 regex_constants::match_flag_type __f
2181 = regex_constants::match_default)
2205 regex_constants::match_flag_type __flags
2206 = regex_constants::match_default)
2226 regex_constants::match_flag_type __f
2227 = regex_constants::match_default)
2248 regex_constants::match_flag_type __flags
2249 = regex_constants::match_default)
2274 regex_constants::match_flag_type __flags
2275 = regex_constants::match_default);
2293 regex_constants::match_flag_type __flags
2294 = regex_constants::match_default)
2318 regex_constants::match_flag_type __f
2319 = regex_constants::match_default)
2337 regex_constants::match_flag_type __f
2338 = regex_constants::match_default)
2358 regex_constants::match_flag_type __flags
2359 = regex_constants::match_default)
2382 regex_constants::match_flag_type __f
2383 = regex_constants::match_default)
2407 regex_constants::match_flag_type __flags
2408 = regex_constants::match_default);
2426 regex_constants::match_flag_type __flags
2427 = regex_constants::match_default)
2474 regex_constants::match_flag_type __m
2475 = regex_constants::match_default);
2538 regex_constants::match_flag_type flags;
2603 regex_constants::match_flag_type __m
2604 = regex_constants::match_default);
2621 regex_constants::match_flag_type __m
2622 = regex_constants::match_default);
2640 regex_constants::match_flag_type __m
2641 = regex_constants::match_default);