Searched refs:last_expr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DASTResultSynthesizer.cpp253 Expr *last_expr = dyn_cast<Expr>(last_stmt); local
255 if (!last_expr)
259 // In C++11, last_expr can be a LValueToRvalue implicit cast. Strip that off if that's the
263 ImplicitCastExpr *implicit_cast = dyn_cast<ImplicitCastExpr>(last_expr);
271 last_expr = implicit_cast->getSubExpr();
314 (last_expr->getValueKind() == VK_LValue || last_expr->getValueKind() == VK_XValue) &&
315 (last_expr->getObjectKind() == OK_Ordinary);
317 QualType expr_qual_type = last_expr->getType();
365 ExprResult address_of_expr = m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr);
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dgcse.c1501 struct expr *cur_expr, *last_expr = NULL;
1519 last_expr = cur_expr;
1532 last_expr->next_same_hash = cur_expr;
1602 struct expr *cur_expr, *last_expr = NULL;
1616 last_expr = cur_expr;
1629 last_expr->next_same_hash = cur_expr;
1492 struct expr *cur_expr, *last_expr = NULL; local
1593 struct expr *cur_expr, *last_expr = NULL; local

Completed in 55 milliseconds