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
cfc3e127
Commit
cfc3e127
authored
6 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[rte] polishing doc
parent
64205cb6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/rte/RteGen.mli
+1
-10
1 addition, 10 deletions
src/plugins/rte/RteGen.mli
src/plugins/rte/visit.mli
+1
-10
1 addition, 10 deletions
src/plugins/rte/visit.mli
with
2 additions
and
20 deletions
src/plugins/rte/RteGen.mli
+
1
−
10
View file @
cfc3e127
...
...
@@ -124,16 +124,7 @@ sig
*)
type
on_alarm
=
kernel_function
->
stmt
->
invalid
:
bool
->
Alarms
.
alarm
->
unit
(** Low-level iterators
The [on_alarm ki ?status alarm] callback is invoked with
the k-instruction originating the alarm and the already known status,
if any.
Potential alarms can be specified by the provided flags,
with defaults from the Kernel and RTE plug-in options.
*)
(** Type of low-level iterators visiting an element ['a] of the AST *)
type
'
a
iterator
=
?
flags
:
flags
->
on_alarm
->
Kernel_function
.
t
->
Cil_types
.
stmt
->
'
a
->
unit
...
...
This diff is collapsed.
Click to expand it.
src/plugins/rte/visit.mli
+
1
−
10
View file @
cfc3e127
...
...
@@ -120,16 +120,7 @@ val flags_none : flags
*)
type
on_alarm
=
kernel_function
->
stmt
->
invalid
:
bool
->
Alarms
.
alarm
->
unit
(** Low-level iterators
The [on_alarm ki ?status alarm] callback is invoked with
the k-instruction originating the alarm and the already known status,
if any.
Potential alarms can be specified by the provided flags,
with defaults from the Kernel and RTE plug-in options.
*)
(** Type of low-level iterators visiting an element ['a] of the AST *)
type
'
a
iterator
=
?
flags
:
flags
->
on_alarm
->
Kernel_function
.
t
->
Cil_types
.
stmt
->
'
a
->
unit
...
...
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