package goblint
Static analysis framework for C
Install
Dune Dependency
Authors
Maintainers
Sources
goblint-2.1.0.tbz
sha256=bfc412ec2e447eaef6f4f83892e3511ebf305593cb00561c1406be3ae8bf48e9
sha512=5f2a162e5f36bffafc9836b0d18b5b2808cecfa6bf68f83bb7d1e8b9947ac74cf07776eb09274b4b29d55c897a45a10768f0d9ed25810cf6ba2409c525e4cd4d
doc/goblint.lib/Goblint_lib/LibraryDesc/index.html
Module Goblint_lib.LibraryDesc
module Access : sig ... end
Pointer argument access specification.
type math =
| Nan of Cil.fkind * Cil.exp
| Inf of Cil.fkind
| Isfinite of Cil.exp
| Isinf of Cil.exp
| Isnan of Cil.exp
| Isnormal of Cil.exp
| Signbit of Cil.exp
| Isgreater of Cil.exp * Cil.exp
| Isgreaterequal of Cil.exp * Cil.exp
| Isless of Cil.exp * Cil.exp
| Islessequal of Cil.exp * Cil.exp
| Islessgreater of Cil.exp * Cil.exp
| Isunordered of Cil.exp * Cil.exp
| Ceil of Cil.fkind * Cil.exp
| Floor of Cil.fkind * Cil.exp
| Fabs of Cil.fkind * Cil.exp
| Fmax of Cil.fkind * Cil.exp * Cil.exp
| Fmin of Cil.fkind * Cil.exp * Cil.exp
| Acos of Cil.fkind * Cil.exp
| Asin of Cil.fkind * Cil.exp
| Atan of Cil.fkind * Cil.exp
| Atan2 of Cil.fkind * Cil.exp * Cil.exp
| Cos of Cil.fkind * Cil.exp
| Sin of Cil.fkind * Cil.exp
| Tan of Cil.fkind * Cil.exp
type special =
| Malloc of Cil.exp
| Calloc of {
}
| Realloc of {
}
| Assert of {
}
| Lock of {
}
| Unlock of Cil.exp
| ThreadCreate of {
}
| ThreadJoin of {
}
| ThreadExit of {
}
| Signal of Cil.exp
| Broadcast of Cil.exp
| Wait of {
}
| TimedWait of {
}
| Math of {
fun_args : math;
}
| Memset of {
}
| Bzero of {
}
| Memcpy of {
}
| Strcpy of {
}
| Abort
| Identity of Cil.exp
(*Identity function. Some compiler optimization annotation functions map to this.
*)| Unknown
(*Anything not belonging to other types.
*)
Type of special function, or Unknown
.
module Accesses : sig ... end
Pointer arguments access specification.
type t = {
special : Cil.exp list -> special;
accs : Accesses.t;
(*Pointer arguments access specification.
*)attrs : attr list;
(*Attributes of function.
*)
}
Library function descriptor.
val special_of_old :
(Cil.exp list ->
[< `Calloc of Cil.exp * Cil.exp
| `Lock of bool * bool * bool
| `Malloc of Cil.exp
| `Realloc of Cil.exp * Cil.exp
| `ThreadCreate of Cil.exp * Cil.exp * Cil.exp
| `ThreadJoin of Cil.exp * Cil.exp
| `Unknown of 'a
| `Unlock ]) ->
Cil.exp list ->
special
val of_old :
?attrs:attr list ->
Accesses.old ->
(Cil.exp list ->
[< `Calloc of Cil.exp * Cil.exp
| `Lock of bool * bool * bool
| `Malloc of Cil.exp
| `Realloc of Cil.exp * Cil.exp
| `ThreadCreate of Cil.exp * Cil.exp * Cil.exp
| `ThreadJoin of Cil.exp * Cil.exp
| `Unknown of 'a
| `Unlock ]) ->
t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>