Searched refs:__ecode (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dregex.cc34 __throw_regex_error(regex_constants::error_type __ecode
36 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode)); }
38 regex_error::regex_error(regex_constants::error_type __ecode) argument
39 : std::runtime_error("regex_error"), _M_code(__ecode)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dregex.cc34 __throw_regex_error(regex_constants::error_type __ecode
36 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode)); }
83 regex_error::regex_error(regex_constants::error_type __ecode) argument
84 : std::runtime_error(desc(__ecode)), _M_code(__ecode)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_error.h147 * @param __ecode the regex error code.
150 regex_error(error_type __ecode);
165 regex_error(error_type __ecode, const char* __what) argument
166 : std::runtime_error(__what), _M_code(__ecode)
171 __throw_regex_error(error_type __ecode __attribute__((__unused__)),
173 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); }
181 __throw_regex_error(regex_constants::error_type __ecode);
185 __throw_regex_error(regex_constants::error_type __ecode, const char* __what);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_error.h142 * @param __ecode the regex error code.
145 regex_error(regex_constants::error_type __ecode);
159 regex_error(regex_constants::error_type __ecode, const char* __what) argument
160 : std::runtime_error(__what), _M_code(__ecode)
169 __throw_regex_error(regex_constants::error_type __ecode);
172 __throw_regex_error(regex_constants::error_type __ecode
175 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); }

Completed in 262 milliseconds