Searched refs:LLVM_PTR_SIZE (Results 1 – 2 of 2) sorted by relevance
314 # define LLVM_PTR_SIZE __SIZEOF_POINTER__ macro316 # define LLVM_PTR_SIZE 8 macro318 # define LLVM_PTR_SIZE 4 macro322 # define LLVM_PTR_SIZE sizeof(void *) macro
104 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt { in LLVM_ALIGNAS() argument