Home
last modified time | relevance | path

Searched refs:__testin (Results 1 – 25 of 119) sorted by relevance

12345

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/bits/
H A Dsstream.tcc134 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
135 if (__testin) in underflow()
152 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
155 __testin &= !(__mode & ios_base::out); in seekoff()
161 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
175 if ((__testin || __testboth) in seekoff()
204 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
213 if (__testin) in seekpos()
229 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
242 if (__testin) in _M_sync()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/include/bits/
H A Dsstream.tcc134 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
135 if (__testin) in underflow()
152 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
155 __testin &= !(__mode & ios_base::out); in seekoff()
161 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
175 if ((__testin || __testboth) in seekoff()
204 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
213 if (__testin) in seekpos()
229 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
242 if (__testin) in _M_sync()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/bits/
H A Dsstream.tcc134 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
135 if (__testin) in underflow()
152 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
155 __testin &= !(__mode & ios_base::out); in seekoff()
161 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
175 if ((__testin || __testboth) in seekoff()
204 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
213 if (__testin) in seekpos()
229 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
242 if (__testin) in _M_sync()
[all …]
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/bits/
H A Dsstream.tcc134 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
135 if (__testin) in underflow()
152 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
155 __testin &= !(__mode & ios_base::out); in seekoff()
161 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
175 if ((__testin || __testboth) in seekoff()
204 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
213 if (__testin) in seekpos()
229 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
242 if (__testin) in _M_sync()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dsstream.tcc121 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
122 if (__testin) in underflow()
138 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
141 __testin &= !(__mode & ios_base::out); in seekoff()
144 if (_M_string.capacity() && (__testin || __testout || __testboth)) in seekoff()
146 char_type* __beg = __testin ? this->eback() : this->pbase(); in seekoff()
160 if ((__testin || __testboth) in seekoff()
187 const bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekpos() local
189 char_type* __beg = __testin ? this->eback() : this->pbase(); in seekpos()
195 if ((__testin || __testout) && __testpos) in seekpos()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/include/bits/
H A Dsstream.tcc121 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
122 if (__testin) in underflow()
138 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
141 __testin &= !(__mode & ios_base::out); in seekoff()
144 if (_M_string.capacity() && (__testin || __testout || __testboth)) in seekoff()
146 char_type* __beg = __testin ? this->eback() : this->pbase(); in seekoff()
160 if ((__testin || __testboth) in seekoff()
187 const bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekpos() local
189 char_type* __beg = __testin ? this->eback() : this->pbase(); in seekpos()
195 if ((__testin || __testout) && __testpos) in seekpos()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/include/bits/
H A Dsstream.tcc153 const bool __testin = this->_M_mode & ios_base::in; in underflow() local
154 if (__testin) in underflow()
171 bool __testin = (ios_base::in & this->_M_mode & __mode) != 0; in seekoff() local
174 __testin &= !(__mode & ios_base::out); in seekoff()
180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff()
194 if ((__testin || __testboth) in seekoff()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
232 if (__testin) in seekpos()
248 const bool __testin = _M_mode & ios_base::in; in _M_sync() local
261 if (__testin) in _M_sync()
[all …]

12345