Searched refs:_M_set_exception_mask (Results 1 – 3 of 3) sorted by relevance
64 this->_M_set_exception_mask(__x.exceptions()); in copyfmt()102 this->_M_set_exception_mask(ios_base::goodbit); in init()
99 this->_M_set_exception_mask(__mask); in exceptions()
190 void _M_set_exception_mask(iostate __mask) { _M_exception_mask = __mask; } in _M_set_exception_mask() function