Home
last modified time | relevance | path

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

/src/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& __…
/src/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h195 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
230 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
251 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
277 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
298 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
324 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
344 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
364 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
384 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
404 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
[all …]
H A Dprint.h55 typedef ostreambuf_iterator<char> _Ip; in __vprint_nonunicode()
/src/contrib/llvm-project/libcxx/modules/std/
H A Diosfwd.inc27 using std::ostreambuf_iterator;
H A Diterator.inc224 using std::ostreambuf_iterator;
/src/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h110 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
115 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
131 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
136 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
210 std::ostreambuf_iterator<_CharT> __out_it{__sstr}; in __format_zone_offset()
372 ranges::copy(__z.__abbrev, std::ostreambuf_iterator<_CharT>{__sstr}); in __format_chrono_using_chrono_specs()
/src/contrib/llvm-project/libcxx/include/
H A Diterator617 class ostreambuf_iterator
633 ostreambuf_iterator(ostream_type& s) noexcept;
634 ostreambuf_iterator(streambuf_type* s) noexcept;
635 ostreambuf_iterator& operator=(charT c);
636 ostreambuf_iterator& operator*();
637 ostreambuf_iterator& operator++();
638 ostreambuf_iterator& operator++(int);
696 #include <__iterator/ostreambuf_iterator.h>
H A Diosfwd50 template <class charT, class traits = char_traits<charT> > class ostreambuf_iterator;
129 class _LIBCPP_TEMPLATE_VIS ostreambuf_iterator;
H A Diomanip288 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
385 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
H A Dlocale204 # include <__iterator/ostreambuf_iterator.h>
1182 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
1268 _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator<_CharT, _Traits> __pad_and_output(
1269 ostreambuf_iterator<_CharT, _Traits> __s,
2115 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
2190 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
2889 template <class _CharT, class _OutputIterator = ostreambuf_iterator<_CharT> >
H A Dmodule.modulemap1437 header "__iterator/ostreambuf_iterator.h"
/src/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()
/src/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp238 using OutIt = ostreambuf_iterator<char>;
/src/lib/libc++/
H A DMakefile851 IT_HEADERS+= ostreambuf_iterator.h
H A Dlibcxx.imp469 { include: [ "<__iterator/ostreambuf_iterator.h>", "private", "<iterator>", "public" ] },
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2314 SYMBOL(ostreambuf_iterator, std::, <iterator>)
2315 SYMBOL(ostreambuf_iterator, std::, <iosfwd>)