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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dios_init.cc43 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);
165 buf_cout_sync.~stdio_sync_filebuf<char>();
H A Dglobals_io.cc82 fake_stdiobuf buf_cout_sync; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dios_init.cc48 extern stdio_sync_filebuf<char> buf_cout_sync;
90 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout);
96 new (&cout) ostream(&buf_cout_sync);
166 buf_cout_sync.~stdio_sync_filebuf<char>();
H A Dglobals_io.cc86 fake_stdiobuf buf_cout_sync; member in namespace:__gnu_internal

Completed in 53 milliseconds