[−][src]Enum libfirm_rs::nodes::ProjKind
Variants
Alloc_M(Alloc)
memory result
Alloc_Res(Alloc)
pointer to newly allocated memory
Builtin_M(Builtin)
memory result
Call_M(Call)
memory result
Call_TResult(Call)
tuple containing all results
Call_XRegular(Call)
control flow when no exception occurs
Call_XExcept(Call)
control flow when exception occurred
Call_TResult_Arg(u32, Call, Proj)
Cond_Val(bool, Cond)
control flow if operand is "false" or "true"
Div_M(Div)
memory result
Div_Res(Div)
result of computation
Div_XRegular(Div)
control flow when no exception occurs
Div_XExcept(Div)
control flow when exception occurred
Load_M(Load)
memory result
Load_Res(Load)
result of load operation
Load_XRegular(Load)
control flow when no exception occurs
Load_XExcept(Load)
control flow when exception occurred
Mod_M(Mod)
memory result
Mod_Res(Mod)
result of computation
Mod_XRegular(Mod)
control flow when no exception occurs
Mod_XExcept(Mod)
control flow when exception occurred
Raise_M(Raise)
memory result
Raise_X(Raise)
control flow to exception handler
Start_M(Start)
initial memory
Start_PFrameBase(Start)
frame base pointer
Start_TArgs(Start)
function arguments
Start_TArgs_Arg(u32, Start, Proj)
Store_M(Store)
memory result
Store_XRegular(Store)
control flow when no exception occurs
Store_XExcept(Store)
control flow when exception occurred
Switch_Default(Switch)
control flow if no other case matches
Other
Trait Implementations
impl PartialEq<ProjKind> for ProjKind
[src]
impl PartialEq<ProjKind> for ProjKind
impl Clone for ProjKind
[src]
impl Clone for ProjKind
fn clone(&self) -> ProjKind
[src]
fn clone(&self) -> ProjKind
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for ProjKind
[src]
impl Copy for ProjKind
impl Eq for ProjKind
[src]
impl Eq for ProjKind
impl Debug for ProjKind
[src]
impl Debug for ProjKind
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId