| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.VerificationCondition
Documentation
data PointerAnalysisResult v Source #
Constructors
| PointerAnalysisResult | |
Fields
| |
Instances
data VerificationCondition v Source #
Constructors
| FunctionPointers Word64 IntSet | A set of function pointers passed to a function |
| PointerAnalysis Word64 (PointerAnalysisResult v) | A pointer analysis result for the instruction at the address |
Instances
type VCS v = Set (VerificationCondition v) Source #
gather_pa_results :: VCS v -> IntMap (PointerAnalysisResult v) Source #