Home
last modified time | relevance | path

Searched refs:buf_wcout_sync (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dios_init.cc50 extern stdio_sync_filebuf<wchar_t> buf_wcout_sync;
102 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()
106 new (&wcout) wostream(&buf_wcout_sync); in Init()
173 buf_wcout_sync.~stdio_sync_filebuf<wchar_t>(); in sync_with_stdio()
H A Dglobals_io.cc97 fake_wstdiobuf buf_wcout_sync; variable
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dios_init.cc52 extern stdio_sync_filebuf<wchar_t> buf_wcout_sync;
104 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()
108 new (&wcout) wostream(&buf_wcout_sync); in Init()
175 buf_wcout_sync.~stdio_sync_filebuf<wchar_t>(); in sync_with_stdio()
H A Dglobals_io.cc98 fake_wstdiobuf buf_wcout_sync; variable