Searched refs:subresult (Results 1 – 1 of 1) sorted by relevance
2655 TryEmitResult subresult in tryEmitARCRetainScalarExpr() local2657 result = subresult.getPointer(); in tryEmitARCRetainScalarExpr()2661 if (subresult.getInt()) { in tryEmitARCRetainScalarExpr()2784 TryEmitResult subresult = tryEmitARCRetainScalarExpr(*this, e); in EmitARCExtendBlockObject() local2785 result = subresult.getPointer(); in EmitARCExtendBlockObject()2786 doRetain = !subresult.getInt(); in EmitARCExtendBlockObject()