Home
last modified time | relevance | path

Searched defs:basic_ostream (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/src/
H A Dios.instantiations.cpp23 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<char>; variable
30 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<wchar_t>; variable
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle-subst-std.cpp59 struct basic_ostream : virtual public basic_ios<charT, traits> { struct
60 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { } in basic_ostream() function
78 void f(std::basic_ostream<char, std::char_traits<char> >) { } in f()
H A Ddllimport.cpp861 struct basic_ostream { struct
862 struct sentry {
867 template class __declspec(dllimport) basic_ostream<char>; variable
/llvm-project-15.0.7/clang/test/Modules/Inputs/PR24954/
H A DB.h4 struct basic_ostream { struct
/llvm-project-15.0.7/clang/test/Parser/
H A Dcxx-member-crash.cpp12 template<typename _CharT, typename _Traits> class basic_ostream : virtual public basic_ios<_Cha… class