Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCompiler.h354 # define LLVM_PTR_SIZE __SIZEOF_POINTER__ macro
356 # define LLVM_PTR_SIZE 8 macro
358 # define LLVM_PTR_SIZE 4 macro
362 # define LLVM_PTR_SIZE sizeof(void *) macro
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h362 # define LLVM_PTR_SIZE __SIZEOF_POINTER__ macro
364 # define LLVM_PTR_SIZE 8 macro
366 # define LLVM_PTR_SIZE 4 macro
370 # define LLVM_PTR_SIZE sizeof(void *) macro
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCompiler.h370 # define LLVM_PTR_SIZE __SIZEOF_POINTER__ macro
372 # define LLVM_PTR_SIZE 8 macro
374 # define LLVM_PTR_SIZE 4 macro
378 # define LLVM_PTR_SIZE sizeof(void *) macro
/external/clang/include/clang/AST/
DTemplateBase.h610 struct LLVM_ALIGNAS(LLVM_PTR_SIZE) ASTTemplateKWAndArgsInfo { in LLVM_ALIGNAS() argument
DStmt.h59 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt { in LLVM_ALIGNAS() argument