Searched defs:ALIGNAS (Results 1 – 11 of 11) sorted by relevance
98 #define ALIGNAS(byte_alignment) alignas(byte_alignment) macro100 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro102 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
124 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro126 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
121 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro123 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
64 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro66 #define ALIGNAS(byte_alignment) macro
2408 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro2412 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