Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
H A Dcompiler-specific.h113 // class ALIGNAS(16) MyClass { ... }
114 // ALIGNAS(16) int array[4];
133 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment)) macro
135 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
/third_party/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 };
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2408 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
2410 #define ALIGNAS(byte_alignment)
2412 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 };
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2408 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
2410 #define ALIGNAS(byte_alignment)
2412 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 };
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2408 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment))) macro
2410 #define ALIGNAS(byte_alignment)
2412 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 };
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h35 // MSVC on x86 has issues with ALIGNAS(8) on InstructionOperand, but does
40 #define INSTRUCTION_OPERAND_ALIGN ALIGNAS(8)

Completed in 32 milliseconds