Home
last modified time | relevance | path

Searched refs:__ineof (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/src/
Dstreambuf.cc41 basic_streambuf<char>* __sbout, bool& __ineof) in _GLIBCXX_BEGIN_NAMESPACE()
45 __ineof = true; in _GLIBCXX_BEGIN_NAMESPACE()
57 __ineof = false; in _GLIBCXX_BEGIN_NAMESPACE()
67 __ineof = false; in _GLIBCXX_BEGIN_NAMESPACE()
81 basic_streambuf<wchar_t>* __sbout, bool& __ineof) in __copy_streambufs_eof() argument
85 __ineof = true; in __copy_streambufs_eof()
97 __ineof = false; in __copy_streambufs_eof()
107 __ineof = false; in __copy_streambufs_eof()
/freebsd-12-stable/contrib/libstdc++/include/bits/
Dstreambuf.tcc122 bool& __ineof) in __copy_streambufs_eof() argument
125 __ineof = true; in __copy_streambufs_eof()
132 __ineof = false; in __copy_streambufs_eof()
146 bool __ineof; in __copy_streambufs() local
147 return __copy_streambufs_eof(__sbin, __sbout, __ineof); in __copy_streambufs()
Dstreambuf_iterator.h290 bool __ineof; in copy() local
291 __copy_streambufs_eof(__first._M_sbuf, __result._M_sbuf, __ineof); in copy()
292 if (!__ineof) in copy()
Distream.tcc163 bool __ineof; in operator >>() local
164 if (!__copy_streambufs_eof(this->rdbuf(), __sbout, __ineof)) in operator >>()
166 if (__ineof) in operator >>()
/freebsd-12-stable/contrib/libstdc++/include/std/
Dstd_streambuf.h809 basic_streambuf<char>* __sbout, bool& __ineof);
814 basic_streambuf<wchar_t>* __sbout, bool& __ineof);