RaceAnalysis.SpecData race analyzer without base --- this is the new standard
include module type of struct include UnitAnalysis.Spec endinclude module type of struct include Analyses.DefaultSpec endmodule P = Analyses.EmptyPval vdecl : ('a, 'b, 'c, 'd) Analyses.man -> 'e -> 'aval asm : ('a, 'b, 'c, 'd) Analyses.man -> 'aval skip : ('a, 'b, 'c, 'd) Analyses.man -> 'aval sync : ('a, 'b, 'c, 'd) Analyses.man -> 'e -> 'aval paths_as_set : ('a, 'b, 'c, 'd) Analyses.man -> 'a listmodule A = Analyses.UnitAmodule D = Lattice.Unitmodule C = Printable.Unitval assign :
(D.t, 'a, 'b, 'c) Analyses.man ->
GoblintCil.lval ->
GoblintCil.exp ->
D.tval branch : (D.t, 'a, 'b, 'c) Analyses.man -> GoblintCil.exp -> bool -> D.tval body : (D.t, 'a, 'b, 'c) Analyses.man -> GoblintCil.fundec -> D.tval return :
(D.t, 'a, 'b, 'c) Analyses.man ->
GoblintCil.exp option ->
GoblintCil.fundec ->
D.tval enter :
(D.t, 'a, 'b, 'c) Analyses.man ->
GoblintCil.lval option ->
GoblintCil.fundec ->
GoblintCil.exp list ->
(D.t * D.t) listval combine_assign :
(D.t, 'a, 'b, 'c) Analyses.man ->
GoblintCil.lval option ->
'd ->
GoblintCil.fundec ->
GoblintCil.exp list ->
'e ->
D.t ->
Queries.ask ->
D.tval threadspawn :
('a, 'b, 'c, 'd) Analyses.man ->
multiple:'e ->
'f ->
'g ->
'h ->
'i ->
'amodule V : sig ... endmodule MemoSet : sig ... endmodule OneOffset : sig ... endmodule OffsetTrie : sig ... endmodule G : sig ... endval side_vars :
('a, [> `Lifted2 of MemoSet.t ], 'b, [> `Right of CilType.Varinfo.t ])
Analyses.man ->
MemoSet.elt ->
unitval side_access :
('a,
[> `Lifted1 of OffsetTrie.t | `Lifted2 of MemoSet.t ],
'b,
[> `Left of [ `Var of CilType.Varinfo.t | `Type of CilType.Typsig.t ]
| `Right of CilType.Varinfo.t ])
Analyses.man ->
Access.AS.elt ->
([ `Var of CilType.Varinfo.t | `Type of CilType.Typsig.t ] * Offset.Unit.t) ->
unitval side_access_empty :
('a,
[> `Lifted1 of OffsetTrie.t | `Lifted2 of MemoSet.t ],
'b,
[> `Left of [ `Var of CilType.Varinfo.t | `Type of CilType.Typsig.t ]
| `Right of CilType.Varinfo.t ])
Analyses.man ->
([ `Var of CilType.Varinfo.t | `Type of CilType.Typsig.t ] * Offset.Unit.t) ->
unitSide-effect empty access set for prefix-type_suffix race checking.
val type_suffix_memo : Access.Memo.t -> Access.Memo.t optionGet immediate type_suffix memo.
val find_type_suffix' :
('a,
[> `Bot | `Lifted1 of OffsetTrie.t ],
'b,
[> `Left of [ `Var of CilType.Varinfo.t | `Type of CilType.Typsig.t ] ])
Analyses.man ->
Access.Memo.t ->
Access.AS.tval find_type_suffix :
('a,
[> `Bot | `Lifted1 of OffsetTrie.t ],
'b,
[> `Left of [ `Var of CilType.Varinfo.t | `Type of CilType.Typsig.t ] ])
Analyses.man ->
Access.Memo.t ->
Access.AS.tFind accesses from all type_suffixes transitively.
val query :
('b, [> `Bot | `Lifted1 of OffsetTrie.t | `Lifted2 of MemoSet.t ], 'c, V.t)
Analyses.man ->
'a Queries.t ->
'a Queries.resultval event :
('a, 'b, 'c, 'd) Analyses.man ->
Events.t ->
('e,
[> `Lifted1 of OffsetTrie.t | `Lifted2 of MemoSet.t ],
'f,
[> `Left of [ `Var of CilType.Varinfo.t | `Type of CilType.Typsig.t ]
| `Right of CilType.Varinfo.t ])
Analyses.man ->
'aval special :
(D.t,
[> `Lifted1 of OffsetTrie.t | `Lifted2 of MemoSet.t ],
'a,
[> `Left of [ `Var of CilType.Varinfo.t | `Type of CilType.Typsig.t ]
| `Right of CilType.Varinfo.t ])
Analyses.man ->
GoblintCil.lval option ->
GoblintCil.varinfo ->
GoblintCil.exp list ->
D.t