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
e05d35a7
Commit
e05d35a7
authored
5 years ago
by
Allan Blanchard
Committed by
Virgile Prevosto
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[kernel] Changes types definitions in Acsl_extension
parent
34f41ff7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/kernel_services/ast_queries/acsl_extension.ml
+9
-9
9 additions, 9 deletions
src/kernel_services/ast_queries/acsl_extension.ml
with
9 additions
and
9 deletions
src/kernel_services/ast_queries/acsl_extension.ml
+
9
−
9
View file @
e05d35a7
...
@@ -24,6 +24,15 @@ open Cil_types
...
@@ -24,6 +24,15 @@ open Cil_types
open
Logic_typing
open
Logic_typing
open
Logic_ptree
open
Logic_ptree
type
extension_preprocessor
=
lexpr
list
->
lexpr
list
type
extension_typer
=
typing_context
->
location
->
lexpr
list
->
acsl_extension_kind
type
extension_visitor
=
Cil
.
cilVisitor
->
acsl_extension_kind
->
acsl_extension_kind
Cil
.
visitAction
type
extension_printer
=
Printer_api
.
extensible_printer_type
->
Format
.
formatter
->
acsl_extension_kind
->
unit
type
extension
=
{
type
extension
=
{
category
:
ext_category
;
category
:
ext_category
;
status
:
bool
;
status
:
bool
;
...
@@ -33,15 +42,6 @@ type extension = {
...
@@ -33,15 +42,6 @@ type extension = {
printer
:
extension_printer
;
printer
:
extension_printer
;
short_printer
:
extension_printer
;
short_printer
:
extension_printer
;
}
}
and
extension_preprocessor
=
lexpr
list
->
lexpr
list
and
extension_typer
=
typing_context
->
location
->
lexpr
list
->
acsl_extension_kind
and
extension_visitor
=
Cil
.
cilVisitor
->
acsl_extension_kind
->
acsl_extension_kind
Cil
.
visitAction
and
extension_printer
=
Printer_api
.
extensible_printer_type
->
Format
.
formatter
->
acsl_extension_kind
->
unit
let
default_printer
printer
fmt
=
function
let
default_printer
printer
fmt
=
function
|
Ext_id
i
->
Format
.
fprintf
fmt
"%d"
i
|
Ext_id
i
->
Format
.
fprintf
fmt
"%d"
i
...
...
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