Searched defs:basic_ostream (Results 1 – 10 of 10) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | mangle-subst-std.cpp | 59 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()
|
D | dllimport.cpp | 815 struct basic_ostream { struct 816 struct sentry { 821 template class __declspec(dllimport) basic_ostream<char>; variable
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle-subst-std.cpp | 59 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()
|
D | dllimport.cpp | 854 struct basic_ostream { struct 855 struct sentry { 860 template class __declspec(dllimport) basic_ostream<char>; variable
|
/external/llvm-project/libcxx/src/ |
D | ios.instantiations.cpp | 27 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<char>; variable 28 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<wchar_t>; variable
|
/external/clang/test/Modules/Inputs/PR24954/ |
D | B.h | 4 struct basic_ostream { struct
|
/external/llvm-project/clang/test/Modules/Inputs/PR24954/ |
D | B.h | 4 struct basic_ostream { struct
|
/external/llvm-project/clang/test/Parser/ |
D | cxx-member-crash.cpp | 12 template<typename _CharT, typename _Traits> class basic_ostream : virtual public basic_ios<_Cha… class
|
/external/clang/test/Parser/ |
D | cxx-member-crash.cpp | 12 template<typename _CharT, typename _Traits> class basic_ostream : virtual public basic_ios<_Cha… class
|
/external/libcxx/src/ |
D | ios.cpp | 38 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<char>; variable 39 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<wchar_t>; variable
|