Searched defs:ALIGNAS (Results 1 – 2 of 2) sorted by relevance
120 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro122 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
33 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro37 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = {0}; variable