Home
last modified time | relevance | path

Searched defs:wostream (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__fwd/
H A Dostream.h27 using wostream = basic_ostream<wchar_t>; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Davoid-endl.cpp16 using wostream = basic_ostream<wchar_t>; typedef