Home
last modified time | relevance | path

Searched defs:basic_ostream (Results 1 – 3 of 3) 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 _LIBCPP_TEMPLATE_VIS basic_ostream; variable
/freebsd/contrib/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_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