Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCompiler.h302 # define LLVM_ALIGNAS(x) __declspec(align(x)) macro
304 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
306 # define LLVM_ALIGNAS(x) alignas(x) macro
/external/clang/include/clang/AST/
DStmt.h104 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt { in LLVM_ALIGNAS() function