Searched defs:V8_ALIGNAS (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/include/
H A Dv8config.h389 // struct V8_ALIGNAS(AnotherClass, 16) NewClass { ... };
390 // V8_ALIGNAS(double, 8) int array[100];
392 # define V8_ALIGNAS(type, alignment) alignas(type) macro
394 # define V8_ALIGNAS(type, alignment) __attribute__((aligned(__alignof__(type)))) macro
396 # define V8_ALIGNAS(type, alignment) V8_ALIGNED(alignment) macro

Completed in 82 milliseconds