package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val transformation_identifier : string
val transformation_query_file_name_identifier : string
type query = {
  1. kind : Syntacticsearch.CodeQuery.kind;
  2. target : Syntacticsearch.CodeQuery.target;
  3. find : Syntacticsearch.CodeQuery.find;
  4. structure : Syntacticsearch.CodeQuery.structure;
  5. limitation : Syntacticsearch.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 * GoblintCil.Cil.location * String.t * int) * bool option) list Batteries.ref