Searched refs:_exceptions (Results 1 – 1 of 1) sorted by relevance
93 __iostate _exceptions; member212 if (_state & _exceptions) _throw_failure(); }214 if (_state & _exceptions) _throw_failure(); } in set()216 if (_state & _exceptions) _throw_failure(); } in setstate()224 iostate exceptions() const { return _exceptions; } in exceptions()226 _exceptions = enable; in exceptions()227 if (_state & _exceptions) _throw_failure(); } in exceptions()470 _state = sb ? ios::goodbit : ios::badbit; _exceptions=0; in init()