Module Pulselib.PulseCallEvent

module F = Stdlib.Format
type t =
| Call of IR.Procname.t

known function with summary

| Model of string

hardcoded model

| SkippedKnownCall of IR.Procname.t

known function without summary

| SkippedUnknownCall of IR.Exp.t

couldn't link the expression to a proc name

val compare : t -> t -> int
val equal : t -> t -> bool
val pp : F.formatter -> t -> unit
val describe : F.formatter -> t -> unit