Searched refs:ecode (Results 1 – 2 of 2) sorted by relevance
18 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string() argument20 switch (ecode) in make_error_type_string()63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() argument64 : runtime_error(make_error_type_string(ecode)), in regex_error()65 __code_(ecode) in regex_error()
87 explicit regex_error(regex_constants::error_type ecode);