Searched refs:__way (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| D | stl_iterator.h | 65 int __way) in __can_advance() argument 66 { return __gnu_debug::__can_advance(__it.base(), __dist, -__way); } in __can_advance() 129 int __way) 130 { return __gnu_debug::__can_advance(__it.base(), __dist, __way); }
|
| D | safe_iterator.tcc | 112 int __way) const in _M_can_advance() 115 ? _M_can_advance(__way * __dist.first) in _M_can_advance() 116 : _M_can_advance(__way * (__dist.first == 0 in _M_can_advance()
|
| D | safe_iterator.h | 416 int __way) const; 994 int __way) in __can_advance() argument 995 { return __it._M_can_advance(__dist, __way); } in __can_advance()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | sstream.tcc | 168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff() argument 173 const bool __testboth = __testin && __testout && __way != ios_base::cur; in seekoff() 186 if (__way == ios_base::cur) in seekoff() 191 else if (__way == ios_base::end) in seekoff()
|
| D | fstream.tcc | 833 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff() argument 849 bool __no_movement = __way == ios_base::cur && __off == 0 in seekoff() 863 if (_M_reading && __way == ios_base::cur) in seekoff() 869 __ret = _M_seek(__computed_off, __way, __state); in seekoff() 908 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state) in _M_seek() argument 913 off_type __file_off = _M_file.seekoff(__off, __way); in _M_seek()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/io/ |
| D | basic_file_stdio.cc | 379 __basic_file<char>::seekoff(streamoff __off, ios_base::seekdir __way) throw () in seekoff() argument 382 return lseek64(this->fd(), __off, __way); in seekoff() 388 return fseek(this->file(), __off, __way); in seekoff() 390 return lseek(this->fd(), __off, __way); in seekoff()
|
| D | basic_file_stdio.h | 123 seekoff(streamoff __off, ios_base::seekdir __way) throw (); in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | spanstream | 143 seekoff(off_type __off, ios_base::seekdir __way, 148 if (__way == ios_base::beg) 171 else if (__way == ios_base::cur) 178 else if (__way == ios_base::end)
|
| D | streambuf | 250 * @param __way Value for ios_base::seekdir. 256 pubseekoff(off_type __off, ios_base::seekdir __way, 258 { return this->seekoff(__off, __way, __mode); }
|
| D | fstream | 421 seekoff(off_type __off, ios_base::seekdir __way, 430 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state);
|
| D | sstream | 395 seekoff(off_type __off, ios_base::seekdir __way,
|