Jasmin.PrintCommonSourcereplace dots & columns by underscores
val pp_gtype :
?w:Wsize.signedness ->
(Format.formatter -> 'size -> unit) ->
Format.formatter ->
'size Prog.gty ->
unitval pp_mem_access :
'expr Utils.pp ->
Format.formatter ->
Memory_model.aligned ->
Wsize.wsize option ->
'expr ->
unitval pp_arr_access :
'var Utils.pp ->
'len Prog.gexpr Utils.pp ->
Format.formatter ->
Memory_model.aligned ->
Warray_.arr_access ->
Wsize.wsize option ->
'var ->
'len Prog.gexpr ->
unitval pp_arr_slice :
'var Utils.pp ->
'len Prog.gexpr Utils.pp ->
'len Utils.pp ->
Format.formatter ->
Warray_.arr_access ->
Wsize.wsize option ->
'var ->
'len Prog.gexpr ->
'len ->
unit