Home
last modified time | relevance | path

Searched defs:LLVM_ALIGNAS (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/Support/
H A DCompiler.h289 # define LLVM_ALIGNAS(x) __declspec(align(x)) macro
291 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
293 # define LLVM_ALIGNAS(x) alignas(x) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCompiler.h333 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
335 # define LLVM_ALIGNAS(x) alignas(x) macro
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Support/
H A DCompiler.h323 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
325 # define LLVM_ALIGNAS(x) alignas(x) macro
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A DCompiler.h344 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
346 # define LLVM_ALIGNAS(x) alignas(x) macro
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DCompiler.h336 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
338 # define LLVM_ALIGNAS(x) alignas(x) macro