Project

General

Profile

Download (1.23 KB) Statistics
| Branch: | Tag: | Revision:
1
val kind2_print: bool ref
2
val mpfr: bool ref
3
val print_dec_types: bool ref
4
val verbose_level: int ref
5
val main_node: string ref
6
val global_inline: bool ref
7
val mpfr_prec: int ref
8

    
9
type option_spec =
10
  | SpecNo
11
  | SpecACSL
12
  | SpecC
13

    
14
val spec: option_spec ref
15

    
16
type option_output =
17
  | OutC
18
  | OutAda
19
  | OutJava
20
  | OutEMF
21
  | OutHorn
22
  | OutLustre
23
  (* | OutACSL *)
24

    
25
val output: option_output ref
26

    
27
val pp_output: Format.formatter -> unit
28

    
29
val ansi: bool ref
30

    
31
val int_type: string ref
32
val real_type: string ref
33

    
34
val optimization: int ref
35

    
36
val include_dirs: string list ref
37

    
38
val dest_dir: string ref
39

    
40
val print_types: bool ref
41
val print_clocks: bool ref
42
val print_nodes: bool ref
43
val print_prec_double: int ref
44

    
45
val solve_al: bool ref
46
val al_nb_max: int ref
47

    
48
val delay_calculus: bool ref
49

    
50
val static_mem: bool ref
51

    
52
val check: bool ref
53

    
54
val lusi: bool ref
55

    
56
val traces: bool ref
57

    
58
val horn_cex: bool ref
59
val horn_query: bool ref
60

    
61
val sfunction: string ref
62

    
63
val print_reuse: bool ref
64

    
65
val const_unfold: bool ref
66

    
67
val witnesses: bool ref
68

    
69
val cpp: bool ref
70

    
71
val integer_div_euclidean: bool ref
72

    
73
val mauve: string ref
74

    
75
val nb_mutants: int ref
76

    
77
val gen_mcdc: bool ref
78

    
79
val no_mutation_suffix: bool ref
80

    
81
val compile_header: bool ref
82

    
83
val track_exceptions: bool ref
(76-76/111)