Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dbasic_string.h286 bool __testoff = __off < this->size() - __pos; in _M_fold() local
287 size_type __newoff = __testoff ? __off : this->size() - __pos; in _M_fold()
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dbasic_string.h326 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_BEGIN_NAMESPACE() local
327 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dvstring.h100 const bool __testoff = __off < this->size() - __pos; in _GLIBCXX_BEGIN_NAMESPACE() local
101 return __testoff ? __off : this->size() - __pos; in _GLIBCXX_BEGIN_NAMESPACE()