aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cutil.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-03-23 13:39:27 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2015-03-23 13:39:27 +0100
commit275d7f4091609ae30093a4a83a20a74997229f9c (patch)
treed1982b427dfb3606d99ed1e98b9b9d5f7ef3c5d2 /cparser/Cutil.mli
parent5f10d3ecb0104527adf59d8ff2b74aec89811f23 (diff)
downloadcompcert-kvx-275d7f4091609ae30093a4a83a20a74997229f9c.tar.gz
compcert-kvx-275d7f4091609ae30093a4a83a20a74997229f9c.zip
Added translation fucntion for declarations and fundefinitions.
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 b90dc897..06c66b41 100644
--- a/cparser/Cutil.mli
+++ b/cparser/Cutil.mli
@@ -94,6 +94,8 @@ val incomplete_type : Env.t -> typ -> bool
declared but not defined struct or union, or array type without a size. *)
val sizeof_ikind: ikind -> int
(* Return the size of the given integer kind. *)
+val sizeof_fkind: fkind -> int
+ (* Return the size of the given float kind. *)
val is_signed_ikind: ikind -> bool
(* Return true if the given integer kind is signed, false if unsigned. *)