Searched refs:_M_c (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/libstdc++/include/bits/ |
| D | streambuf_iterator.h | 91 mutable int_type _M_c; in _GLIBCXX_BEGIN_NAMESPACE() local 96 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_BEGIN_NAMESPACE() 100 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_BEGIN_NAMESPACE() 104 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_BEGIN_NAMESPACE() 132 _M_c = traits_type::eof(); in _GLIBCXX_BEGIN_NAMESPACE() 148 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_BEGIN_NAMESPACE() 149 _M_c = traits_type::eof(); in _GLIBCXX_BEGIN_NAMESPACE() 174 if (!traits_type::eq_int_type(_M_c, __eof)) in _GLIBCXX_BEGIN_NAMESPACE() 175 __ret = _M_c; in _GLIBCXX_BEGIN_NAMESPACE() 178 _M_c = __ret; in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| /freebsd-12-stable/contrib/libstdc++/include/std/ |
| D | std_iomanip.h | 163 struct _Setfill { _CharT _M_c; }; member 177 __x._M_c = __c; in setfill() 185 __is.fill(__f._M_c); 193 __os.fill(__f._M_c);
|
| /freebsd-12-stable/contrib/libstdc++/include/tr1/ |
| D | random.tcc | 1076 _M_c = 2 * _M_d1 / __np; in _M_initialize() 1077 _M_a1 = std::exp(_M_c) * _M_s1 * __spi_2; in _M_initialize() 1174 __v = -__e - __n * __n / 2 + _M_c; in operator ()()
|
| D | random | 1999 _RealType _M_d1, _M_d2, _M_s1, _M_s2, _M_c,
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | ChangeLog-2004 | 891 Consistently use _M_c to cache the current char, i.e., not only 892 when operator++(int) is involved; change _M_c to mutable. 894 _M_c.
|