Home
last modified time | relevance | path

Searched refs:__eof (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dstreambuf368 const int_type __eof = traits_type::eof();
378 } else if ((__c = uflow()) != __eof) {
408 int_type __eof = traits_type::eof();
411 if (overflow(traits_type::to_int_type(*__s)) == __eof)
H A Distream323 _Ip __eof;
324 for (; __i != __eof; ++__i)
327 if (__i == __eof)
H A Dregex5726 _Iter __eof;
5727 if (__i == __eof) {
5732 for (size_t __len = char_traits<_CharT>::length(__fmt); __i != __eof; ++__i) {
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h197 _Ip __eof; variable
200 for (; __i != __eof; ++__i, ++__o, ++__c) {