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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dios_init.cc47 extern stdio_filebuf<char> buf_cout;
178 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out);
181 cout.rdbuf(&buf_cout);
H A Dglobals_io.cc88 fake_filebuf buf_cout; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dios_init.cc52 extern stdio_filebuf<char> buf_cout;
179 new (&buf_cout) stdio_filebuf<char>(stdout, ios_base::out);
182 cout.rdbuf(&buf_cout);
H A Dglobals_io.cc92 fake_filebuf buf_cout; member in namespace:__gnu_internal

Completed in 103 milliseconds