Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dalign.h66 const auto __intptr = reinterpret_cast<uintptr_t>(__ptr); in _GLIBCXX_VISIBILITY() local
67 const auto __aligned = (__intptr - 1u + __align) & -__align; in _GLIBCXX_VISIBILITY()
68 const auto __diff = __aligned - __intptr; in _GLIBCXX_VISIBILITY()