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

/macosx-10.9.5/libstdcxx-60/src/
H A Dios_init.cc48 extern stdio_sync_filebuf<char> buf_cin_sync;
105 new (&buf_cin_sync) stdio_sync_filebuf<char>(stdin);
111 new (&cin) istream(&buf_cin_sync);
195 buf_cin_sync.~stdio_sync_filebuf<char>();
H A Dglobals_io.cc88 fake_stdiobuf buf_cin_sync; local

Completed in 270 milliseconds