Searched defs:LLVM_ALIGNAS (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCompiler.h306 /// \macro LLVM_ALIGNAS
314 # define LLVM_ALIGNAS(x) __declspec(align(x)) macro
316 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
318 # define LLVM_ALIGNAS(x) alignas(x) macro
351 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCompiler.h321 /// \macro LLVM_ALIGNAS
324 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
326 # define LLVM_ALIGNAS(x) alignas(x) macro
359 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in

Completed in 205 milliseconds