Searched defs:LLVM_ALIGNAS (Results 1 – 2 of 2) sorted by relevance
302 # define LLVM_ALIGNAS(x) __declspec(align(x)) macro304 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro306 # define LLVM_ALIGNAS(x) alignas(x) macro
104 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt { in LLVM_ALIGNAS() function