Searched refs:ostreambuf_iterator (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | ostreambuf_iterator.h | 29 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 D | ostream | 325 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 D | iterator | 511 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 D | iosfwd | 51 template <class charT, class traits = char_traits<charT> > class ostreambuf_iterator; 156 class _LIBCPP_TEMPLATE_VIS ostreambuf_iterator;
|
| H A D | iomanip | 371 typedef ostreambuf_iterator<_CharT, _Traits> _Op; 491 typedef ostreambuf_iterator<_CharT, _Traits> _Op;
|
| H A D | module.modulemap | 509 module ostreambuf_iterator { private header "__iterator/ostreambuf_iterator.h" }
|
| H A D | locale | 1266 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 D | ToolRunner.cpp | 96 std::ostreambuf_iterator<char>(OS)); in RunProgramRemotelyWithTimeout() 132 std::ostreambuf_iterator<char>(OS)); in ProcessFailure()
|
| /freebsd-13.1/lib/libc++/ |
| H A D | Makefile | 407 IT_HEADERS+= ostreambuf_iterator.h
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | operations.cpp | 873 using OutIt = ostreambuf_iterator<char>;
|
| /freebsd-13.1/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 3979 OLD_FILES+=usr/include/c++/v1/__iterator/ostreambuf_iterator.h
|