Home
last modified time | relevance | path

Searched refs:_M_diff (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dpointer.h120 if (_M_diff == 1) in _GLIBCXX_VISIBILITY()
124 + _M_diff); in _GLIBCXX_VISIBILITY()
131 _M_diff = 1; in _GLIBCXX_VISIBILITY()
133 _M_diff = reinterpret_cast<_UIntPtrType>(__arg) in _GLIBCXX_VISIBILITY()
156 _UIntPtrType _M_diff; in _GLIBCXX_VISIBILITY() local
172 if (_M_diff == 1) in _GLIBCXX_VISIBILITY()
176 (reinterpret_cast<_UIntPtrType>(this) + _M_diff); in _GLIBCXX_VISIBILITY()
183 _M_diff = 1; in _GLIBCXX_VISIBILITY()
185 _M_diff = reinterpret_cast<_UIntPtrType>(__arg) in _GLIBCXX_VISIBILITY()
208 _UIntPtrType _M_diff; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpointer.h120 if (_M_diff == 1) in _GLIBCXX_VISIBILITY()
124 + _M_diff); in _GLIBCXX_VISIBILITY()
131 _M_diff = 1; in _GLIBCXX_VISIBILITY()
133 _M_diff = reinterpret_cast<uintptr_t>(__arg) in _GLIBCXX_VISIBILITY()
150 uintptr_t _M_diff; in _GLIBCXX_VISIBILITY() local
166 if (_M_diff == 1) in _GLIBCXX_VISIBILITY()
170 (reinterpret_cast<uintptr_t>(this) + _M_diff); in _GLIBCXX_VISIBILITY()
177 _M_diff = 1; in _GLIBCXX_VISIBILITY()
179 _M_diff = reinterpret_cast<uintptr_t>(__arg) in _GLIBCXX_VISIBILITY()
196 uintptr_t _M_diff; in _GLIBCXX_VISIBILITY() local