Searched refs:_throw_failure (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Dioextend.cc78 io._throw_failure();
119 _throw_failure();
128 _throw_failure();
/haiku/headers/cpp/
H A Dstreambuf.h206 void _throw_failure() const { throw new ios::failure(this); } function in class:ios
208 void _throw_failure() const { } function in class:ios
212 if (_state & _exceptions) _throw_failure(); }
214 if (_state & _exceptions) _throw_failure(); }
216 if (_state & _exceptions) _throw_failure(); }
227 if (_state & _exceptions) _throw_failure(); }

Completed in 68 milliseconds