Home
last modified time | relevance | path

Searched refs:__testoff (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dstring_view77 const bool __testoff = __off < __size - __pos;
78 return __testoff ? __off : __size - __pos;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dstring_view71 const bool __testoff = __off < __size - __pos;
72 return __testoff ? __off : __size - __pos;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d1329 const bool __testoff = __off < size() - __pos; in version() local
1330 return __testoff ? __off : size() - __pos; in version()
1664 const bool __testoff = __off < size() - __pos; in version() local
1665 return __testoff ? __off : size() - __pos; in version()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring.h106 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_VISIBILITY() local
107 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring.h107 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_VISIBILITY() local
108 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h339 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_VISIBILITY()
340 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_VISIBILITY()
3422 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_VISIBILITY()
3423 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h386 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_VISIBILITY() local
387 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_VISIBILITY()
H A Dbasic_string.h412 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_VISIBILITY()
413 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_VISIBILITY()