Searched refs:buf_cerr_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.cc45 extern stdio_sync_filebuf<char> buf_cerr_sync;
87 new (&buf_cerr_sync) stdio_sync_filebuf<char>(stderr);
93 new (&cerr) ostream(&buf_cerr_sync);
94 new (&clog) ostream(&buf_cerr_sync);
167 buf_cerr_sync.~stdio_sync_filebuf<char>();
H A Dglobals_io.cc84 fake_stdiobuf buf_cerr_sync; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dios_init.cc50 extern stdio_sync_filebuf<char> buf_cerr_sync;
92 new (&buf_cerr_sync) stdio_sync_filebuf<char>(stderr);
98 new (&cerr) ostream(&buf_cerr_sync);
99 new (&clog) ostream(&buf_cerr_sync);
168 buf_cerr_sync.~stdio_sync_filebuf<char>();
H A Dglobals_io.cc88 fake_stdiobuf buf_cerr_sync; member in namespace:__gnu_internal

Completed in 103 milliseconds