Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Dostreambuf_iterator.h27 class _LIBCPP_TEMPLATE_VIS ostreambuf_iterator
53 _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator(ostream_type& __s) _NOEXCEPT : __sbuf_(__s.rdbuf()) {} in ostreambuf_iterator() function
54 _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator(streambuf_type* __s) _NOEXCEPT : __sbuf_(__s) {} in ostreambuf_iterator() function
55 _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator& operator=(_CharT __c) {
60 _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator& operator*() { return *this; }
61 _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator& operator++() { return *this; }
62 _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator& operator++(int) { return *this; }
66 friend _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator<_Ch, _Tr> __pad_and_output(
67ostreambuf_iterator<_Ch, _Tr> __s, const _Ch* __ob, const _Ch* __op, const _Ch* __oe, ios_base& __…
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dostream363 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
398 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
419 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
445 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
466 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
492 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
673 typedef ostreambuf_iterator<_CharT, _Traits> _Ip;
705 typedef ostreambuf_iterator<_CharT, _Traits> _Ip;
753 typedef ostreambuf_iterator<_CharT, _Traits> _Ip;
811 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
[all …]
H A Diterator612 class ostreambuf_iterator
628 ostreambuf_iterator(ostream_type& s) noexcept;
629 ostreambuf_iterator(streambuf_type* s) noexcept;
630 ostreambuf_iterator& operator=(charT c);
631 ostreambuf_iterator& operator*();
632 ostreambuf_iterator& operator++();
633 ostreambuf_iterator& operator++(int);
706 #include <__iterator/ostreambuf_iterator.h>
H A Diosfwd51 template <class charT, class traits = char_traits<charT> > class ostreambuf_iterator;
132 class _LIBCPP_TEMPLATE_VIS ostreambuf_iterator;
H A Diomanip289 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
386 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
H A Dlocale201 #include <__iterator/ostreambuf_iterator.h>
1154 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
1240 _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator<_CharT, _Traits> __pad_and_output(
1241 ostreambuf_iterator<_CharT, _Traits> __s,
2086 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
2161 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
2860 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
H A Dlibcxx.imp469 { include: [ "<__iterator/ostreambuf_iterator.h>", "private", "<iterator>", "public" ] },
H A Dmodule.modulemap.in1447 header "__iterator/ostreambuf_iterator.h"
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Diosfwd.inc25 using std::ostreambuf_iterator;
H A Diterator.inc224 using std::ostreambuf_iterator;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h101 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
106 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
122 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
127 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
/freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp241 using OutIt = ostreambuf_iterator<char>;
/freebsd-14.2/lib/libc++/
H A DMakefile858 IT_HEADERS+= ostreambuf_iterator.h
H A Dmodule.modulemap1447 header "__iterator/ostreambuf_iterator.h"
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2314 SYMBOL(ostreambuf_iterator, std::, <iterator>)
2315 SYMBOL(ostreambuf_iterator, std::, <iosfwd>)