Module Call.Fields

val names : string list
val args : (t, Bap.Std.word array) Fieldslib.Field.t
val callee : (t, location) Fieldslib.Field.t
val caller : (t, location) Fieldslib.Field.t
val fold : init:'acc__0 -> caller:('acc__0 -> (t, location) Fieldslib.Field.t -> 'acc__1) -> callee:('acc__1 -> (t, location) Fieldslib.Field.t -> 'acc__2) -> args:('acc__2 -> (t, Bap.Std.word array) Fieldslib.Field.t -> 'acc__3) -> 'acc__3
val make_creator : caller: ((t, location) Fieldslib.Field.t -> 'acc__0 -> ('input__ -> location) * 'acc__1) -> callee: ((t, location) Fieldslib.Field.t -> 'acc__1 -> ('input__ -> location) * 'acc__2) -> args: ((t, Bap.Std.word array) Fieldslib.Field.t -> 'acc__2 -> ('input__ -> Bap.Std.word array) * 'acc__3) -> 'acc__0 -> ('input__ -> t) * 'acc__3
val create : caller:location -> callee:location -> args:Bap.Std.word array -> t
val map : caller:((t, location) Fieldslib.Field.t -> location) -> callee:((t, location) Fieldslib.Field.t -> location) -> args:((t, Bap.Std.word array) Fieldslib.Field.t -> Bap.Std.word array) -> t
val iter : caller:((t, location) Fieldslib.Field.t -> unit) -> callee:((t, location) Fieldslib.Field.t -> unit) -> args:((t, Bap.Std.word array) Fieldslib.Field.t -> unit) -> unit
val for_all : caller:((t, location) Fieldslib.Field.t -> bool) -> callee:((t, location) Fieldslib.Field.t -> bool) -> args:((t, Bap.Std.word array) Fieldslib.Field.t -> bool) -> bool
val exists : caller:((t, location) Fieldslib.Field.t -> bool) -> callee:((t, location) Fieldslib.Field.t -> bool) -> args:((t, Bap.Std.word array) Fieldslib.Field.t -> bool) -> bool
val to_list : caller:((t, location) Fieldslib.Field.t -> 'elem__) -> callee:((t, location) Fieldslib.Field.t -> 'elem__) -> args:((t, Bap.Std.word array) Fieldslib.Field.t -> 'elem__) -> 'elem__ list
val map_poly : ([< `Read | `Set_and_create ], t, 'x0) Fieldslib.Field.user -> 'x0 list
module Direct : sig ... end