Searched refs:__intptr (Results 1 – 7 of 7) 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()
117 const auto __intptr = reinterpret_cast<uintptr_t>(__ptr);118 const auto __aligned = (__intptr - 1u + __align) & -__align;119 const auto __diff = __aligned - __intptr;
116 const auto __intptr = reinterpret_cast<uintptr_t>(__ptr);117 const auto __aligned = (__intptr - 1u + __align) & -__align;118 const auto __diff = __aligned - __intptr;
121 const auto __intptr = reinterpret_cast<uintptr_t>(__ptr);126 const auto __intptr = reinterpret_cast<unsigned long long>(__ptr);128 const auto __aligned = (__intptr - 1u + __align) & -__align;129 const auto __diff = __aligned - __intptr;
126 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;
Completed in 14 milliseconds