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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc42 extern stdio_sync_filebuf<char> buf_cin_sync;
86 new (&buf_cin_sync) stdio_sync_filebuf<char>(stdin);
92 new (&cin) istream(&buf_cin_sync);
169 buf_cin_sync.~stdio_sync_filebuf<char>();
H A Dglobals_io.cc85 fake_stdiobuf buf_cin_sync; local
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc42 extern stdio_sync_filebuf<char> buf_cin_sync;
86 new (&buf_cin_sync) stdio_sync_filebuf<char>(stdin);
92 new (&cin) istream(&buf_cin_sync);
169 buf_cin_sync.~stdio_sync_filebuf<char>();
H A Dglobals_io.cc85 fake_stdiobuf buf_cin_sync; local

Completed in 134 milliseconds