Searched refs:subresult (Results 1 – 1 of 1) sorted by relevance
2626 TryEmitResult subresult in tryEmitARCRetainScalarExpr() local2628 result = subresult.getPointer(); in tryEmitARCRetainScalarExpr()2632 if (subresult.getInt()) { in tryEmitARCRetainScalarExpr()2755 TryEmitResult subresult = tryEmitARCRetainScalarExpr(*this, e); in EmitARCExtendBlockObject() local2756 result = subresult.getPointer(); in EmitARCExtendBlockObject()2757 doRetain = !subresult.getInt(); in EmitARCExtendBlockObject()