The Smallfoot Intermediate Language: Constants
type t
=
| Cint of InferIR.IntLit.t | (** integer constants *) |
| Cfun of InferIR.Typ.Procname.t | (** function names *) |
| Cstr of string | (** string constants *) |
| Cfloat of float | (** float constants *) |
| Cclass of InferIR.Ident.name | (** class constant *) |
Constants
val iszero_int_float : t ‑> bool
val isone_int_float : t ‑> bool
val isminusone_int_float : t ‑> bool