mirsa-domains 0.2.0

Abstract interpretation domains for mirsa
1
2
3
4
5
6
7
8
9
10
11
12
pub mod abstract_value;
pub mod access_path;
pub mod condition_path;
pub mod engine;
pub mod state;
pub mod transfer;

pub use abstract_value::NullPtr;
pub use engine::{
    analyze_nullptr, run_nullptr, state_before_location as query_nullptr_before_location,
};
pub use state::NullPtrState;