Module BufferOverrunUtils.ModelEnv

type model_env = {
pname : InferIR.Typ.Procname.t;
node_hash : int;
location : InferBase.Location.t;
tenv : InferIR.Tenv.t;
integer_type_widths : InferIR.Typ.IntegerWidths.t;
}
val mk_model_env : InferIR.Typ.Procname.t -> node_hash:int -> InferBase.Location.t -> InferIR.Tenv.t -> InferIR.Typ.IntegerWidths.t -> model_env