Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:cleanups

498       // __weak objects always get EH cleanups; otherwise, exceptions
692 const ExprWithCleanups *cleanups = cast<ExprWithCleanups>(E);
693 enterFullExpression(cleanups);
695 return EmitLValue(cleanups->getSubExpr());