Home
last modified time | relevance | path

Searched refs:istreambuf_iterator (Results 1 – 25 of 70) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dlocale-inst-numeric.h42 template class num_get<C, istreambuf_iterator<C> >; in _GLIBCXX_VISIBILITY()
48 istreambuf_iterator<C> in _GLIBCXX_VISIBILITY()
49 num_get<C, istreambuf_iterator<C> >:: in _GLIBCXX_VISIBILITY()
50 _M_extract_int(istreambuf_iterator<C>, istreambuf_iterator<C>, in _GLIBCXX_VISIBILITY()
55 istreambuf_iterator<C> in _GLIBCXX_VISIBILITY()
56 num_get<C, istreambuf_iterator<C> >:: in _GLIBCXX_VISIBILITY()
57 _M_extract_int(istreambuf_iterator<C>, istreambuf_iterator<C>, in _GLIBCXX_VISIBILITY()
62 istreambuf_iterator<C> in _GLIBCXX_VISIBILITY()
63 num_get<C, istreambuf_iterator<C> >:: in _GLIBCXX_VISIBILITY()
64 _M_extract_int(istreambuf_iterator<C>, istreambuf_iterator<C>, in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale-inst-monetary.h42 template class money_get<C, istreambuf_iterator<C> >; in _GLIBCXX_VISIBILITY()
46 istreambuf_iterator<C> in _GLIBCXX_VISIBILITY()
47 money_get<C, istreambuf_iterator<C> >:: in _GLIBCXX_VISIBILITY()
48 _M_extract<true>(istreambuf_iterator<C>, istreambuf_iterator<C>, in _GLIBCXX_VISIBILITY()
52 istreambuf_iterator<C> in _GLIBCXX_VISIBILITY()
53 money_get<C, istreambuf_iterator<C> >:: in _GLIBCXX_VISIBILITY()
54 _M_extract<false>(istreambuf_iterator<C>, istreambuf_iterator<C>, in _GLIBCXX_VISIBILITY()
H A Dcxx11-shim_facets.cc191 istreambuf_iterator<C>
193 istreambuf_iterator<C> beg, istreambuf_iterator<C> end,
202 istreambuf_iterator<C>
204 istreambuf_iterator<C>, istreambuf_iterator<C>,
696 istreambuf_iterator<C>
698 istreambuf_iterator<C> beg, istreambuf_iterator<C> end, in __time_get()
719 template istreambuf_iterator<char>
721 istreambuf_iterator<char>, istreambuf_iterator<char>,
725 template istreambuf_iterator<wchar_t>
727 istreambuf_iterator<wchar_t>, istreambuf_iterator<wchar_t>,
[all …]
H A Dlocale-inst.cc85 template class time_get<C, istreambuf_iterator<C> >;
86 template class time_get_byname<C, istreambuf_iterator<C> >;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dlocale-inst.cc62 template class money_get<C, istreambuf_iterator<C> >;
65 istreambuf_iterator<C>
66 money_get<C, istreambuf_iterator<C> >::
67 _M_extract<true>(istreambuf_iterator<C>, istreambuf_iterator<C>,
71 istreambuf_iterator<C>
72 money_get<C, istreambuf_iterator<C> >::
73 _M_extract<false>(istreambuf_iterator<C>, istreambuf_iterator<C>,
99 template class num_get<C, istreambuf_iterator<C> >;
103 istreambuf_iterator<C>
104 num_get<C, istreambuf_iterator<C> >::
[all …]
H A Dcxx11-shim_facets.cc191 istreambuf_iterator<C>
193 istreambuf_iterator<C> beg, istreambuf_iterator<C> end,
202 istreambuf_iterator<C>
204 istreambuf_iterator<C>, istreambuf_iterator<C>,
696 istreambuf_iterator<C>
698 istreambuf_iterator<C> beg, istreambuf_iterator<C> end, in __time_get()
719 template istreambuf_iterator<char>
721 istreambuf_iterator<char>, istreambuf_iterator<char>,
725 template istreambuf_iterator<wchar_t>
727 istreambuf_iterator<wchar_t>, istreambuf_iterator<wchar_t>,
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h50 class istreambuf_iterator in _GLIBCXX_VISIBILITY()
76 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, in _GLIBCXX_VISIBILITY()
82 __copy_move_a2(istreambuf_iterator<_CharT2>, in _GLIBCXX_VISIBILITY()
83 istreambuf_iterator<_CharT2>, _CharT2*); in _GLIBCXX_VISIBILITY()
88 __copy_n_a(istreambuf_iterator<_CharT2>, _Size, _CharT2*); in _GLIBCXX_VISIBILITY()
93 istreambuf_iterator<_CharT2> >::__type in _GLIBCXX_VISIBILITY()
94 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, in _GLIBCXX_VISIBILITY()
100 advance(istreambuf_iterator<_CharT2>&, _Distance); in _GLIBCXX_VISIBILITY()
115 _GLIBCXX_CONSTEXPR istreambuf_iterator() _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY()
119 constexpr istreambuf_iterator(default_sentinel_t) noexcept in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocalefwd.h156 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> > in _GLIBCXX_VISIBILITY()
177 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> > in _GLIBCXX_VISIBILITY()
179 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> > in _GLIBCXX_VISIBILITY()
190 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> > in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h53 class istreambuf_iterator in _GLIBCXX_VISIBILITY()
79 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, in _GLIBCXX_VISIBILITY()
85 __copy_move_a2(istreambuf_iterator<_CharT2>, in _GLIBCXX_VISIBILITY()
86 istreambuf_iterator<_CharT2>, _CharT2*); in _GLIBCXX_VISIBILITY()
91 __copy_n_a(istreambuf_iterator<_CharT2>, _Size, _CharT2*, bool); in _GLIBCXX_VISIBILITY()
95 istreambuf_iterator<_CharT2> >::__type in _GLIBCXX_VISIBILITY()
96 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, in _GLIBCXX_VISIBILITY()
102 advance(istreambuf_iterator<_CharT2>&, _Distance); in _GLIBCXX_VISIBILITY()
117 _GLIBCXX_CONSTEXPR istreambuf_iterator() _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY()
121 constexpr istreambuf_iterator(default_sentinel_t) noexcept in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocalefwd.h156 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> > in _GLIBCXX_VISIBILITY()
177 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> > in _GLIBCXX_VISIBILITY()
179 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> > in _GLIBCXX_VISIBILITY()
190 template<typename _CharT, typename _InIter = istreambuf_iterator<_CharT> > in _GLIBCXX_VISIBILITY()
H A Dstl_algobase.h457 class istreambuf_iterator; in _GLIBCXX_VISIBILITY()
477 __copy_move_a2(istreambuf_iterator<_CharT, char_traits<_CharT> >, in _GLIBCXX_VISIBILITY()
478 istreambuf_iterator<_CharT, char_traits<_CharT> >, _CharT*); in _GLIBCXX_VISIBILITY()
485 istreambuf_iterator<_CharT, char_traits<_CharT> >, in _GLIBCXX_VISIBILITY()
486 istreambuf_iterator<_CharT, char_traits<_CharT> >, in _GLIBCXX_VISIBILITY()
586 __copy_n_a(istreambuf_iterator<_CharT, char_traits<_CharT> >, in _GLIBCXX_VISIBILITY()
593 __copy_n_a(istreambuf_iterator<_CharT, char_traits<_CharT> >, _Size, in _GLIBCXX_VISIBILITY()
H A Dbasic_ios.h90 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dcompatibility-ldbl.cc39 template class num_get<C, istreambuf_iterator<C> >;
41 template class money_get<C, istreambuf_iterator<C> >;
54 template class num_get<C, istreambuf_iterator<C> >;
56 template class money_get<C, istreambuf_iterator<C> >;
H A Dcompatibility.cc31 #define istreambuf_iterator istreambuf_iteratorXX macro
237 istreambuf_iterator<char>&
238 istreambuf_iterator<char>::operator++();
242 istreambuf_iterator<wchar_t>&
243 istreambuf_iterator<wchar_t>::operator++();
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dcompatibility-ldbl.cc39 template class num_get<C, istreambuf_iterator<C> >;
41 template class money_get<C, istreambuf_iterator<C> >;
54 template class num_get<C, istreambuf_iterator<C> >;
56 template class money_get<C, istreambuf_iterator<C> >;
H A Dcompatibility.cc31 #define istreambuf_iterator istreambuf_iteratorXX macro
221 istreambuf_iterator<char>&
222 istreambuf_iterator<char>::operator++();
226 istreambuf_iterator<wchar_t>&
227 istreambuf_iterator<wchar_t>::operator++();
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dproto_to_cxx_main.cpp22 std::string str((std::istreambuf_iterator<char>(in)), in main()
23 std::istreambuf_iterator<char>()); in main()
H A Dloop_proto_to_cxx_main.cpp24 std::string str((std::istreambuf_iterator<char>(in)), in main()
25 std::istreambuf_iterator<char>()); in main()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-llvm/
H A Dloop_proto_to_llvm_main.cpp24 std::string str((std::istreambuf_iterator<char>(in)), in main()
25 std::istreambuf_iterator<char>()); in main()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Diterator381 class istreambuf_iterator
393 istreambuf_iterator() noexcept;
394 istreambuf_iterator(istream_type& s) noexcept;
395 istreambuf_iterator(streambuf_type* s) noexcept;
396 istreambuf_iterator(a-private-type) noexcept;
400 istreambuf_iterator& operator++();
403 bool equal(const istreambuf_iterator& b) const;
407 bool operator==(const istreambuf_iterator<charT,traits>& a,
408 const istreambuf_iterator<charT,traits>& b);
410 bool operator!=(const istreambuf_iterator<charT,traits>& a,
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIO.cpp55 return std::string((std::istreambuf_iterator<char>(T)), in FileToString()
56 std::istreambuf_iterator<char>()); in FileToString()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dstreambuf146 friend class istreambuf_iterator<char_type, traits_type>;
155 __copy_move_a2(istreambuf_iterator<_CharT2>,
156 istreambuf_iterator<_CharT2>, _CharT2*);
160 istreambuf_iterator<_CharT2> >::__type
161 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
167 advance(istreambuf_iterator<_CharT2>&, _Distance);
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dstreambuf146 friend class istreambuf_iterator<char_type, traits_type>;
155 __copy_move_a2(istreambuf_iterator<_CharT2>,
156 istreambuf_iterator<_CharT2>, _CharT2*);
160 istreambuf_iterator<_CharT2> >::__type
161 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
167 advance(istreambuf_iterator<_CharT2>&, _Distance);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DToolRunner.cpp94 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()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc500 std::string output = std::string((std::istreambuf_iterator<char>(tmp_stream)), in GetFileReporterOutput()
501 std::istreambuf_iterator<char>()); in GetFileReporterOutput()

123