Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A 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()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dmemory126 const auto __intptr = reinterpret_cast<uintptr_t>(__ptr);
131 const auto __intptr = reinterpret_cast<unsigned long long>(__ptr);
133 const auto __aligned = (__intptr - 1u + __align) & -__align;
134 const auto __diff = __aligned - __intptr;