HomeSort by relevance Sort by last modified time
    Searched refs:ALIGNAS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/memory/
aligned_memory.h 58 ALIGNAS(byte_alignment) uint8 data_[Size]; \
75 // does not understand ALIGNAS(ALIGNOF(Type)) or ALIGNAS(template_param).
  /external/chromium_org/base/
compiler_specific.h 95 // class ALIGNAS(16) MyClass { ... }
96 // ALIGNAS(16) int array[4];
98 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment))
100 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))

Completed in 144 milliseconds