Searched refs:regex_error (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dregex.cc26 #include <bits/regex_error.h>
32 regex_error::regex_error(regex_constants::error_type __ecode) function in class:regex_error
33 : std::runtime_error("regex_error"), _M_code(__ecode)
36 regex_error::~regex_error() throw() { }
H A Dfunctexcept.cc36 #include <bits/regex_error.h>
144 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode)); }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/regex_error/
H A Dbase.cc24 struct re : std::regex_error
26 re() : regex_error(std::regex_constants::error_stack) { }
H A Dregex_error.cc32 std::regex_error error(std::regex_constants::error_collate);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/
H A D61601.cc37 catch (const regex_error& e)
H A D58576.cc86 catch ( const regex_error& ex )
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/
H A Dstring_range_01_02_03.cc38 catch (std::regex_error& ex)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/extended/
H A Dstring_range_01_02_03.cc38 catch (std::regex_error& ex)
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex_error.h26 * @file bits/regex_error.h
128 // [7.8] Class regex_error
135 class regex_error : public std::runtime_error class in inherits:std::runtime_error
141 * @brief Constructs a regex_error object.
146 regex_error(regex_constants::error_type __ecode);
148 virtual ~regex_error() throw();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/
H A Dstring.cc50 catch (const std::regex_error& e)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/
H A Dcstring_bracket_01.cc80 catch (const std::regex_error& e)
97 catch (const std::regex_error& e)
113 catch (const std::regex_error& e)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_regex.h31 // Test on a compilation of simple expressions, throw regex_error on error.
102 catch (const regex_error& e)
105 cout << "regex_error::what " << e.what() << endl;
108 cout << "regex_error::code " << regex_error_codes[e.code()] << endl;
/haiku-buildtools/gcc/libstdc++-v3/include/
H A DMakefile.am138 ${bits_srcdir}/regex_error.h \
H A DMakefile.in428 ${bits_srcdir}/regex_error.h \

Completed in 77 milliseconds