Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCompiler.h314 # define LLVM_ALIGNAS(x) __declspec(align(x)) macro
316 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
318 # define LLVM_ALIGNAS(x) alignas(x) macro
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h324 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
326 # define LLVM_ALIGNAS(x) alignas(x) macro
/external/clang/include/clang/AST/
DTemplateBase.h610 struct LLVM_ALIGNAS(LLVM_PTR_SIZE) ASTTemplateKWAndArgsInfo { in LLVM_ALIGNAS() function
DStmt.h59 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt { in LLVM_ALIGNAS() function