Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Diostream.cpp50 alignas(__stdoutbuf<char>) static char __cout[sizeof(__stdoutbuf<char>)]; variable
132 ostream* cout_ptr = ::new (cout) ostream(::new (__cout) __stdoutbuf<char>(stdout, &mb_cout)); in DoIOSInit()