package mopsa

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Memory.Aggregates

Desugar accesses to aggregates into accesses to scalar arrays using pointer arithmetics.

This domains translates subscript accesses `ai` and field accesses `s.f` into dereferences of scalar pointers. This is useful for low-level memory abstractions to handle the full C language.

module Domain : sig ... end
OCaml

Innovation. Community. Security.