Home | History | Annotate | Download | only in src

Lines Matching refs:badbit

107 const ios_base::iostate ios_base::badbit;
174 setstate(badbit);
202 setstate(badbit);
231 setstate(badbit);
235 setstate(badbit);
262 __rdstate_ = state | badbit;
264 if (((state | (__rdbuf_ ? goodbit : badbit)) & __exceptions_) != 0)
275 __rdstate_ = __rdbuf_ ? goodbit : badbit;
296 // If we can't acquire the needed resources, throw bad_alloc (can't set badbit)
429 __rdstate_ |= badbit;
431 if (__exceptions_ & badbit)