Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h507 const uptr PtrInt = HInt + LargeBlock::getHeaderSize(); in allocate() local
508 void *Ptr = reinterpret_cast<void *>(PtrInt); in allocate()
511 BlockEnd - PtrInt); in allocate()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6066 uintptr_t PtrInt = reinterpret_cast<uintptr_t>(Ptr); in GetPointerConstant() local
6068 return llvm::ConstantInt::get(i64, PtrInt); in GetPointerConstant()