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

/haiku-buildtools/legacy/gcc/libio/
H A Disgetline.cc38 if (ipfx1())
72 if (ipfx1())
133 if (ipfx1()) {
H A Disgetsb.cc32 if (ipfx1())
H A Diostream.h180 int ipfx1() { // Optimized version of ipfx(1). function in class:istream
189 int get() { if (!ipfx1()) return EOF;
H A Diostream.cc73 if (ipfx1()) {
126 if (ipfx1()) {
158 if (ipfx1()) {
966 if (ins.ipfx1()) {
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C363 int ipfx1() { function in class:istream
368 int get() { if (!ipfx1()) return (-1) ;
372 int peek() { if (!ipfx1()) return (-1) ;
438 int ipfx1() { return ((istream*)this)->ipfx1(); } function in class:iostream
440 int peek() { return ipfx1() ? _strbuf->sgetc() : (-1) ; }
H A Dp784.C688 int ipfx1() { // Optimized version of ipfx(1). function in class:istream
749 int ipfx1() { return ((istream*)this)->ipfx1(); } function in class:iostream
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dbastring.cc477 if (is.ipfx1 ())

Completed in 105 milliseconds