Searched refs:regex_error (Results 1 – 8 of 8) sorted by relevance
52 text::regex_error::regex_error(const std::string& message) : in regex_error() function in text::regex_error59 text::regex_error::~regex_error(void) throw() in ~regex_error()
46 ATF_TEST_CASE_WITHOUT_HEAD(regex_error);47 ATF_TEST_CASE_BODY(regex_error) in ATF_TEST_CASE_BODY() argument49 const text::regex_error e("Some text"); in ATF_TEST_CASE_BODY()73 ATF_ADD_TEST_CASE(tcs, regex_error); in ATF_INIT_TEST_CASES()
50 class regex_error : public error { class52 explicit regex_error(const std::string&);53 ~regex_error(void) throw();
159 ATF_REQUIRE_THROW(text::regex_error, in ATF_TEST_CASE_BODY()
71 throw text::regex_error(F("%s: %s") % prefix % buffer); in throw_regex_error()
64 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() function in regex_error69 regex_error::~regex_error() throw() {} in ~regex_error()
100 } catch (const text::regex_error& e) { in find_latest()
83 class regex_error87 explicit regex_error(regex_constants::error_type ecode);983 class _LIBCPP_EXCEPTION_ABI regex_error988 explicit regex_error(regex_constants::error_type __ecode);989 regex_error(const regex_error&) _NOEXCEPT = default;990 virtual ~regex_error() _NOEXCEPT;1000 throw regex_error(_Ev);