Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
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
/external/clang/include/clang/AST/
DDeclTemplate.h48 class LLVM_ALIGNAS(/*alignof(void*)*/ LLVM_PTR_SIZE) TemplateParameterList final in LLVM_ALIGNAS() function
DStmt.h59 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt { in LLVM_ALIGNAS() function