Home
last modified time | relevance | path

Searched defs:__ec (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcxx11-ios_failure.cc73 static const io_error_category __ec{}; in __io_category_instance() local
90 ios_base::failure::failure(const string& __str, const error_code& __ec) in failure()
93 ios_base::failure::failure(const char* __str, const error_code& __ec) in failure()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcxx11-ios_failure.cc99 ios_base::failure::failure(const string& __str, const error_code& __ec) in failure()
102 ios_base::failure::failure(const char* __str, const error_code& __ec) in failure()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dfuture.cpp74 future_error::future_error(error_code __ec) in future_error()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dell_integral.tcc375 _Tp __ec = __ea - __eb; in __ellint_rd() local
638 _Tp __ec = __pndev * __pndev; in __ellint_rj() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dell_integral.tcc371 _Tp __ec = __ea - __eb; in __ellint_rd() local
629 _Tp __ec = __pndev * __pndev; in __ellint_rj() local
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/win32/
H A Dthread_win32.cpp132 auto __ec = GetLastError(); in __libcpp_condvar_timedwait() local