Searched refs:V8_ALIGNAS (Results 1 – 2 of 2) sorted by relevance
390 # define V8_ALIGNAS(type, alignment) alignas(type) macro392 # define V8_ALIGNAS(type, alignment) __attribute__((aligned(__alignof__(type)))) macro394 # define V8_ALIGNAS(type, alignment) V8_ALIGNED(alignment) macro
96 struct V8_ALIGNAS(T, 16) StorageType {