Home
last modified time | relevance | path

Searched refs:cin_ptr (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/libcxx/src/
H A Diostream.cpp131 istream* cin_ptr = ::new (cin) istream(::new (__cin) __stdinbuf<char>(stdin, &mb_cin)); in DoIOSInit() local
135 cin_ptr->tie(cout_ptr); in DoIOSInit()