Searched refs:subresult (Results 1 – 1 of 1) sorted by relevance
2615 TryEmitResult subresult in tryEmitARCRetainScalarExpr() local2617 result = subresult.getPointer(); in tryEmitARCRetainScalarExpr()2621 if (subresult.getInt()) { in tryEmitARCRetainScalarExpr()2744 TryEmitResult subresult = tryEmitARCRetainScalarExpr(*this, e); in EmitARCExtendBlockObject() local2745 result = subresult.getPointer(); in EmitARCExtendBlockObject()2746 doRetain = !subresult.getInt(); in EmitARCExtendBlockObject()