Searched refs:last_expr (Results 1 – 3 of 3) sorted by relevance
223 Expr *last_expr = dyn_cast<Expr>(last_stmt); in SynthesizeBodyResult() local225 if (!last_expr) in SynthesizeBodyResult()233 ImplicitCastExpr *implicit_cast = dyn_cast<ImplicitCastExpr>(last_expr); in SynthesizeBodyResult()241 last_expr = implicit_cast->getSubExpr(); in SynthesizeBodyResult()296 bool is_lvalue = last_expr->getValueKind() == VK_LValue && in SynthesizeBodyResult()297 last_expr->getObjectKind() == OK_Ordinary; in SynthesizeBodyResult()299 QualType expr_qual_type = last_expr->getType(); in SynthesizeBodyResult()346 m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr); in SynthesizeBodyResult()360 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
1492 struct expr *cur_expr, *last_expr = NULL; in insert_expr_in_table() local1510 last_expr = cur_expr; in insert_expr_in_table()1523 last_expr->next_same_hash = cur_expr; in insert_expr_in_table()1593 struct expr *cur_expr, *last_expr = NULL; in insert_set_in_table() local1607 last_expr = cur_expr; in insert_set_in_table()1620 last_expr->next_same_hash = cur_expr; in insert_set_in_table()
26589 all the bits that tracked last_expr.26590 (expand_end_bindings): Don't track last_expr.