Searched refs:buf_cin_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.cc44 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);
166 buf_cin_sync.~stdio_sync_filebuf<char>();
H A Dglobals_io.cc83 fake_stdiobuf buf_cin_sync; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dios_init.cc49 extern stdio_sync_filebuf<char> buf_cin_sync;
91 new (&buf_cin_sync) stdio_sync_filebuf<char>(stdin);
97 new (&cin) istream(&buf_cin_sync);
167 buf_cin_sync.~stdio_sync_filebuf<char>();
H A Dglobals_io.cc87 fake_stdiobuf buf_cin_sync; member in namespace:__gnu_internal

Completed in 131 milliseconds