Searched defs:basic_iostream (Results 1 - 4 of 4) sorted by relevance

/external/stlport/src/
H A Distream.cpp31 template class _STLP_CLASS_DECLSPEC basic_iostream<char, char_traits<char> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
39 template class _STLP_CLASS_DECLSPEC basic_iostream<wchar_t, char_traits<wchar_t> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
/external/clang/test/CodeGenCXX/
H A Dvirtual-base-destructor-call.cpp9 template<typename _CharT> struct basic_iostream : public basic_istream<_CharT> struct in inherits:basic_istream
11 virtual ~basic_iostream(){}
14 basic_iostream<char> res;
19 // basic_iostream's complete dtor calls its base dtor, then its
21 // CHECK: define linkonce_odr {{.*}} @_ZN14basic_iostreamIcED1Ev(%struct.basic_iostream* {{.*}}%this) unnamed_addr
25 // basic_iostream's base dtor calls its non-virtual base dtor.
26 // CHECK: define linkonce_odr {{.*}} @_ZN14basic_iostreamIcED2Ev(%struct.basic_iostream* {{.*}}%this, i8** %vtt) unnamed_addr
42 // basic_iostream's deleting dtor calls its complete dtor, then
44 // CHECK: define linkonce_odr {{.*}} @_ZN14basic_iostreamIcED0Ev(%struct.basic_iostream* {{.*}}%this) unnamed_addr
H A Dmangle-subst-std.cpp65 struct basic_iostream : public basic_istream<charT, traits>, struct in namespace:std
67 basic_iostream(int x) : basic_istream<charT, traits>(x), function in struct:std::basic_iostream
80 void f(std::basic_iostream<char, std::char_traits<char> >) { }
101 std::basic_iostream<char> bio(17);
/external/stlport/stlport/stl/
H A D_istream.h31 # include <stl/_ostream.h> // Needed as a base class of basic_iostream.
326 class basic_iostream class in inherits:basic_istream,basic_ostream
333 explicit basic_iostream(basic_streambuf<_CharT, _Traits>* __buf);
334 virtual ~basic_iostream();
338 _STLP_EXPORT_TEMPLATE_CLASS basic_iostream<char, char_traits<char> >; variable
341 _STLP_EXPORT_TEMPLATE_CLASS basic_iostream<wchar_t, char_traits<wchar_t> >; variable

Completed in 158 milliseconds