aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Ceval.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Ceval.mli')
-rw-r--r--cparser/Ceval.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/cparser/Ceval.mli b/cparser/Ceval.mli
index 7425a332..32a0ed91 100644
--- a/cparser/Ceval.mli
+++ b/cparser/Ceval.mli
@@ -16,3 +16,5 @@
val integer_expr : Env.t -> C.exp -> int64 option
val constant_expr : Env.t -> C.typ -> C.exp -> C.constant option
val normalize_int : int64 -> C.ikind -> int64
+val is_constant_init: Env.t -> C.init -> bool
+val is_constant_expr: Env.t -> C.exp -> bool