Searched refs:_M_exception_mask (Results 1 – 2 of 2) sorted by relevance
189 iostate _M_get_exception_mask() const { return _M_exception_mask; } in _M_get_exception_mask()190 void _M_set_exception_mask(iostate __mask) { _M_exception_mask = __mask; } in _M_set_exception_mask()192 if (_M_iostate & _M_exception_mask) in _M_check_exception_mask()217 iostate _M_exception_mask; variable
217 …rite_integer(buffer+strlen(buffer), ios_base::hex, __STATIC_CAST(unsigned long,_M_exception_mask)); in _M_throw_failure()289 _M_exception_mask(0), in ios_base()