Enum rustc::middle::trans::datum::Expr[src]
pub enum Expr {
RvalueExpr(Rvalue),
LvalueExpr,
}Variants
RvalueExpr | a fresh value that was produced and which has no cleanup yet because it has not yet "landed" into its permanent home |
LvalueExpr |
|
pub enum Expr {
RvalueExpr(Rvalue),
LvalueExpr,
}RvalueExpr | a fresh value that was produced and which has no cleanup yet because it has not yet "landed" into its permanent home |
LvalueExpr |
|
impl KindOps for Exprfn post_store<'a>(&self, bcx: &'a Block<'a>, val: ValueRef, ty: t) -> &'a Block<'a>fn is_by_ref(&self) -> boolfn to_expr_kind(self) -> Expr
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).