Searched refs:LLVM_PTR_SIZE (Results 1 – 2 of 2) sorted by relevance
301 # define LLVM_PTR_SIZE __SIZEOF_POINTER__ macro303 # define LLVM_PTR_SIZE 8 macro305 # define LLVM_PTR_SIZE 4 macro309 # define LLVM_PTR_SIZE sizeof(void *) macro
109 class LLVM_ALIGNAS(LLVM_PTR_SIZE) Stmt { in LLVM_ALIGNAS() argument