Searched refs:__aligned (Results 1 – 7 of 7) sorted by relevance
67 const auto __aligned = (__intptr - 1u + __align) & -__align; in _GLIBCXX_VISIBILITY() local68 const auto __diff = __aligned - __intptr; in _GLIBCXX_VISIBILITY()74 return __ptr = reinterpret_cast<void*>(__aligned); in _GLIBCXX_VISIBILITY()
118 const auto __aligned = (__intptr - 1u + __align) & -__align;119 const auto __diff = __aligned - __intptr;125 return __ptr = reinterpret_cast<void*>(__aligned);
117 const auto __aligned = (__intptr - 1u + __align) & -__align;118 const auto __diff = __aligned - __intptr;124 return __ptr = reinterpret_cast<void*>(__aligned);
128 const auto __aligned = (__intptr - 1u + __align) & -__align;129 const auto __diff = __aligned - __intptr;135 return __ptr = reinterpret_cast<void*>(__aligned);
133 const auto __aligned = (__intptr - 1u + __align) & -__align;134 const auto __diff = __aligned - __intptr;140 return __ptr = reinterpret_cast<void*>(__aligned);
Completed in 6 milliseconds