Searched refs:rdstate (Results 1 – 6 of 6) sorted by relevance
123 rdstate() const in _GLIBCXX_BEGIN_NAMESPACE()144 { this->clear(this->rdstate() | __state); } in _GLIBCXX_BEGIN_NAMESPACE()167 { return this->rdstate() == 0; } in _GLIBCXX_BEGIN_NAMESPACE()177 { return (this->rdstate() & eofbit) != 0; } in _GLIBCXX_BEGIN_NAMESPACE()188 { return (this->rdstate() & (badbit | failbit)) != 0; } in _GLIBCXX_BEGIN_NAMESPACE()198 { return (this->rdstate() & badbit) != 0; } in _GLIBCXX_BEGIN_NAMESPACE()
51 if (this->exceptions() & this->rdstate()) in _GLIBCXX_BEGIN_NAMESPACE()
124 iostate rdstate() const;316 _LIBCPP_INLINE_VISIBILITY iostate rdstate() const;515 ios_base::rdstate() const587 _LIBCPP_ALWAYS_INLINE iostate rdstate() const {return ios_base::rdstate();}
1278 this->clear(this->rdstate() & ~ios_base::eofbit);1306 this->clear(this->rdstate() & ~ios_base::eofbit);1385 this->clear(this->rdstate() & ~ios_base::eofbit);
153 z_stream *rdstate; member986 zf->rdstate = state; in zfilter_init()1015 state = zf->rdstate; in zfilter_fini()1118 state = zf->rdstate; in zfilter_fill()
2604 * bits/basic_ios.h: Fix rdstate().3407 Make the member functions rdstate(), clear(), exceptions()