-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrpp_axiomatic_generator.mli
More file actions
72 lines (65 loc) · 3.17 KB
/
Copy pathrpp_axiomatic_generator.mli
File metadata and controls
72 lines (65 loc) · 3.17 KB
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
(**************************************************************************)
(* 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 generat_axiom:
Cil_types.location ->
< behavior : Visitor_behavior.t;
get_filling_actions : (unit -> unit) Queue.t; .. > ->
Cil_types.predicate ->
Cil_types.logic_label list ->
Rpp_types.logic_info ->
Rpp_types.logic_info_pure ->
Cil_types.global_annotation * string * Cil_types.toplevel_predicate
val generat_behavior_pure:
Cil_datatype.Location.t ->
< behavior : Visitor_behavior.t;
get_filling_actions : (unit -> unit) Queue.t; .. > ->
Rpp_types.logic_info_pure -> unit
val generat_behavior:
Cil_datatype.Location.t ->
< behavior : Visitor_behavior.t;
get_filling_actions : (unit -> unit) Queue.t; .. > ->
Rpp_types.logic_info -> unit
val generat_behavior_for_kf:
Cil_types.location ->
< behavior : Visitor_behavior.t;
get_filling_actions : (unit -> unit) Queue.t; .. > ->
Rpp_types.logic_info ->
Cil_types.kernel_function * Cil_types.kernel_function ->
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 ->
unit
val generat_behavior_pure_for_kf:
Cil_datatype.Location.t ->
< behavior : Visitor_behavior.t;
get_filling_actions : (unit -> unit) Queue.t; .. > ->
Rpp_types.logic_info_pure -> Kernel_function.t * Cil_datatype.Kf.t -> unit
val generat_help_behavior_pure_for_kf:
Cil_types.location ->
(string, Cil_types.logic_info * Cil_datatype.Kf.t) Hashtbl.t list ->
Cil_types.kernel_function * Cil_datatype.Kf.t -> unit
val relationnel_axiom:
Cil_types.location ->
< behavior : Visitor_behavior.t;
get_filling_actions : (unit -> unit) Queue.t; .. > ->
Cil_types.predicate -> Cil_types.logic_label list ->
Rpp_types.logic_info -> Rpp_types.logic_info_pure ->
Cil_types.global_annotation * Property.identified_lemma