package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.3.0.tbz
sha256=b729c94adb383a39aea32eb005c988dfd44b92af22ee6a4eedf4239542ac6c26
sha512=643b98770e5fe5644324c95c9ae3a9f698f25c8b11b298f0751d524e0b20af368b2a465fc8200b75a73d48fc9a053fd90f5e8920d4db070927f93188bb8687e0

doc/goblint.lib/Goblint_lib/IntOps/BigIntOpsBase/index.html

Module IntOps.BigIntOpsBase

type t = Z.t
val zero : t
val one : t
val lower_bound : t option
val upper_bound : t option
val neg : t -> t
val abs : t -> t
val add : t -> t -> t
val sub : t -> t -> t
val mul : t -> t -> t
val div : t -> t -> t
val rem : t -> t -> t
val gcd : t -> t -> t
val shift_left : t -> int -> t
val shift_right : t -> int -> t
val bitand : t -> t -> t
val bitor : t -> t -> t
val bitxor : t -> t -> t
val bitnot : t -> t
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val top_range : t -> t -> bool
val max : t -> t -> t
val min : t -> t -> t
val of_int : int -> t
val to_int : t -> int
val of_int64 : int64 -> t
val to_int64 : t -> int64
val of_string : string -> t
val to_string : t -> string
val of_bigint : Z.t -> t
val to_bigint : t -> Z.t
OCaml

Innovation. Community. Security.