Up – Package index » goblint » Library goblint.lib » RegionDomain » VFBinclude sig ... end type t = [ | `Left of VF.t | `Right of B.t ] val show_group : group -> 'a val to_group : 'a -> 'b optionval arbitrary : unit -> 'a val hash : [< `Left of VF.t | `Right of B.t ] -> intval pretty : unit -> t -> Pretty .docval show : [< `Left of VF.t | `Right of B.t ] -> stringval name : unit -> stringval relift :
[< `Left of VF.t | `Right of B.t ] ->
[> `Left of VF.t | `Right of B.t ] val collapse : t -> t -> boolval leq :
[< `Left of V.t * F.FI.t list | `Right of unit ] ->
[< `Left of V.t * F.FI.t list | `Right of unit ] ->
boolval lift :
('a -> 'b ) ->
[< `Left of 'a | `Right of unit ] ->
[> `Left of 'b | `Right of unit ] val replace :
Cil .varinfo ->
Cil .exp ->
[< `Left of 'a * ([> `Right of Cil .exp ] as 'b) list | `Right of unit ] ->
[> `Left of 'a * 'b list | `Right of unit ] val is_bullet : [> `Right of unit ] -> boolval bullet : [> `Right of unit ] val of_vf : 'a -> [> `Left of 'a ] val real_region : t -> bool