Home
last modified time | relevance | path

Searched refs:regex_error (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/kyua/utils/text/
H A Dexceptions.cpp52 text::regex_error::regex_error(const std::string& message) : in regex_error() function in text::regex_error
59 text::regex_error::~regex_error(void) throw() in ~regex_error()
H A Dexceptions_test.cpp46 ATF_TEST_CASE_WITHOUT_HEAD(regex_error);
47 ATF_TEST_CASE_BODY(regex_error) in ATF_TEST_CASE_BODY() argument
49 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()
H A Dexceptions.hpp50 class regex_error : public error { class
52 explicit regex_error(const std::string&);
53 ~regex_error(void) throw();
H A Dregex_test.cpp159 ATF_REQUIRE_THROW(text::regex_error, in ATF_TEST_CASE_BODY()
H A Dregex.cpp71 throw text::regex_error(F("%s: %s") % prefix % buffer); in throw_regex_error()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dregex.cpp60 regex_error::regex_error(regex_constants::error_type ecode) in make_error_type_string()
63 regex_error::~regex_error() throw() {}
64 regex_error::regex_error(regex_constants::error_type ecode) regex_error() function in regex_error
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dregex.cppm
/freebsd/contrib/kyua/store/
H A Dlayout.cpp100 } catch (const text::regex_error& e) { in find_latest()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dregex84 class regex_error
88 explicit regex_error(regex_constants::error_type ecode);
975 class _LIBCPP_EXPORTED_FROM_ABI regex_error : public runtime_error {
979 explicit regex_error(regex_constants::error_type __ecode);
980 _LIBCPP_HIDE_FROM_ABI regex_error(const regex_error&) _NOEXCEPT = default;
981 ~regex_error() _NOEXCEPT override;
988 throw regex_error(_Ev);
990 _LIBCPP_VERBOSE_ABORT("regex_error was thrown in -fno-exceptions mode");
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2450 SYMBOL(regex_error, std::, <regex>)