Searched defs:ALIGNAS (Results 1 – 3 of 3) sorted by relevance
108 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro110 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
32 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro36 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 }; variable