Searched defs:LLVM_ALIGNAS (Results 1 – 2 of 2) sorted by relevance
289 # define LLVM_ALIGNAS(x) __declspec(align(x)) macro291 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro293 # define LLVM_ALIGNAS(x) alignas(x) macro
109 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt { in LLVM_ALIGNAS() function