package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

dune-project
 Dependency

Authors

Maintainers

Sources

goblint-1.1.1.tbz
sha256=999272bfbd3b9b96fcd58987b237ac6e9fa6d92ef935cc89f1ea2b4205185141
sha512=f3bf6ab71cf8c258d3290da4bf9f6fe42d7c671822e0efeb0fc50afdff078ab15e352237e5c1db31c5aa3a9d430691268ed2e5e00da10f2615835f672f91683d

doc/goblint.lib/ExpressionEvaluation/index.html

Module ExpressionEvaluation

val transformation_identifier : string
val transformation_query_file_name_identifier : string
type query = {
  1. kind : CodeQuery.kind;
  2. target : CodeQuery.target;
  3. find : CodeQuery.find;
  4. structure : CodeQuery.structure;
  5. limitation : CodeQuery.constr;
  6. expression : string;
  7. mode : [ `Must | `May ];
}
val query_to_yojson : query -> Yojson.Safe.t
val gv_query : query option Batteries.ref
val gv_results : ((String.t * Cil.location * String.t * int) * bool option) list Batteries.ref
OCaml

Innovation. Community. Security.