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

/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dbasic_ios.h123 rdstate() const function in class:basic_ios
144 { this->clear(this->rdstate() | __state); }
163 * A wrapper around rdstate.
167 { return this->rdstate() == 0; }
177 { return (this->rdstate() & eofbit) != 0; }
188 { return (this->rdstate() & (badbit | failbit)) != 0; }
198 { return (this->rdstate() & badbit) != 0; }
341 * and rdstate() remain unchanged. All values in the pword and iword

Completed in 103 milliseconds