Searched defs:PtrValue (Results 1 - 2 of 2) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp820 const PointerType *PtrValue = ValueT->getAs<PointerType>(); local
821 if (!PtrValue ||
822 !Context.hasSameUnqualifiedType(PtrValue->getPointeeType(), IdT)) {
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1453 llvm::Value *PtrValue = CGF.Builder.CreateLoad(Ptr, local
1456 CGF.EmitARCRelease(PtrValue, ARCPreciseLifetime);

Completed in 532 milliseconds