Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCompiler.h314 # define LLVM_PTR_SIZE __SIZEOF_POINTER__ macro
316 # define LLVM_PTR_SIZE 8 macro
318 # define LLVM_PTR_SIZE 4 macro
322 # define LLVM_PTR_SIZE sizeof(void *) macro
/external/clang/include/clang/AST/
DStmt.h104 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt { in LLVM_ALIGNAS() argument