Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Support/
HDCompiler.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
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h109 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt { in LLVM_ALIGNAS() function