Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCompiler.h336 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
338 # define LLVM_ALIGNAS(x) alignas(x) macro