package binsec

  1. Overview
  2. Docs

doc/binsec_script_ast/Binsec_script_ast/Ast/Size/index.html

Module Ast.SizeSource

Sourcetype t =
  1. | Implicit
  2. | Explicit of int
  3. | Sizeof of Loc.t loc
  4. | Eval of Expr.t loc
Sourceval none : t
Sourceval some : int -> t
Sourceval sizeof : Loc.t loc -> t
Sourceval eval : Expr.t loc -> t
Sourceval pp : Stdlib.Format.formatter -> t -> unit