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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_ios.h137 rdstate() const function in class:basic_ios
158 { this->clear(this->rdstate() | __state); }
177 * A wrapper around rdstate.
181 { return this->rdstate() == 0; }
191 { return (this->rdstate() & eofbit) != 0; }
202 { return (this->rdstate() & (badbit | failbit)) != 0; }
212 { return (this->rdstate() & badbit) != 0; }
355 * and rdstate() remain unchanged. All values in the pword and iword
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_ios.h137 rdstate() const function in class:basic_ios
158 { this->clear(this->rdstate() | __state); }
177 * A wrapper around rdstate.
181 { return this->rdstate() == 0; }
191 { return (this->rdstate() & eofbit) != 0; }
202 { return (this->rdstate() & (badbit | failbit)) != 0; }
212 { return (this->rdstate() & badbit) != 0; }
355 * and rdstate() remain unchanged. All values in the pword and iword

Completed in 190 milliseconds