Searched refs:ALIGNAS (Results 1 - 6 of 6) sorted by relevance

/external/libchrome/base/
H A Dcompiler_specific.h118 // class ALIGNAS(16) MyClass { ... }
119 // ALIGNAS(16) int array[4];
121 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro
123 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
/external/pdfium/third_party/base/
H A Dcompiler_specific.h113 // class ALIGNAS(16) MyClass { ... }
114 // ALIGNAS(16) int array[4];
116 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro
118 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
/external/libchrome/base/memory/
H A Daligned_memory.h60 ALIGNAS(byte_alignment) uint8_t data_[Size]; \
78 // does not understand ALIGNAS(ALIGNOF(Type)) or ALIGNAS(template_param).
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp32 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
34 #define ALIGNAS(byte_alignment)
36 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 };
/external/libchrome/base/process/
H A Dlaunch_posix.cc722 char stack_buf[PTHREAD_STACK_MIN] ALIGNAS(16);
/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2444 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
2446 #define ALIGNAS(byte_alignment)
2448 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 };

Completed in 638 milliseconds