Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:cleanups

468       // __weak objects always get EH cleanups; otherwise, exceptions
878 const ExprWithCleanups *cleanups = cast<ExprWithCleanups>(E);
879 enterFullExpression(cleanups);
881 return EmitLValue(cleanups->getSubExpr());