| /freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | istreambuf_iterator.h | 28 class _LIBCPP_TEMPLATE_VIS istreambuf_iterator 54 friend class istreambuf_iterator; variable 67 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR istreambuf_iterator() _NOEXCEPT : __sbuf_(nullptr) {} in istreambuf_iterator() function 69 …_LIBCPP_HIDE_FROM_ABI constexpr istreambuf_iterator(default_sentinel_t) noexcept : istreambuf_iter… in istreambuf_iterator() function 71 _LIBCPP_HIDE_FROM_ABI istreambuf_iterator(istream_type& __s) _NOEXCEPT : __sbuf_(__s.rdbuf()) {} in istreambuf_iterator() function 72 _LIBCPP_HIDE_FROM_ABI istreambuf_iterator(streambuf_type* __s) _NOEXCEPT : __sbuf_(__s) {} in istreambuf_iterator() function 73 _LIBCPP_HIDE_FROM_ABI istreambuf_iterator(const __proxy& __p) _NOEXCEPT : __sbuf_(__p.__sbuf_) {} in istreambuf_iterator() function 76 _LIBCPP_HIDE_FROM_ABI istreambuf_iterator& operator++() { 82 _LIBCPP_HIDE_FROM_ABI bool equal(const istreambuf_iterator& __b) const { in equal() 95 operator==(const istreambuf_iterator<_CharT, _Traits>& __a, const istreambuf_iterator<_CharT, _Trai… [all …]
|
| /freebsd-14.2/contrib/libucl/examples/ |
| H A D | ucl_cpp.cc | 9 input.assign((std::istreambuf_iterator<char>(std::cin)), in main() 10 std::istreambuf_iterator<char>()); in main()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | iterator | 573 class istreambuf_iterator 589 istreambuf_iterator() noexcept; // constexpr since C++11 591 istreambuf_iterator(istream_type& s) noexcept; 592 istreambuf_iterator(streambuf_type* s) noexcept; 593 istreambuf_iterator(a-private-type) noexcept; 597 istreambuf_iterator& operator++(); 600 bool equal(const istreambuf_iterator& b) const; 605 bool operator==(const istreambuf_iterator<charT,traits>& a, 606 const istreambuf_iterator<charT,traits>& b); 608 bool operator!=(const istreambuf_iterator<charT,traits>& a, [all …]
|
| H A D | iosfwd | 50 template <class charT, class traits = char_traits<charT> > class istreambuf_iterator; 130 class _LIBCPP_TEMPLATE_VIS istreambuf_iterator;
|
| H A D | iomanip | 240 typedef istreambuf_iterator<_CharT, _Traits> _Ip; 337 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
|
| H A D | istream | 164 #include <__iterator/istreambuf_iterator.h> 318 typedef istreambuf_iterator<_CharT, _Traits> _Ip; 357 typedef istreambuf_iterator<_CharT, _Traits> _Ip; 438 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
|
| H A D | locale | 200 #include <__iterator/istreambuf_iterator.h> 582 template <class _CharT, class _InputIterator = istreambuf_iterator<_CharT> > 1521 template <class _CharT, class _InputIterator = istreambuf_iterator<_CharT> > 2037 template <class _CharT, class _InputIterator = istreambuf_iterator<_CharT> > 2372 template <class _CharT, class _InputIterator = istreambuf_iterator<_CharT> >
|
| H A D | ostream | 362 typedef istreambuf_iterator<_CharT, _Traits> _Ip;
|
| H A D | libcxx.imp | 458 { include: [ "<__iterator/istreambuf_iterator.h>", "private", "<iterator>", "public" ] },
|
| H A D | module.modulemap.in | 1429 …std_private_iterator_istreambuf_iterator [system] { header "__iterator/istreambuf_iterator.h" }
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | iosfwd.inc | 24 using std::istreambuf_iterator;
|
| H A D | iterator.inc | 223 using std::istreambuf_iterator;
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIO.cpp | 63 return std::string((std::istreambuf_iterator<char>(T)), in FileToString() 64 std::istreambuf_iterator<char>()); in FileToString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | ToolRunner.cpp | 94 std::copy(std::istreambuf_iterator<char>(ErrorFile), in RunProgramRemotelyWithTimeout() 95 std::istreambuf_iterator<char>(), in RunProgramRemotelyWithTimeout() 130 std::copy(std::istreambuf_iterator<char>(ErrorFile), in ProcessFailure() 131 std::istreambuf_iterator<char>(), in ProcessFailure()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | operations.cpp | 240 using InIt = istreambuf_iterator<char>;
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 847 IT_HEADERS+= istreambuf_iterator.h
|
| H A D | module.modulemap | 1429 …std_private_iterator_istreambuf_iterator [system] { header "__iterator/istreambuf_iterator.h" }
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 1847 SYMBOL(istreambuf_iterator, std::, <iterator>) 1848 SYMBOL(istreambuf_iterator, std::, <iosfwd>)
|