Searched refs:__intptr (Results 1 – 1 of 1) sorted by relevance
66 const auto __intptr = reinterpret_cast<uintptr_t>(__ptr); in _GLIBCXX_VISIBILITY() local67 const auto __aligned = (__intptr - 1u + __align) & -__align; in _GLIBCXX_VISIBILITY()68 const auto __diff = __aligned - __intptr; in _GLIBCXX_VISIBILITY()