#[repr(u32)]pub enum IRExprTag {
Show 14 variants
Iex_Binder = 6_400,
Iex_Get = 6_401,
Iex_GetI = 6_402,
Iex_RdTmp = 6_403,
Iex_Qop = 6_404,
Iex_Triop = 6_405,
Iex_Binop = 6_406,
Iex_Unop = 6_407,
Iex_Load = 6_408,
Iex_Const = 6_409,
Iex_ITE = 6_410,
Iex_CCall = 6_411,
Iex_VECRET = 6_412,
Iex_GSPTR = 6_413,
}
Variants§
Iex_Binder = 6_400
Iex_Get = 6_401
Iex_GetI = 6_402
Iex_RdTmp = 6_403
Iex_Qop = 6_404
Iex_Triop = 6_405
Iex_Binop = 6_406
Iex_Unop = 6_407
Iex_Load = 6_408
Iex_Const = 6_409
Iex_ITE = 6_410
Iex_CCall = 6_411
Iex_VECRET = 6_412
Iex_GSPTR = 6_413
Trait Implementations§
impl Copy for IRExprTag
impl Eq for IRExprTag
impl StructuralPartialEq for IRExprTag
Auto Trait Implementations§
impl Freeze for IRExprTag
impl RefUnwindSafe for IRExprTag
impl Send for IRExprTag
impl Sync for IRExprTag
impl Unpin for IRExprTag
impl UnwindSafe for IRExprTag
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more