module Instr: sig .. end
sig
end
type t = Cil_types.kinstr
Cil_types.kinstr
val compare : t -> t -> int
t -> t -> int
val equal : t -> t -> bool
t -> t -> bool
val hash : t -> int
t -> int
val pretty : Format.formatter -> t -> unit
Format.formatter -> t -> unit
val loc : t -> Cil_types.location
t -> Cil_types.location