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

/freebsd-11.0-release/contrib/libstdc++/src/
H A Dios_init.cc47 extern stdio_sync_filebuf<char> buf_cout_sync;
89 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout);
95 new (&cout) ostream(&buf_cout_sync);
169 buf_cout_sync.~stdio_sync_filebuf<char>();
H A Dglobals_io.cc87 fake_stdiobuf buf_cout_sync; local

Completed in 51 milliseconds