HomeSort by relevance Sort by last modified time
    Searched defs:basic_istream (Results 1 - 5 of 5) sorted by null

  /external/clang/test/SemaCXX/
invalid-template-specifier.cpp 6 const template basic_istream<char>; // expected-error {{expected unqualified-id}} variable
  /external/clang/test/CodeGenCXX/
virtual-base-destructor-call.cpp 5 template<typename _CharT> struct basic_istream : virtual public basic_ios { struct in inherits:basic_ios
6 virtual ~basic_istream(){}
9 template<typename _CharT> struct basic_iostream : public basic_istream<_CharT>
25 // basic_istream's complete dtor calls the base dtor,
27 // CHECK: define linkonce_odr {{.*}} @_ZN13basic_istreamIcED1Ev(%struct.basic_istream* {{.*}}%this) unnamed_addr
31 // basic_istream's deleting dtor calls the complete dtor, then
33 // CHECK: define linkonce_odr {{.*}} @_ZN13basic_istreamIcED0Ev(%struct.basic_istream* {{.*}}%this) unnamed_addr
43 // basic_istream's base dtor is a no-op.
44 // CHECK: define linkonce_odr {{.*}} @_ZN13basic_istreamIcED2Ev(%struct.basic_istream* {{.*}}%this, i8** %vtt) unnamed_addr
mangle-subst-std.cpp 53 struct basic_istream : virtual public basic_ios<charT, traits> { struct in namespace:std
54 basic_istream(int x) : basic_ios<charT, traits>(x), stored(x) { } function in struct:std::basic_istream
66 struct basic_iostream : public basic_istream<charT, traits>,
68 basic_iostream(int x) : basic_istream<charT, traits>(x),
75 void f(std::basic_istream<char, std::char_traits<char> >) { }
  /external/libcxx/src/
ios.cpp 35 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_istream<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
36 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_istream<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
ios.cpp 38 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_istream<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
39 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_istream<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS

Completed in 201 milliseconds