Searched refs:_M_setstate_nothrow (Results 1 – 4 of 4) sorted by relevance
158 _M_setstate_nothrow(badbit); in iword()175 _M_setstate_nothrow(badbit); in pword()190 _M_setstate_nothrow(badbit); in register_callback()248 _M_setstate_nothrow(badbit); in _M_copy_state()261 _M_setstate_nothrow(badbit); in _M_copy_state()274 _M_setstate_nothrow(badbit); in _M_copy_state()
116 this->_M_setstate_nothrow(__flag); in _M_handle_exception()
185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; } in _M_setstate_nothrow() function
826 this->_M_setstate_nothrow(ios_base::eofbit); in readsome()