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

/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dregex.cc32 regex_error::regex_error(regex_constants::error_type __ecode) argument
33 : std::runtime_error("regex_error"), _M_code(__ecode)
H A Dfunctexcept.cc142 __throw_regex_error(regex_constants::error_type __ecode
144 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode)); }
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex_error.h143 * @param __ecode the regex error code.
146 regex_error(regex_constants::error_type __ecode);
163 __throw_regex_error(regex_constants::error_type __ecode);

Completed in 99 milliseconds