Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
d6c4ede6
Commit
d6c4ede6
authored
2 years ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[from] Minor reorganization of the From.mli interface.
parent
aff1407c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/from/From.ml
+0
-0
0 additions, 0 deletions
src/plugins/from/From.ml
src/plugins/from/From.mli
+11
-2
11 additions, 2 deletions
src/plugins/from/From.mli
with
11 additions
and
2 deletions
src/plugins/from/
f
rom.ml
→
src/plugins/from/
F
rom.ml
+
0
−
0
View file @
d6c4ede6
File moved
This diff is collapsed.
Click to expand it.
src/plugins/from/
f
rom.mli
→
src/plugins/from/
F
rom.mli
+
11
−
2
View file @
d6c4ede6
...
...
@@ -22,16 +22,25 @@
open
Cil_types
val
self
:
State
.
t
(** {3 Analysis} *)
val
is_computed
:
kernel_function
->
bool
val
compute
:
kernel_function
->
unit
val
compute_all
:
unit
->
unit
val
compute_all_calldeps
:
unit
->
unit
val
get
:
Cil_types
.
kernel_function
->
Function_Froms
.
froms
val
access
:
Locations
.
Zone
.
t
->
Function_Froms
.
Memory
.
t
->
Locations
.
Zone
.
t
val
self
:
State
.
t
(** {3 Pretty-printing} *)
val
pretty
:
Format
.
formatter
->
kernel_function
->
unit
val
display
:
Format
.
formatter
->
unit
(** {3 Callsite-wise analysis} *)
val
compute_all_calldeps
:
unit
->
unit
module
Callwise
:
sig
val
iter
:
(
Cil_types
.
kinstr
->
Function_Froms
.
froms
->
unit
)
->
unit
val
find
:
Cil_types
.
kinstr
->
Function_Froms
.
froms
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment