package goblint
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Static analysis framework for C
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      goblint-2.0.1.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=dba2b664c7c125687e708e871d83fbfb6ba6d9ee98d235b4850d9a238caa84de
    
    
  sha512=529987cde39691ad9e955000a3603e89c1c8cf14ed5e8b4cd3a7fc26e47d016aff571b472e2329725133c46f8d0cb45a05b88994eeffaa221a4d31b4c543adcd
    
    
  doc/goblint.lib/Goblint_lib/LibraryDesc/index.html
Module Goblint_lib.LibraryDesc
module Access : sig ... endPointer 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
- | Fabs of Cil.fkind * 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 {- }
- | Math of {- fun_args : math;
 - }
- | Memset of {- }
- | Bzero of {- }
- | Abort
- | Unknown(*- Anything not belonging to other types. *)
Type of special function, or Unknown.
module Accesses : sig ... endPointer 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 ->
  specialval 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)"
  >