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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc41 extern stdio_sync_filebuf<char> buf_cout_sync;
85 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout);
91 new (&cout) ostream(&buf_cout_sync);
168 buf_cout_sync.~stdio_sync_filebuf<char>();
H A Dglobals_io.cc84 fake_stdiobuf buf_cout_sync; local
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc41 extern stdio_sync_filebuf<char> buf_cout_sync;
85 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout);
91 new (&cout) ostream(&buf_cout_sync);
168 buf_cout_sync.~stdio_sync_filebuf<char>();
H A Dglobals_io.cc84 fake_stdiobuf buf_cout_sync; local

Completed in 255 milliseconds