Home
last modified time | relevance | path

Searched refs:subresult (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjC.cpp2643 TryEmitResult subresult in tryEmitARCRetainScalarExpr() local
2645 result = subresult.getPointer(); in tryEmitARCRetainScalarExpr()
2649 if (subresult.getInt()) { in tryEmitARCRetainScalarExpr()
2772 TryEmitResult subresult = tryEmitARCRetainScalarExpr(*this, e); in EmitARCExtendBlockObject() local
2773 result = subresult.getPointer(); in EmitARCExtendBlockObject()
2774 doRetain = !subresult.getInt(); in EmitARCExtendBlockObject()