Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dostream.h22 class basic_ostream; variable
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__fwd/
H A Dostream.h22 class _LIBCPP_TEMPLATE_VIS basic_ostream; variable
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h56 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_ostream(basic_streambuf<char_type, traits_typ… in basic_ostream() function
182 _LIBCPP_HIDE_FROM_ABI basic_ostream() {} // extension, intentially does not initialize in basic_ostream() function
224 basic_ostream<_CharT, _Traits>::basic_ostream(basic_ostream&& __rhs) { in basic_ostream() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__ostream/
H A Dbasic_ostream.h50 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_ostream(basic_streambuf<char_type, traits_typ… in basic_ostream() function
115 _LIBCPP_HIDE_FROM_ABI basic_ostream() {} // extension, intentially does not initialize in basic_ostream() function
157 basic_ostream<_CharT, _Traits>::basic_ostream(basic_ostream&& __rhs) { in basic_ostream() function