Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
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()
Ddllimport.cpp815 struct basic_ostream { struct
816 struct sentry {
821 template class __declspec(dllimport) basic_ostream<char>; variable
/external/clang/test/Modules/Inputs/PR24954/
DB.h4 struct basic_ostream { struct
/external/clang/test/Parser/
Dcxx-member-crash.cpp12 template<typename _CharT, typename _Traits> class basic_ostream : virtual public basic_ios<_Cha… class
/external/libcxx/src/
Dios.cpp38 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<char>; variable
39 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<wchar_t>; variable