aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cutil.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Cutil.mli')
-rw-r--r--cparser/Cutil.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/cparser/Cutil.mli b/cparser/Cutil.mli
index 715cc123..79975dcf 100644
--- a/cparser/Cutil.mli
+++ b/cparser/Cutil.mli
@@ -237,6 +237,8 @@ val field_of_dot_access: Env.t -> typ -> string -> field
(* Return the field info for a [x.field] access *)
val field_of_arrow_access: Env.t -> typ -> string -> field
(* Return the field info for a [x->field] access *)
+val valid_array_size: Env.t -> typ -> int64 -> bool
+ (* Test whether the array size fits in half of the address space *)
(* Constructors *)