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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dbasic_ios.h131 rdstate() const function in class:basic_ios
152 { this->clear(this->rdstate() | __state); }
171 * A wrapper around rdstate.
175 { return this->rdstate() == 0; }
185 { return (this->rdstate() & eofbit) != 0; }
196 { return (this->rdstate() & (badbit | failbit)) != 0; }
206 { return (this->rdstate() & badbit) != 0; }
349 * and rdstate() remain unchanged. All values in the pword and iword
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dbasic_ios.h129 rdstate() const function in class:basic_ios
150 { this->clear(this->rdstate() | __state); }
169 * A wrapper around rdstate.
173 { return this->rdstate() == 0; }
183 { return (this->rdstate() & eofbit) != 0; }
194 { return (this->rdstate() & (badbit | failbit)) != 0; }
204 { return (this->rdstate() & badbit) != 0; }
347 * and rdstate() remain unchanged. All values in the pword and iword
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/
H A Dbasic_ios.h127 rdstate() const function in class:basic_ios
148 { this->clear(this->rdstate() | __state); }
167 * A wrapper around rdstate.
171 { return this->rdstate() == 0; }
181 { return (this->rdstate() & eofbit) != 0; }
192 { return (this->rdstate() & (badbit | failbit)) != 0; }
202 { return (this->rdstate() & badbit) != 0; }
345 * and rdstate() remain unchanged. All values in the pword and iword
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/
H A Dbasic_ios.h127 rdstate() const function in class:basic_ios
148 { this->clear(this->rdstate() | __state); }
167 * A wrapper around rdstate.
171 { return this->rdstate() == 0; }
181 { return (this->rdstate() & eofbit) != 0; }
192 { return (this->rdstate() & (badbit | failbit)) != 0; }
202 { return (this->rdstate() & badbit) != 0; }
345 * and rdstate() remain unchanged. All values in the pword and iword

Completed in 181 milliseconds