Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:cleanups

223           // __weak objects always get EH cleanups; otherwise, exceptions
829 const auto *cleanups = cast<ExprWithCleanups>(E);
830 enterFullExpression(cleanups);
832 return EmitLValue(cleanups->getSubExpr());