Searched defs:regex_error (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/kyua/utils/text/ | ||
H A D | exceptions.hpp | 50 class regex_error : public error { class |
H A D | exceptions_test.cpp | 47 ATF_TEST_CASE_BODY(regex_error) in ATF_TEST_CASE_BODY() argument |
H A D | exceptions.cpp | 52 text::regex_error::regex_error(const std::string& message) : in regex_error() function in text::regex_error |
/freebsd/contrib/llvm-project/libcxx/src/ | ||
H A D | regex.cpp | 64 regex_error::regex_error(regex_constants::error_type ecode) regex_error() function in regex_error |