Searched refs:ostreambuf_iterator (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | ostreambuf_iterator.h | 27 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( 67 …ostreambuf_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 D | ostream | 363 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 D | iterator | 612 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 D | iosfwd | 51 template <class charT, class traits = char_traits<charT> > class ostreambuf_iterator; 132 class _LIBCPP_TEMPLATE_VIS ostreambuf_iterator;
|
| H A D | iomanip | 289 typedef ostreambuf_iterator<_CharT, _Traits> _Op; 386 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
|
| H A D | locale | 201 #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 D | libcxx.imp | 469 { include: [ "<__iterator/ostreambuf_iterator.h>", "private", "<iterator>", "public" ] },
|
| H A D | module.modulemap.in | 1447 header "__iterator/ostreambuf_iterator.h"
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | iosfwd.inc | 25 using std::ostreambuf_iterator;
|
| H A D | iterator.inc | 224 using std::ostreambuf_iterator;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | formatter.h | 101 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 D | ToolRunner.cpp | 96 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 D | operations.cpp | 241 using OutIt = ostreambuf_iterator<char>;
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 858 IT_HEADERS+= ostreambuf_iterator.h
|
| H A D | module.modulemap | 1447 header "__iterator/ostreambuf_iterator.h"
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2314 SYMBOL(ostreambuf_iterator, std::, <iterator>) 2315 SYMBOL(ostreambuf_iterator, std::, <iosfwd>)
|