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
026fe990
Commit
026fe990
authored
3 years ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
[Kernel] remove unused Ast_info.constant_expr (Cil.kinteger64 is more general)
parent
83aaa3a7
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/kernel_services/ast_queries/ast_info.ml
+0
-2
0 additions, 2 deletions
src/kernel_services/ast_queries/ast_info.ml
src/kernel_services/ast_queries/ast_info.mli
+0
-1
0 additions, 1 deletion
src/kernel_services/ast_queries/ast_info.mli
with
0 additions
and
3 deletions
src/kernel_services/ast_queries/ast_info.ml
+
0
−
2
View file @
026fe990
...
...
@@ -53,8 +53,6 @@ let value_of_integral_expr e =
|
None
->
assert
false
|
Some
i
->
i
let
constant_expr
~
loc
i
=
new_exp
~
loc
(
Const
(
CInt64
(
i
,
IInt
,
None
)))
let
rec
is_null_expr
e
=
match
(
stripInfo
e
)
.
enode
with
|
Const
c
when
is_integral_const
c
->
Integer
.
equal
(
value_of_integral_const
c
)
Integer
.
zero
...
...
This diff is collapsed.
Click to expand it.
src/kernel_services/ast_queries/ast_info.mli
+
0
−
1
View file @
026fe990
...
...
@@ -33,7 +33,6 @@ val possible_value_of_integral_const: constant -> Integer.t option
val
possible_value_of_integral_expr
:
exp
->
Integer
.
t
option
val
value_of_integral_const
:
constant
->
Integer
.
t
val
value_of_integral_expr
:
exp
->
Integer
.
t
val
constant_expr
:
loc
:
location
->
Integer
.
t
->
exp
val
is_null_expr
:
exp
->
bool
val
is_non_null_expr
:
exp
->
bool
...
...
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