HomeSort by relevance Sort by last modified time
    Searched refs:ALIGNAS (Results 1 - 3 of 3) 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 117 // class ALIGNAS(16) MyClass { ... }
118 // ALIGNAS(16) int array[4];
120 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment))
122 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 33 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
35 #define ALIGNAS(byte_alignment)
37 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = {0};
    [all...]

Completed in 216 milliseconds