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.h371 # define LLVM_PTR_SIZE __SIZEOF_POINTER__ macro
373 # define LLVM_PTR_SIZE 8 macro
375 # define LLVM_PTR_SIZE 4 macro
379 # define LLVM_PTR_SIZE sizeof(void *) macro
/external/llvm-project/llvm/include/llvm/Support/
DCompiler.h415 # define LLVM_PTR_SIZE __SIZEOF_POINTER__ macro
417 # define LLVM_PTR_SIZE 8 macro
419 # define LLVM_PTR_SIZE 4 macro
423 # 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