Skip to content
Snippets Groups Projects
Commit cfc3e127 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[rte] polishing doc

parent 64205cb6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment