Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dvirtual-base-destructor-call.cpp9 template<typename _CharT> struct basic_iostream : public basic_istream<_CharT> struct
11 virtual ~basic_iostream(){} in ~basic_iostream() argument
H A Dmangle-subst-std.cpp66 struct basic_iostream : public basic_istream<charT, traits>, struct
68 basic_iostream(int x) : basic_istream<charT, traits>(x), in basic_iostream() function
81 void f(std::basic_iostream<char, std::char_traits<char> >) { } in f()
/llvm-project/libcxx/include/__fwd/
H A Distream.h25 class _LIBCPP_TEMPLATE_VIS basic_iostream; variable
/llvm-project/libcxx/src/
H A Dios.instantiations.cpp24 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_iostream<char>; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Davoid-endl.cpp13 class basic_iostream : public basic_ostream<CharT> {}; class