package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. funName : string;
  2. location : CilType.Location.t;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yojson : t -> Yojson.Safe.t
val hash : t -> int
val filterFunctions : GoblintCil.Cil.global -> t option
val getFunctionsList : GoblintCil.Cil.global list -> t list