Home
last modified time | relevance | path

Searched refs:ostreambuf_iterator (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Dostreambuf_iterator.h29 class _LIBCPP_TEMPLATE_VIS ostreambuf_iterator
53 _LIBCPP_INLINE_VISIBILITY ostreambuf_iterator(ostream_type& __s) _NOEXCEPT in ostreambuf_iterator() function
55 _LIBCPP_INLINE_VISIBILITY ostreambuf_iterator(streambuf_type* __s) _NOEXCEPT in ostreambuf_iterator() function
57 _LIBCPP_INLINE_VISIBILITY ostreambuf_iterator& operator=(_CharT __c)
63 _LIBCPP_INLINE_VISIBILITY ostreambuf_iterator& operator*() {return *this;}
64 _LIBCPP_INLINE_VISIBILITY ostreambuf_iterator& operator++() {return *this;}
65 _LIBCPP_INLINE_VISIBILITY ostreambuf_iterator& operator++(int) {return *this;}
71 ostreambuf_iterator<_Ch, _Tr>
72 __pad_and_output(ostreambuf_iterator<_Ch, _Tr> __s,
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dostream325 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
370 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
397 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
426 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
453 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
482 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
508 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
717 typedef ostreambuf_iterator<_CharT, _Traits> _Ip;
758 typedef ostreambuf_iterator<_CharT, _Traits> _Ip;
818 typedef ostreambuf_iterator<_CharT, _Traits> _Ip;
[all …]
H A Diterator511 class ostreambuf_iterator
527 ostreambuf_iterator(ostream_type& s) noexcept;
528 ostreambuf_iterator(streambuf_type* s) noexcept;
529 ostreambuf_iterator& operator=(charT c);
530 ostreambuf_iterator& operator*();
531 ostreambuf_iterator& operator++();
532 ostreambuf_iterator& operator++(int);
601 #include <__iterator/ostreambuf_iterator.h>
H A Diosfwd51 template <class charT, class traits = char_traits<charT> > class ostreambuf_iterator;
156 class _LIBCPP_TEMPLATE_VIS ostreambuf_iterator;
H A Diomanip371 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
491 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
H A Dmodule.modulemap509 module ostreambuf_iterator { private header "__iterator/ostreambuf_iterator.h" }
H A Dlocale1266 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
1388 ostreambuf_iterator<_CharT, _Traits>
1389 __pad_and_output(ostreambuf_iterator<_CharT, _Traits> __s,
2499 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
2598 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
3360 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp96 std::ostreambuf_iterator<char>(OS)); in RunProgramRemotelyWithTimeout()
132 std::ostreambuf_iterator<char>(OS)); in ProcessFailure()
/freebsd-13.1/lib/libc++/
H A DMakefile407 IT_HEADERS+= ostreambuf_iterator.h
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp873 using OutIt = ostreambuf_iterator<char>;
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc3979 OLD_FILES+=usr/include/c++/v1/__iterator/ostreambuf_iterator.h