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

/haiku-buildtools/legacy/gcc/libio/
H A Diostream.h36 typedef istream& (*__imanip)(istream&); typedef
239 istream& operator>>(__imanip func) { return (*func)(*this); }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C280 typedef istream& (*__imanip)(istream&); typedef
408 inline istream& operator>>(istream& is, __imanip func) { return (*func)(is); }
H A Dp784.C606 typedef istream& (*__imanip)(istream&); typedef
723 istream& operator>>(istream& is, __imanip func) { return (*func)(is); }

Completed in 45 milliseconds