Lines Matching refs:regex_constants
17 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string()
21 case regex_constants::error_collate: in make_error_type_string()
23 case regex_constants::error_ctype: in make_error_type_string()
25 case regex_constants::error_escape: in make_error_type_string()
28 case regex_constants::error_backref: in make_error_type_string()
30 case regex_constants::error_brack: in make_error_type_string()
32 case regex_constants::error_paren: in make_error_type_string()
34 case regex_constants::error_brace: in make_error_type_string()
36 case regex_constants::error_badbrace: in make_error_type_string()
38 case regex_constants::error_range: in make_error_type_string()
41 case regex_constants::error_space: in make_error_type_string()
44 case regex_constants::error_badrepeat: in make_error_type_string()
46 case regex_constants::error_complexity: in make_error_type_string()
49 case regex_constants::error_stack: in make_error_type_string()
52 case regex_constants::__re_err_grammar: in make_error_type_string()
54 case regex_constants::__re_err_empty: in make_error_type_string()
56 case regex_constants::__re_err_parse: in make_error_type_string()
64 regex_error::regex_error(regex_constants::error_type ecode) in regex_error()