Searched defs:ALIGNAS (Results 1 – 1 of 1) sorted by relevance
2444 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro2448 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 }; variable