ALIGNAS 120 base/compiler_specific.h #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) ALIGNAS 122 base/compiler_specific.h #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) ALIGNAS 33 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) ALIGNAS 35 third_party/jsoncpp/overrides/src/lib_json/json_value.cpp #define ALIGNAS(byte_alignment)