Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/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); in Init()
91 new (&cout) ostream(&buf_cout_sync); in Init()
168 buf_cout_sync.~stdio_sync_filebuf<char>(); in sync_with_stdio()
H A Dglobals_io.cc84 fake_stdiobuf buf_cout_sync; variable
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dios_init.cc43 extern stdio_sync_filebuf<char> buf_cout_sync;
87 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()
93 new (&cout) ostream(&buf_cout_sync); in Init()
170 buf_cout_sync.~stdio_sync_filebuf<char>(); in sync_with_stdio()
H A Dglobals_io.cc85 fake_stdiobuf buf_cout_sync; variable