Searched refs:_M_clear_nothrow (Results 1 – 3 of 3) sorted by relevance
103 this->_M_clear_nothrow(__sb != 0 ? ios_base::goodbit : ios_base::badbit); in init()
92 _M_clear_nothrow(this->rdbuf() ? __state : iostate(__state|ios_base::badbit));
188 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; } in _M_clear_nothrow() function