Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
fff2359b
Commit
fff2359b
authored
Feb 26, 2019
by
Julien Signoles
Browse files
make check-headers happy, bis
parent
2bf035d1
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/plugins/e-acsl/fixpoint.ml
View file @
fff2359b
(**************************************************************************)
(* *)
(* This file is part of Frama-C
.
*)
(* This file is part of
the
Frama-C
's E-ACSL plug-in.
*)
(* *)
(* Copyright (C) 20
07
-2018 *)
(* Copyright (C) 20
12
-2018 *)
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
(* alternatives) *)
(* *)
...
...
@@ -210,4 +210,4 @@ let solve ieqs ivar chain_of_ivalmax =
let
post_fixpoint
=
iterate_till_post_fixpoint
ieqs
bottom
chain_of_ivalmax
in
get_ival_of_iconst
ivar
post_fixpoint
\ No newline at end of file
get_ival_of_iconst
ivar
post_fixpoint
src/plugins/e-acsl/fixpoint.mli
View file @
fff2359b
(**************************************************************************)
(* *)
(* This file is part of Frama-C
.
*)
(* This file is part of
the
Frama-C
's E-ACSL plug-in.
*)
(* *)
(* Copyright (C) 20
07
-2018 *)
(* Copyright (C) 20
12
-2018 *)
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
(* alternatives) *)
(* *)
...
...
@@ -75,4 +75,4 @@ val solve: Ieqs.t -> ival_exp -> Integer.t array -> Ival.t
val
ivars_contains_ivar
:
ival_exp
list
->
ival_exp
->
bool
(** [contains ivars ivar] checks whether the list of Ivar [ivars] contains the
Ivar [ivar]. *)
\ No newline at end of file
Ivar [ivar]. *)
src/plugins/e-acsl/lfunctions.ml
View file @
fff2359b
(**************************************************************************)
(* *)
(* This file is part of Frama-C
.
*)
(* This file is part of
the
Frama-C
's E-ACSL plug-in.
*)
(* *)
(* Copyright (C) 20
07
-2018 *)
(* Copyright (C) 20
12
-2018 *)
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
(* alternatives) *)
(* *)
...
...
@@ -502,4 +502,4 @@ let lfunctions_visitor = object (self)
file
)
end
let
do_visit
f
=
Visitor
.
visitFramacFile
lfunctions_visitor
f
\ No newline at end of file
let
do_visit
f
=
Visitor
.
visitFramacFile
lfunctions_visitor
f
src/plugins/e-acsl/lfunctions.mli
View file @
fff2359b
(**************************************************************************)
(* *)
(* This file is part of Frama-C
.
*)
(* This file is part of
the
Frama-C
's E-ACSL plug-in.
*)
(* *)
(* Copyright (C) 20
07
-2018 *)
(* Copyright (C) 20
12
-2018 *)
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
(* alternatives) *)
(* *)
...
...
@@ -53,4 +53,4 @@ val term_to_exp_ref:
(
kernel_function
->
Env
.
t
->
term
->
exp
*
Env
.
t
)
ref
val
add_cast_ref
:
(
location
->
Env
.
t
->
typ
option
->
bool
->
exp
->
exp
*
Env
.
t
)
ref
\ No newline at end of file
(
location
->
Env
.
t
->
typ
option
->
bool
->
exp
->
exp
*
Env
.
t
)
ref
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment