Module IR.Const
type t
=
|
Cint of IntLit.t
integer constants
|
Cfun of Procname.t
function names
|
Cstr of string
string constants
|
Cfloat of float
float constants
|
Cclass of Ident.name
class constant
Constants
val equal : t -> t -> bool
val kind_equal : t -> t -> bool
Return true if the constants have the same kind (both integers, ...)
val pp : IStdlib.Pp.env -> F.formatter -> t -> unit
Pretty print a const