Searched refs:ALIGNAS (Results 1 – 4 of 4) sorted by relevance
108 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro110 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
60 ALIGNAS(byte_alignment) uint8_t data_[Size]; \
32 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro34 #define ALIGNAS(byte_alignment)36 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 }; variable