Searched refs:__status (Results 1 – 3 of 3) sorted by relevance
586 ios_base::iostate __status = 0; in __read_unbuffered() local594 __status |= ios_base::failbit; in __read_unbuffered()601 __status |= ios_base::eofbit; in __read_unbuffered()607 __status |= ios_base::failbit; in __read_unbuffered()624 if (__status) in __read_unbuffered()625 __that->setstate(__status); // This might throw. in __read_unbuffered()641 ios_base::iostate __status = 0; in __read_buffered() local677 __status |= ios_base::eofbit; in __read_buffered()680 __status |= ios_base::failbit; in __read_buffered()689 __status |= ios_base::eofbit; in __read_buffered()[all …]
226 typename _Codecvt::result __status in overflow() local229 if (__status == _Codecvt::noconv) { in overflow()240 else if (__status != _Codecvt::error && in overflow()355 typename _Codecvt::result __status in seekoff() local364 _STLP_ASSERT(__status == _Codecvt::ok) in seekoff()534 typename _Codecvt::result __status in _M_underflow_aux() local547 if (__status == _Codecvt::noconv) in _M_underflow_aux()549 else if (__status == _Codecvt::error || in _M_underflow_aux()595 typename _Codecvt::result __status; in _M_unshift() local598 __status = _M_codecvt->unshift(_M_state, in _M_unshift()[all …]
43 extern void error (int __status, int __errnum, const char *__format, ...)46 extern void error_at_line (int __status, int __errnum, const char *__fname,