Searched refs:wcin (Results 1 – 8 of 8) sorted by relevance
76 extern wistream wcin;111 new (&wcin) wistream(&buf_wcin_sync); in Init()114 wcin.tie(&wcout); in Init()195 wcin.rdbuf(&buf_wcin); in sync_with_stdio()
70 fake_wistream wcin; variable
28 extern wistream wcin;51 extern _LIBCPP_FUNC_VIS wistream wcin;
20 _ALIGNAS_TYPE (wistream) _LIBCPP_FUNC_VIS char wcin [sizeof(wistream)];50 … wistream* wcin_ptr = ::new(wcin) wistream(::new(__wcin) __stdinbuf <wchar_t>(stdin, &mb_wcin)); in Init()
69 extern wistream wcin; ///< Linked to standard input
46 using std::wcin;
1374 objects to closely match the standard. Tie cin/wcin, set flags on
5711 (wcin): Likewise.