Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LastStmt

254     const Stmt *LastStmt = S.body_back();
255 while (const LabelStmt *LS = dyn_cast<LabelStmt>(LastStmt)) {
257 LastStmt = LS->getSubStmt();
262 QualType ExprTy = cast<Expr>(LastStmt)->getType();
264 EmitAggExpr(cast<Expr>(LastStmt), AggSlot);
270 EmitAnyExprToMem(cast<Expr>(LastStmt), RetAlloca, Qualifiers(),