/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A 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()
|
H A D | dllimport.cpp | 815 struct basic_ostream { struct 816 struct sentry { 821 template class __declspec(dllimport) basic_ostream<char>; variable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | ios.instantiations.cpp | 23 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<char>; variable 30 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_ostream<wchar_t>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__ostream/ |
D | basic_ostream.h | 52 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_ostream(basic_streambuf<char_type, traits_typ… in basic_ostream() function 129 _LIBCPP_HIDE_FROM_ABI basic_ostream() {} // extension, intentially does not initialize in basic_ostream() function 171 basic_ostream<_CharT, _Traits>::basic_ostream(basic_ostream&& __rhs) { in basic_ostream() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__ostream/ |
D | basic_ostream.h | 50 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_ostream(basic_streambuf<char_type, traits_typ… in basic_ostream() function 127 _LIBCPP_HIDE_FROM_ABI basic_ostream() {} // extension, intentially does not initialize in basic_ostream() function 169 basic_ostream<_CharT, _Traits>::basic_ostream(basic_ostream&& __rhs) { in basic_ostream() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/format/include/boost/format/detail/ |
D | workarounds_gcc-2_95.hpp | 94 class basic_ostream<char, Tr> : public basic_ios<char, Tr> class 97 basic_ostream(streambuf * p) : basic_ios<char,Tr> (p) {} in basic_ostream() function in std::basic_ostream
|
/aosp_15_r20/external/libcxx/src/ |
H A 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
|
/aosp_15_r20/external/clang/test/Modules/Inputs/PR24954/ |
H A D | B.h | 4 struct basic_ostream { struct
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__fwd/ |
D | ostream.h | 22 class _LIBCPP_TEMPLATE_VIS basic_ostream; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__fwd/ |
D | ostream.h | 22 class _LIBCPP_TEMPLATE_VIS basic_ostream; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__fwd/ |
D | ostream.h | 22 class _LIBCPP_TEMPLATE_VIS basic_ostream; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__fwd/ |
D | ostream.h | 22 class _LIBCPP_TEMPLATE_VIS basic_ostream; variable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__fwd/ |
H A D | ostream.h | 22 class _LIBCPP_TEMPLATE_VIS basic_ostream; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__fwd/ |
D | ostream.h | 22 class _LIBCPP_TEMPLATE_VIS basic_ostream; variable
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | cxx-member-crash.cpp | 12 template<typename _CharT, typename _Traits> class basic_ostream : virtual public basic_ios<_Cha… class
|