47
47
val vk_args_splitted : visitor_c -> (argument, il) Common.either list -> unit
48
48
val vk_param : visitor_c -> parameterType -> unit
49
49
val vk_param_list : visitor_c -> parameterType wrap2 list -> unit
50
val vk_params_splitted :
50
val vk_params_splitted :
51
51
visitor_c -> (parameterType, il) Common.either list -> unit
53
53
val vk_struct_fields : visitor_c -> field list -> unit
56
56
val vk_cst : visitor_c -> ((constant, string) Common.either wrap) -> unit
58
val vk_define_params_splitted :
58
val vk_define_params_splitted :
59
59
visitor_c -> (string Ast_c.wrap, il) Common.either list -> unit
76
76
kcppdirective_s : (cpp_directive inout * visitor_c_s) -> cpp_directive inout;
77
77
kdefineval_s : (define_val inout * visitor_c_s) -> define_val inout;
78
78
kstatementseq_s: (statement_sequencable inout * visitor_c_s) -> statement_sequencable inout;
80
80
(statement_sequencable list inout * visitor_c_s) -> statement_sequencable list inout;
83
83
Control_flow_c.node inout * visitor_c_s -> Control_flow_c.node inout;
84
84
ktoplevel_s : toplevel inout * visitor_c_s -> toplevel inout;
102
102
val vk_node_s : visitor_c_s -> Control_flow_c.node -> Control_flow_c.node
103
103
val vk_program_s : visitor_c_s -> program -> program
107
107
argument wrap2 list -> argument wrap2 list
109
val vk_args_splitted_s :
111
(argument, il) Common.either list ->
109
val vk_args_splitted_s :
111
(argument, il) Common.either list ->
112
112
(argument, il) Common.either list
116
116
parameterType wrap2 list -> parameterType wrap2 list
118
val vk_params_splitted_s :
120
(parameterType, il) Common.either list ->
118
val vk_params_splitted_s :
120
(parameterType, il) Common.either list ->
121
121
(parameterType, il) Common.either list
125
125
val vk_param_s : visitor_c_s -> parameterType -> parameterType
127
val vk_define_params_splitted_s :
129
(string Ast_c.wrap, il) Common.either list ->
127
val vk_define_params_splitted_s :
129
(string Ast_c.wrap, il) Common.either list ->
130
130
(string Ast_c.wrap, il) Common.either list
132
132
val vk_struct_fields_s : visitor_c_s -> field list -> field list
134
val vk_cst_s : visitor_c_s -> ((constant, string) Common.either wrap) inout
134
val vk_cst_s : visitor_c_s -> ((constant, string) Common.either wrap) inout