-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrpp_generator.mli
80 lines (73 loc) · 3.4 KB
/
rpp_generator.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
(**************************************************************************)
(* This file is part of RPP plug-in of Frama-C. *)
(* *)
(* Copyright (C) 2016-2023 *)
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
(* alternatives) *)
(* *)
(* you can redistribute it and/or modify it under the terms of the GNU *)
(* Lesser General Public License as published by the Free Software *)
(* Foundation, version 2.1. *)
(* *)
(* It is distributed in the hope that it will be useful, *)
(* but WITHOUT ANY WARRANTY; without even the implied warranty of *)
(* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *)
(* GNU Lesser General Public License for more details. *)
(* *)
(* See the GNU Lesser General Public License version 2.1 *)
(* for more details (enclosed in the file LICENSE). *)
(**************************************************************************)
val do_one_copy:
?proof:bool ->
Kernel_function.t -> Cil_types.varinfo list -> Cil_types.varinfo option ->
Cil_types.varinfo list -> Datatype.String.Map.key option ->
(Cil_types.logic_var Cil_datatype.Varinfo.Map.t *
Cil_types.logic_var Cil_datatype.Varinfo.Map.t *
Cil_types.logic_var Cil_datatype.Varinfo.Map.t *
Cil_types.logic_var Cil_datatype.Varinfo.Map.t) ->
int -> Cil_types.fundec ->
Rpp_types.visitor -> Project.t ->
Cil_types.location ->
(int * Rpp_types.logic_info * Rpp_types.logic_info_pure) list -> int ->
Cil_types.block
val do_one_require_copy:
Kernel_function.t -> Cil_types.varinfo list ->
Datatype.String.Map.key option ->
(Cil_types.logic_var Cil_datatype.Varinfo.Map.t *
Cil_types.logic_var Cil_datatype.Varinfo.Map.t *
Cil_types.logic_var Cil_datatype.Varinfo.Map.t *
Cil_types.logic_var Cil_datatype.Varinfo.Map.t) ->
Rpp_types.visitor -> Project.t ->
Cil_types.funbehavior list
val sort_funbehavior: Cil_types.behavior list -> Cil_types.identified_predicate list
val do_one_terms_vis: Kernel_function.t ->
Cil_types.varinfo list ->
Cil_types.varinfo list ->
Datatype.String.Map.key option ->
Rpp_types.call_data list ->
Rpp_types.visitor -> Cil_types.term ->
Cil_types.term
val do_one_terms_vis_axiom:
String.t ->
Rpp_types.call_data_logic list ->
Cil_types.term Cil_datatype.Logic_var.Map.t ->
Rpp_types.visitor ->
Cil_types.term ->
Cil_types.term
val do_one_simpl_term_vis:
Kernel_function.t ->
Cil_types.logic_var list ->
'a option ->
Cil_types.logic_var Cil_datatype.Varinfo.Map.t *
Cil_types.logic_var Cil_datatype.Varinfo.Map.t *
Cil_types.logic_var Cil_datatype.Varinfo.Map.t *
Cil_types.logic_var Cil_datatype.Varinfo.Map.t ->
< behavior : Visitor_behavior.t; .. > -> Cil_types.term -> Cil_types.term
val do_one_require_vis:
< behavior : Visitor_behavior.t; .. > ->
Cil_types.fundec ->
Cil_types.varinfo list ->
('a * Cil_types.varinfo * Cil_types.term) option list ->
Cil_types.kernel_function ->
Cil_types.identified_predicate list ->
Cil_types.identified_predicate list