Searched refs:regex_error (Results 1 – 6 of 6) sorted by relevance
27 std::regex_error e(std::regex_constants::error_collate); in main()32 std::regex_error e(std::regex_constants::error_ctype); in main()37 std::regex_error e(std::regex_constants::error_escape); in main()43 std::regex_error e(std::regex_constants::error_backref); in main()48 std::regex_error e(std::regex_constants::error_brack); in main()53 std::regex_error e(std::regex_constants::error_paren); in main()58 std::regex_error e(std::regex_constants::error_brace); in main()63 std::regex_error e(std::regex_constants::error_badbrace); in main()68 std::regex_error e(std::regex_constants::error_range); in main()74 std::regex_error e(std::regex_constants::error_space); in main()[all …]
63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() function in regex_error68 regex_error::~regex_error() throw() {} in ~regex_error()
25 } catch (std::regex_error &ex) { in error_escape_thrown()
83 class regex_error87 explicit regex_error(regex_constants::error_type ecode);947 class _LIBCPP_EXCEPTION_ABI regex_error952 explicit regex_error(regex_constants::error_type __ecode);953 virtual ~regex_error() throw();2262 throw regex_error(regex_constants::error_collate);3020 throw regex_error(regex_constants::__re_err_grammar);3054 throw regex_error(regex_constants::__re_err_empty);3070 throw regex_error(regex_constants::__re_err_empty);3079 throw regex_error(regex_constants::__re_err_empty);[all …]
3232 $(call gen-test, re/re.badexp/regex_error)
3241 $(call gen-test, re/re.badexp/regex_error)