Searched refs:subresult (Results 1 – 1 of 1) sorted by relevance
2643 TryEmitResult subresult in tryEmitARCRetainScalarExpr() local2645 result = subresult.getPointer(); in tryEmitARCRetainScalarExpr()2649 if (subresult.getInt()) { in tryEmitARCRetainScalarExpr()2772 TryEmitResult subresult = tryEmitARCRetainScalarExpr(*this, e); in EmitARCExtendBlockObject() local2773 result = subresult.getPointer(); in EmitARCExtendBlockObject()2774 doRetain = !subresult.getInt(); in EmitARCExtendBlockObject()