Searched refs:__what (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_error.h165 regex_error(error_type __ecode, const char* __what) argument
166 : std::runtime_error(__what), _M_code(__ecode)
172 const char* __what __attribute__((__unused__)))
173 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); }
185 __throw_regex_error(regex_constants::error_type __ecode, const char* __what);
H A Dregex.h2293 match_results<_Bi_iter> __what; local
2294 return regex_match(__first, __last, __what, __re, __flags);
2446 match_results<_Bi_iter> __what; local
2447 return regex_search(__first, __last, __what, __re, __flags);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_error.h159 regex_error(regex_constants::error_type __ecode, const char* __what) argument
160 : std::runtime_error(__what), _M_code(__ecode)
174 const char* __what __attribute__((__unused__)))
175 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); }
H A Dregex.h2204 match_results<_Bi_iter> __what; local
2205 return regex_match(__first, __last, __what, __re, __flags);
2358 match_results<_Bi_iter> __what; local
2359 return regex_search(__first, __last, __what, __re, __flags);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-path.cc738 fs_err_concat(const string& __what, const string& __path1, argument
741 const size_t __len = 18 + __what.length()
747 __ret += __what;

Completed in 120 milliseconds