Searched refs:_M_setstate_nothrow (Results 1 – 4 of 4) sorted by relevance
160 _M_setstate_nothrow(badbit); in iword()177 _M_setstate_nothrow(badbit); in pword()192 _M_setstate_nothrow(badbit); in register_callback()250 _M_setstate_nothrow(badbit); in _M_copy_state()263 _M_setstate_nothrow(badbit); in _M_copy_state()276 _M_setstate_nothrow(badbit); in _M_copy_state()
116 this->_M_setstate_nothrow(__flag); in _M_handle_exception()
187 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; } in _M_setstate_nothrow() function
826 this->_M_setstate_nothrow(ios_base::eofbit); in readsome()