Home
last modified time | relevance | path

Searched refs:_M_c (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/bits/
H A Dregex_cursor.h58 : _M_b(__b), _M_c(__b), _M_e(__e) in _GLIBCXX_VISIBILITY()
63 { return *_M_c; } in _GLIBCXX_VISIBILITY()
67 { ++_M_c; } in _GLIBCXX_VISIBILITY()
71 { return _M_c; } in _GLIBCXX_VISIBILITY()
83 { return _M_c == _M_e; } in _GLIBCXX_VISIBILITY()
87 _FwdIterT _M_c; in _GLIBCXX_VISIBILITY() local
H A Dstreambuf_iterator.h98 mutable int_type _M_c; in _GLIBCXX_VISIBILITY() local
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
145 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
162 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 if (!traits_type::eq_int_type(_M_c, __eof)) in _GLIBCXX_VISIBILITY()
184 __ret = _M_c; in _GLIBCXX_VISIBILITY()
187 _M_c = __ret; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/include/bits/
H A Dregex_cursor.h58 : _M_b(__b), _M_c(__b), _M_e(__e) in _GLIBCXX_VISIBILITY()
63 { return *_M_c; } in _GLIBCXX_VISIBILITY()
67 { ++_M_c; } in _GLIBCXX_VISIBILITY()
71 { return _M_c; } in _GLIBCXX_VISIBILITY()
83 { return _M_c == _M_e; } in _GLIBCXX_VISIBILITY()
87 _FwdIterT _M_c; in _GLIBCXX_VISIBILITY() local
H A Dstreambuf_iterator.h98 mutable int_type _M_c; in _GLIBCXX_VISIBILITY() local
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
145 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
162 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 if (!traits_type::eq_int_type(_M_c, __eof)) in _GLIBCXX_VISIBILITY()
184 __ret = _M_c; in _GLIBCXX_VISIBILITY()
187 _M_c = __ret; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h75 int_type _M_c; variable
80 : _M_sbuf(0), _M_c(traits_type::eof()) { } in istreambuf_iterator()
84 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in throw()
88 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in throw()
117 _M_c = __eof;
132 && traits_type::eq_int_type((__old._M_c = _M_sbuf->sbumpc()),
136 _M_c = __eof;
160 if (!traits_type::eq_int_type(_M_c, __eof)) in _M_get()
161 __ret = _M_c; in _M_get()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h75 int_type _M_c; variable
80 : _M_sbuf(0), _M_c(traits_type::eof()) { } in istreambuf_iterator()
84 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in throw()
88 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in throw()
117 _M_c = __eof;
132 && traits_type::eq_int_type((__old._M_c = _M_sbuf->sbumpc()),
136 _M_c = __eof;
160 if (!traits_type::eq_int_type(_M_c, __eof)) in _M_get()
161 __ret = _M_c; in _M_get()
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/bits/
H A Dstreambuf_iterator.h98 mutable int_type _M_c; in _GLIBCXX_VISIBILITY() local
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
145 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
162 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 if (!traits_type::eq_int_type(_M_c, __eof)) in _GLIBCXX_VISIBILITY()
184 __ret = _M_c; in _GLIBCXX_VISIBILITY()
187 _M_c = __ret; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h98 mutable int_type _M_c; in _GLIBCXX_VISIBILITY() local
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
145 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
162 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 if (!traits_type::eq_int_type(_M_c, __eof)) in _GLIBCXX_VISIBILITY()
184 __ret = _M_c; in _GLIBCXX_VISIBILITY()
187 _M_c = __ret; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h98 mutable int_type _M_c; in _GLIBCXX_VISIBILITY() local
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
145 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
162 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 if (!traits_type::eq_int_type(_M_c, __eof)) in _GLIBCXX_VISIBILITY()
184 __ret = _M_c; in _GLIBCXX_VISIBILITY()
187 _M_c = __ret; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h98 mutable int_type _M_c; in _GLIBCXX_VISIBILITY() local
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
145 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
162 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 if (!traits_type::eq_int_type(_M_c, __eof)) in _GLIBCXX_VISIBILITY()
184 __ret = _M_c; in _GLIBCXX_VISIBILITY()
187 _M_c = __ret; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h103 int_type _M_c; in _GLIBCXX_VISIBILITY() local
108 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
122 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
147 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
152 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
166 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
167 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
399 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h103 int_type _M_c; in _GLIBCXX_VISIBILITY() local
108 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
122 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
147 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
152 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
166 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
167 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
399 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h103 int_type _M_c; in _GLIBCXX_VISIBILITY() local
108 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
122 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
147 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
152 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
166 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
167 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
399 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h103 int_type _M_c; in _GLIBCXX_VISIBILITY() local
108 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
122 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
152 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
157 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
166 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
171 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
172 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
188 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
404 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h103 int_type _M_c; in _GLIBCXX_VISIBILITY() local
108 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
122 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
147 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
152 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
166 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
167 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
399 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h103 int_type _M_c; in _GLIBCXX_VISIBILITY() local
108 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
122 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
147 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
152 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
166 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
167 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
399 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h103 int_type _M_c; in _GLIBCXX_VISIBILITY() local
108 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
122 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
147 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
152 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
161 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
166 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
167 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
183 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
399 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/bits/
H A Dstreambuf_iterator.h103 int_type _M_c; in _GLIBCXX_VISIBILITY() local
108 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
122 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
152 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
157 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
166 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
171 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
172 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
188 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
404 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h103 int_type _M_c; in _GLIBCXX_VISIBILITY() local
108 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
122 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
152 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
157 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
166 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
171 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
172 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
188 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
404 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h103 int_type _M_c; in _GLIBCXX_VISIBILITY() local
108 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
122 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
152 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
157 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
166 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
171 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
172 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
188 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
404 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h110 int_type _M_c; in _GLIBCXX_VISIBILITY() local
115 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
134 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
165 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
170 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
179 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
184 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
185 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
202 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
461 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h111 int_type _M_c; in _GLIBCXX_VISIBILITY() local
116 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
135 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
165 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
170 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
179 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
184 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
185 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
201 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
453 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h110 int_type _M_c; in _GLIBCXX_VISIBILITY() local
115 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
134 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
164 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
169 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
178 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
183 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
184 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
200 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
452 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h110 int_type _M_c; in _GLIBCXX_VISIBILITY() local
115 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
134 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
164 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
169 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
178 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
183 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
184 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
200 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
452 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/bits/
H A Dstreambuf_iterator.h111 int_type _M_c; in _GLIBCXX_VISIBILITY() local
116 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
135 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
165 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
170 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
179 (!_S_is_eof(_M_c) || !_S_is_eof(_M_sbuf->sgetc())), in _GLIBCXX_VISIBILITY()
184 __old._M_c = _M_sbuf->sbumpc(); in _GLIBCXX_VISIBILITY()
185 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
201 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY()
453 __first._M_c = __eof; in _GLIBCXX_VISIBILITY()
[all …]

123456789