Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Diostream.cpp71 static mbstate_t mb_cerr; variable
133 ostream* cerr_ptr = ::new (cerr) ostream(::new (__cerr) __stdoutbuf<char>(stderr, &mb_cerr)); in DoIOSInit()