Searched refs:regex_error (Results 1 – 15 of 15) sorted by relevance
28 std::regex_error e(std::regex_constants::error_collate); in main()33 std::regex_error e(std::regex_constants::error_ctype); in main()38 std::regex_error e(std::regex_constants::error_escape); in main()44 std::regex_error e(std::regex_constants::error_backref); in main()49 std::regex_error e(std::regex_constants::error_brack); in main()54 std::regex_error e(std::regex_constants::error_paren); in main()59 std::regex_error e(std::regex_constants::error_brace); in main()64 std::regex_error e(std::regex_constants::error_badbrace); in main()69 std::regex_error e(std::regex_constants::error_range); in main()75 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()
26 } catch (const std::regex_error &e) { in main()36 } catch (const std::regex_error &e) { in main()
27 } catch (const std::regex_error &ex) { in error_ctype_thrown()
27 } catch (const std::regex_error &ex) { in error_badbackref_thrown()
27 } catch (const std::regex_error &ex) { in error_badrepeat_thrown()
27 } catch (const std::regex_error &ex) { in error_escape_thrown()
32 catch(std::regex_error &) { caught = true; } in main()
37 } catch (const std::regex_error &e) { in main()
38 catch (std::regex_error &) {} in LLVMFuzzerTestOneInput()
100 catch (const std::regex_error& e) { in Init()
461 catch (std::regex_error &ex) {} in regex_helper()
83 class regex_error87 explicit regex_error(regex_constants::error_type ecode);960 class _LIBCPP_EXCEPTION_ABI regex_error965 explicit regex_error(regex_constants::error_type __ecode);966 virtual ~regex_error() throw();976 throw regex_error(_Ev);