-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrpp_options.mli
50 lines (35 loc) · 2.25 KB
/
rpp_options.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
(**************************************************************************)
(* 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). *)
(**************************************************************************)
module Self: Plugin.General_services
module Enabled: Parameter_sig.Bool
module Enable_only_hyp: Parameter_sig.Bool
module Enable_only_prove: Parameter_sig.Bool
module Counting_relational_verification_function: State_builder.Counter
val emitter: Emitter.t
module Counting_local_variable_verification_function: State_builder.Counter
module Counting_return_formals_verification_function: State_builder.Counter
module Counting_return_formals_verification_function_axiom: State_builder.Counter
module Counting_local_variable_copies: State_builder.Counter
module Counting_axiome: State_builder.Counter
module Counting_behavior: State_builder.Counter
module Counting_label: State_builder.Counter
module Counting_aux_local_variable: State_builder.Counter
module Is_buildin_rela_first: State_builder.Ref
with type data = bool