Lines Matching refs:TryEmitResult
31 typedef llvm::PointerIntPair<llvm::Value*,1,bool> TryEmitResult; typedef
32 static TryEmitResult
318 TryEmitResult ter = tryEmitARCRetainScalarExpr(*this, in EmitObjCMessageExpr()
2352 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF, in tryEmitARCRetainLoadOfScalar()
2360 return TryEmitResult(CGF.EmitLoadOfLValue(lvalue, in tryEmitARCRetainLoadOfScalar()
2365 return TryEmitResult(CGF.EmitARCLoadWeakRetained(lvalue.getAddress()), in tryEmitARCRetainLoadOfScalar()
2372 static TryEmitResult tryEmitARCRetainLoadOfScalar(CodeGenFunction &CGF, in tryEmitARCRetainLoadOfScalar()
2393 return TryEmitResult(result, true); in tryEmitARCRetainLoadOfScalar()
2404 return TryEmitResult(CGF.EmitScalarExpr(e), false); in tryEmitARCRetainLoadOfScalar()
2497 static TryEmitResult tryEmitARCRetainPseudoObject(CodeGenFunction &CGF, in tryEmitARCRetainPseudoObject()
2504 TryEmitResult result; in tryEmitARCRetainPseudoObject()
2547 static TryEmitResult
2571 TryEmitResult loadResult in tryEmitARCRetainScalarExpr()
2599 return TryEmitResult(result, true); in tryEmitARCRetainScalarExpr()
2615 TryEmitResult subresult in tryEmitARCRetainScalarExpr()
2624 return TryEmitResult(result, true); in tryEmitARCRetainScalarExpr()
2633 return TryEmitResult(result, true); in tryEmitARCRetainScalarExpr()
2641 return TryEmitResult(result, true); in tryEmitARCRetainScalarExpr()
2664 return TryEmitResult(result, true); in tryEmitARCRetainScalarExpr()
2668 TryEmitResult result in tryEmitARCRetainScalarExpr()
2686 return TryEmitResult(result, false); in tryEmitARCRetainScalarExpr()
2692 TryEmitResult result = tryEmitARCRetainLoadOfScalar(CGF, lvalue, type); in emitARCRetainLoadOfScalar()
2711 TryEmitResult result = tryEmitARCRetainScalarExpr(*this, e); in EmitARCRetainScalarExpr()
2727 TryEmitResult result = tryEmitARCRetainScalarExpr(*this, e); in EmitARCRetainAutoreleaseScalarExpr()
2744 TryEmitResult subresult = tryEmitARCRetainScalarExpr(*this, e); in EmitARCExtendBlockObject()
2774 TryEmitResult result = tryEmitARCRetainScalarExpr(*this, e->getRHS()); in EmitARCStoreStrong()