package goblint-cil

  1. Overview
  2. Docs
A front-end for the C programming language that facilitates program analysis and transformation

Install

dune-project
 Dependency

Authors

Maintainers

Sources

goblint-cil-2.0.7.tbz
sha256=5a3baafa8a5d5912a8b523ef2a74daa5ccc7dfabde97904b4ba4b8b7a3aa1306
sha512=021e982a4c413394d542ced21165a9e6cfe8b0e0f4df0e4516c84a3b35e6d0fb7d0af8f98788ab410ae167c0f3b9d17c6974c2794c7a95609506945de555449a

doc/goblint-cil/GoblintCil/Cabshelper/index.html

Module GoblintCil.Cabshelper

val nextident : int ref
val getident : unit -> int
val currentLoc : unit -> Cabs.cabsloc
val cabslu : Cabs.cabsloc
val string_of_loc : Cabs.cabsloc -> string
val commentsGA : (Cabs.cabsloc * string * bool) GrowArray.t
val missingFieldDecl : string * Cabs.decl_type * 'a list * Cabs.cabsloc
val isStatic : Cabs.spec_elem list -> bool
val isExtern : Cabs.spec_elem list -> bool
val isInline : Cabs.spec_elem list -> bool
val isTypedef : Cabs.spec_elem list -> bool
val get_definitionloc : Cabs.definition -> Cabs.cabsloc
val get_statementloc : Cabs.statement -> Cabs.cabsloc
val explodeStringToInts : string -> int64 list
val valueOfDigit : char -> int64
val d_cabsloc : unit -> Cabs.cabsloc -> Pretty.doc