Home
last modified time | relevance | path

Searched refs:__ecode (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dregex_error.h143 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()
157 regex_error(regex_constants::error_type __ecode, const char* __what) in _GLIBCXX_VISIBILITY()
158 : std::runtime_error(__what), _M_code(__ecode) in _GLIBCXX_VISIBILITY()
167 __throw_regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()
170 __throw_regex_error(regex_constants::error_type __ecode, const char* __what) in _GLIBCXX_VISIBILITY()
171 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); } in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
Dregex.cc34 __throw_regex_error(regex_constants::error_type __ecode in __throw_regex_error() argument
36 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode)); } in __throw_regex_error()
38 regex_error::regex_error(regex_constants::error_type __ecode) in regex_error() argument
39 : std::runtime_error("regex_error"), _M_code(__ecode) in regex_error()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
Dfunctexcept.cc117 __throw_regex_error(regex_constants::error_type __ecode) in __throw_regex_error() argument
118 { throw regex_error(__ecode); } in __throw_regex_error()
189 __throw_regex_error(regex_constants::error_type __ecode)
Dregex.cc31 regex_error::regex_error(regex_constants::error_type __ecode) in regex_error() argument
32 : std::runtime_error("regex_error"), _M_code(__ecode) in regex_error()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dregex_error.h142 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()
158 __throw_regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
Dregex419 regex_error(regex_constants::error_type __ecode)
420 : std::runtime_error("regex_error"), _M_code(__ecode)
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
Dregex422 regex_error(regex_constants::error_type __ecode)
423 : std::runtime_error("regex_error"), _M_code(__ecode)