Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprCXX.cpp1392 llvm::Value *PtrValue = CGF.Builder.CreateLoad(Ptr, in EmitObjectDelete() local
1395 CGF.EmitARCRelease(PtrValue, ARCPreciseLifetime); in EmitObjectDelete()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprObjC.cpp821 const PointerType *PtrValue = ValueT->getAs<PointerType>(); in BuildObjCDictionaryLiteral() local
822 if (!PtrValue || in BuildObjCDictionaryLiteral()
823 !Context.hasSameUnqualifiedType(PtrValue->getPointeeType(), IdT)) { in BuildObjCDictionaryLiteral()