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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc45 extern stdio_filebuf<char> buf_cout;
181 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out);
184 cout.rdbuf(&buf_cout);
H A Dglobals_io.cc90 fake_filebuf buf_cout; local
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc45 extern stdio_filebuf<char> buf_cout;
181 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out);
184 cout.rdbuf(&buf_cout);
H A Dglobals_io.cc90 fake_filebuf buf_cout; local

Completed in 88 milliseconds