Home | History | Annotate | Download | only in CodeGen

Lines Matching full:subresult

2564           TryEmitResult subresult
2566 result = subresult.getPointer();
2570 if (subresult.getInt()) {
2693 TryEmitResult subresult = tryEmitARCRetainScalarExpr(*this, e);
2694 result = subresult.getPointer();
2695 doRetain = !subresult.getInt();