Goblint_lib.ExpressionEvaluationTransformation for evaluating expressions on the analysis results (expeval). Hack for Gobview.
type query = {kind : Syntacticsearch.CodeQuery.kind;target : Syntacticsearch.CodeQuery.target;find : Syntacticsearch.CodeQuery.find;structure : Syntacticsearch.CodeQuery.structure;limitation : Syntacticsearch.CodeQuery.constr;expression : string option;mode : [ `Must | `May ];}val query_to_yojson : query -> Yojson.Safe.tval query_of_yojson :
Yojson.Safe.t ->
query Ppx_deriving_yojson_runtime.error_orval gv_results :
((String.t * GoblintCil.Cil.location * String.t * int) * bool option) list
refmodule ExpEval : Transform.S