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 87a69f12..fb875b0d 100644
--- a/cparser/Cutil.mli
+++ b/cparser/Cutil.mli
@@ -243,6 +243,8 @@ val valid_array_size: Env.t -> typ -> int64 -> bool
(* Test whether the array size fits in half of the address space *)
val is_volatile_variable: Env.t -> exp -> bool
(* Test whether the expression is an access to a volatile variable *)
+val is_bitfield: Env.t -> exp -> bool
+ (* Test whether the expression is a bit-field *)
(* Constructors *)