SymbLocksDomain.ILockIndex-based symbolic lock
module Idx : sig ... endIndex in index-based symbolic lock
include sig ... endtype idx = Idx.tmodule Offs : sig ... endval equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval hash : t -> inttype group = Basetype.Variables.groupval show_group : Basetype.Variables.group -> Ppx_deriving_runtime.stringval to_group : t -> Basetype.Variables.group optionval from_var : CilType.Varinfo.t -> tval to_var : t -> CilType.Varinfo.t optionval to_var_may : t -> CilType.Varinfo.t optionval to_var_must : t -> CilType.Varinfo.t optionval to_var_offset : t -> (CilType.Varinfo.t * Offs.t) optionval from_string : string -> tval to_string : t -> string optionval short_offs :
([< `Field of GoblintCil.fieldinfo * 'a | `Index of Idx.t * 'a | `NoOffset ] as 'a) ->
stringval short_addr :
(GoblintCil.varinfo
* ([< `Field of GoblintCil.fieldinfo * 'a
| `Index of Idx.t * 'a
| `NoOffset ] as 'a)) ->
stringval show : t -> stringval pretty : unit -> t -> Goblint_lib__Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> [> `String of string ]val type_offset :
GoblintCil.typ ->
([ `Field of GoblintCil.fieldinfo * 'a | `Index of Idx.t * 'a | `NoOffset ] as 'a) ->
GoblintCil.typval get_type_addr :
(GoblintCil.varinfo
* ([ `Field of GoblintCil.fieldinfo * 'a
| `Index of Idx.t * 'a
| `NoOffset ] as 'a)) ->
GoblintCil.typval get_type : t -> GoblintCil.typval is_zero_offset : Offs.t -> boolval arbitrary : unit -> t QCheck.arbitraryval conv_const_offset :
GoblintCil.offset ->
[> `Field of GoblintCil.fieldinfo * 'a | `Index of Idx.t * 'a | `NoOffset ] as 'aval from_var_offset : (CilType.Varinfo.t * GoblintCil.offset) -> t