O0
kecc
0.1.0
O0
Aliased type
Trait Implementations
Clone
Copy
Debug
Default
Optimize<TranslationUnit>
In crate kecc
Modules
asm
asmgen
c
ir
irgen
opt
tests
utils
write_base
Macros
ok_or_exit
some_or_exit
Structs
Asmgen
FunctionPass
Irgen
Parse
Repeat
SimplifyCfgConstProp
SimplifyCfgEmpty
SimplifyCfgMerge
SimplifyCfgReach
Traits
AssertSupported
IsEquiv
Optimize
Translate
Functions
test_asmgen
test_end_to_end
test_irgen
test_irparse
test_opt
test_write_c
write
Type Aliases
Deadcode
Gvn
Mem2reg
O0
O1
SimplifyCfg
kecc
Type Alias
O0
Copy item path
Settings
Help
Summary
Source
pub type O0 =
Null
;
Aliased Type
§
struct O0;
Trait Implementations
Source
§
impl
Clone
for
Null
Source
§
fn
clone
(&self) ->
Null
Returns a copy of the value.
Read more
1.0.0
·
Source
§
fn
clone_from
(&mut self, source: &Self)
Performs copy-assignment from
source
.
Read more
Source
§
impl
Debug
for
Null
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Source
§
impl
Default
for
Null
Source
§
fn
default
() ->
Null
Returns the “default value” for a type.
Read more
Source
§
impl
Optimize
<
TranslationUnit
> for
Null
Source
§
fn
optimize
(&mut self, _code: &mut
TranslationUnit
) ->
bool
Source
§
impl
Copy
for
Null