Home
last modified time | relevance | path

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

/llvm-project/libcxx/src/
H A Dios.instantiations.cpp23 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<char>; variable
30 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<wchar_t>; variable
/llvm-project/clang/test/CodeGenCXX/
H A 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()
H A Ddllimport.cpp863 struct basic_ostream { struct
864 struct sentry {
869 template class __declspec(dllimport) basic_ostream<char>; variable
/llvm-project/libcxx/include/__fwd/
H A Dostream.h22 class _LIBCPP_TEMPLATE_VIS basic_ostream; variable
/llvm-project/clang/test/Modules/Inputs/PR24954/
H A DB.h4 struct basic_ostream { struct
/llvm-project/clang/test/Parser/
H A Dcxx-member-crash.cpp10 template<typename _CharT, typename _Traits> class basic_ostream : virtual public basic_ios<_Cha… class
/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h50 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_ostream(basic_streambuf<char_type, traits_type>* __sb) { basic_ostream() function
127 _LIBCPP_HIDE_FROM_ABI basic_ostream() {} // extension, intentially does not initialize basic_ostream() function
169 basic_ostream<_CharT, _Traits>::basic_ostream(basic_ostream&& __rhs) { basic_ostream() function
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Davoid-endl.cpp5 class basic_ostream { class
[all...]