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