Searched defs:LLVM_ALIGNAS (Results 1 – 4 of 4) sorted by relevance
314 # define LLVM_ALIGNAS(x) __declspec(align(x)) macro316 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro318 # define LLVM_ALIGNAS(x) alignas(x) macro
333 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro335 # define LLVM_ALIGNAS(x) alignas(x) macro
610 struct LLVM_ALIGNAS(LLVM_PTR_SIZE) ASTTemplateKWAndArgsInfo { in LLVM_ALIGNAS() function
59 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt { in LLVM_ALIGNAS() function