Searched refs:_M_c (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstreambuf_iterator.h91 mutable int_type _M_c; member in class:istreambuf_iterator
96 : _M_sbuf(0), _M_c(traits_type::eof()) { }
100 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
104 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
132 _M_c = traits_type::eof();
148 __old._M_c = _M_sbuf->sbumpc();
149 _M_c = traits_type::eof();
174 if (!traits_type::eq_int_type(_M_c, __eof))
175 __ret = _M_c;
178 _M_c
[all...]
/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_iomanip.h163 struct _Setfill { _CharT _M_c; }; member in struct:_Setfill
177 __x._M_c = __c;
185 __is.fill(__f._M_c);
193 __os.fill(__f._M_c);

Completed in 112 milliseconds