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

/freebsd-10.0-release/contrib/libstdc++/src/
H A Dios_init.cc48 extern stdio_sync_filebuf<char> buf_cin_sync;
90 new (&buf_cin_sync) stdio_sync_filebuf<char>(stdin);
96 new (&cin) istream(&buf_cin_sync);
170 buf_cin_sync.~stdio_sync_filebuf<char>();
H A Dglobals_io.cc88 fake_stdiobuf buf_cin_sync; local

Completed in 163 milliseconds