Searched defs:__aligned (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dalign.h67 const auto __aligned = (__intptr - 1u + __align) & -__align; local
H A Dshared_ptr_base.h328 constexpr bool __aligned = __alignof(long long) <= alignof(void*); local
329 if _GLIBCXX17_CONSTEXPR (__lock_free && __double_word && __aligned) argument
/netbsd-current/sys/sys/
H A Dcdefs.h454 #define __aligned(x) _Alignas((x)) macro
458 #define __aligned(x) __attribute__((__aligned__(x))) macro
464 #define __aligned(x) error: no __aligned for this compiler macro

Completed in 135 milliseconds