Home
last modified time | relevance | path

Searched refs:LLVM_PTR_SIZE (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Support/
HDCompiler.h301 # define LLVM_PTR_SIZE __SIZEOF_POINTER__ macro
303 # define LLVM_PTR_SIZE 8 macro
305 # define LLVM_PTR_SIZE 4 macro
309 # define LLVM_PTR_SIZE sizeof(void *) macro
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h109 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt { in LLVM_ALIGNAS() argument