Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h521 const uptr PtrInt = HInt + LargeBlock::getHeaderSize(); in allocate() local
522 void *Ptr = reinterpret_cast<void *>(PtrInt); in allocate()
525 BlockEnd - PtrInt); in allocate()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp6682 uintptr_t PtrInt = reinterpret_cast<uintptr_t>(Ptr); in GetPointerConstant() local
6684 return llvm::ConstantInt::get(i64, PtrInt); in GetPointerConstant()