Searched defs:ALIGNAS (Results 1 – 4 of 4) sorted by relevance
121 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro123 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
116 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro118 #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
2444 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro2448 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 }; variable