c_src: update for kill is
[nit.git] / c_src / flow.sep.0.h
1 #include "nit.common.h"
2 extern const int COLOR_flow__ToolContext___64dflow_phase;
3 val* flow__ToolContext__flow_phase(val* self);
4 void flow__ToolContext__flow_phase_61d(val* self, val* p0);
5 extern const int COLOR_phase__Phase__toolcontext;
6 extern const int COLOR_flow__APropdef__do_flow;
7 void flow__FlowPhase__process_npropdef(val* self, val* p0);
8 extern const int COLOR_flow__FlowVisitor___64dcurrent_flow_context;
9 val* flow__FlowVisitor__current_flow_context(val* self);
10 void flow__FlowVisitor__current_flow_context_61d(val* self, val* p0);
11 extern const int COLOR_flow__FlowVisitor___64dtoolcontext;
12 val* flow__FlowVisitor__toolcontext(val* self);
13 void flow__FlowVisitor__toolcontext_61d(val* self, val* p0);
14 extern const int COLOR_parser_nodes__Visitor__init;
15 extern const int COLOR_flow__FlowVisitor__toolcontext_61d;
16 val* NEW_flow__FlowContext(const struct type* type);
17 extern const struct type type_flow__FlowContext;
18 extern const int COLOR_flow__FlowContext__init;
19 void CHECK_NEW_flow__FlowContext(val*);
20 extern const int COLOR_flow__FlowVisitor__current_flow_context_61d;
21 extern const int COLOR_flow__FlowVisitor__flows;
22 extern const int COLOR_flow__FlowVisitor__current_flow_context;
23 extern const int COLOR_abstract_collection__SimpleCollection__add;
24 extern const int COLOR_flow__FlowContext__is_start_61d;
25 void flow__FlowVisitor__init(val* self, val* p0);
26 extern const int COLOR_flow__FlowVisitor___64dfirst;
27 val* flow__FlowVisitor__first(val* self);
28 void flow__FlowVisitor__first_61d(val* self, val* p0);
29 extern const int COLOR_flow__FlowVisitor__first;
30 extern const int COLOR_flow__FlowVisitor__first_61d;
31 extern const int COLOR_flow__FlowContext__node;
32 extern const int COLOR_flow__FlowContext__node_61d;
33 extern const int COLOR_flow__ANode__accept_flow_visitor;
34 extern const struct type type_parser_nodes__AExpr;
35 extern const int COLOR_flow__AExpr__after_flow_context_61d;
36 extern const int COLOR_flow__FlowContext__when_true;
37 extern const int COLOR_kernel__Object___33d_61d;
38 extern const int COLOR_flow__FlowContext__when_false;
39 extern const int COLOR_flow__FlowVisitor__make_sub_flow;
40 val* string__NativeString__to_s_with_length(char* self, long p0);
41 extern const int COLOR_flow__FlowContext__name_61d;
42 extern const int COLOR_kernel__Object___61d_61d;
43 void flow__FlowVisitor__visit(val* self, val* p0);
44 extern const int COLOR_parser_nodes__Visitor__enter_visit;
45 extern const int COLOR_flow__AExpr__after_flow_context;
46 val* flow__FlowVisitor__visit_expr(val* self, val* p0);
47 extern const int COLOR_flow__FlowVisitor___64dflows;
48 val* flow__FlowVisitor__flows(val* self);
49 void flow__FlowVisitor__flows_61d(val* self, val* p0);
50 val* NEW_file__OFStream(const struct type* type);
51 extern const struct type type_file__OFStream;
52 extern const int COLOR_file__OFStream__open;
53 void CHECK_NEW_file__OFStream(val*);
54 extern const int COLOR_stream__OStream__write;
55 extern const int COLOR_abstract_collection__Collection__iterator;
56 extern const int COLOR_abstract_collection__Iterator__is_ok;
57 extern const int COLOR_abstract_collection__Iterator__item;
58 val* NEW_array__Array(const struct type* type);
59 extern const struct type type_array__Arraykernel__Object;
60 extern const int COLOR_array__Array__with_capacity;
61 void CHECK_NEW_array__Array(val*);
62 extern const int COLOR_kernel__Object__object_id;
63 extern const int COLOR_string__Object__to_s;
64 extern const int COLOR_parser_nodes__ANode__location;
65 extern const int COLOR_string__Object__class_name;
66 extern const int COLOR_flow__FlowContext__name;
67 val* NEW_array__NativeArray(int length, const struct type* type);
68 extern const struct type type_array__NativeArraykernel__Object;
69 extern const int COLOR_array__Array__with_native;
70 extern const int COLOR_flow__FlowContext__previous;
71 extern const int COLOR_abstract_collection__Iterator__next;
72 extern const int COLOR_stream__IOS__close;
73 void flow__FlowVisitor__printflow(val* self);
74 extern const int COLOR_parser_nodes__Visitor__current_node;
75 extern const int COLOR_flow__FlowContext__add_previous;
76 val* flow__FlowVisitor__make_sub_flow(val* self);
77 val* flow__FlowVisitor__make_merge_flow(val* self, val* p0, val* p1);
78 extern const int COLOR_flow__FlowContext__when_true_61d;
79 extern const int COLOR_flow__FlowContext__when_false_61d;
80 val* flow__FlowVisitor__make_true_false_flow(val* self, val* p0, val* p1);
81 extern const int COLOR_flow__FlowVisitor__make_true_false_flow;
82 val* flow__FlowVisitor__make_sub_true_false_flow(val* self);
83 extern const int COLOR_flow__FlowContext__is_marked_unreachable_61d;
84 val* flow__FlowVisitor__make_unreachable_flow(val* self);
85 extern const int COLOR_scope__EscapeMark__continues;
86 extern const int COLOR_flow__AContinueExpr__before_flow_context;
87 extern const int COLOR_flow__FlowContext__add_loop;
88 void flow__FlowVisitor__merge_continues_to(val* self, val* p0, val* p1);
89 extern const int COLOR_scope__EscapeMark__breaks;
90 extern const int COLOR_flow__ABreakExpr__before_flow_context;
91 extern const int COLOR_flow__FlowVisitor__make_merge_flow;
92 void flow__FlowVisitor__merge_breaks(val* self, val* p0);
93 extern const int COLOR_flow__FlowContext___64dprevious;
94 val* flow__FlowContext__previous(val* self);
95 void flow__FlowContext__previous_61d(val* self, val* p0);
96 extern const int COLOR_flow__FlowContext___64dloops;
97 val* flow__FlowContext__loops(val* self);
98 void flow__FlowContext__loops_61d(val* self, val* p0);
99 extern const int COLOR_flow__FlowContext___64dis_marked_unreachable;
100 short int flow__FlowContext__is_marked_unreachable(val* self);
101 void flow__FlowContext__is_marked_unreachable_61d(val* self, short int p0);
102 extern const int COLOR_flow__FlowContext__is_marked_unreachable;
103 extern const int COLOR_flow__FlowContext__is_start;
104 extern const int COLOR_abstract_collection__Collection__length;
105 short int flow__FlowContext__is_unreachable(val* self);
106 extern const int COLOR_flow__FlowContext___64dis_already_unreachable;
107 short int flow__FlowContext__is_already_unreachable(val* self);
108 void flow__FlowContext__is_already_unreachable_61d(val* self, short int p0);
109 extern const int COLOR_flow__FlowContext___64dis_start;
110 short int flow__FlowContext__is_start(val* self);
111 void flow__FlowContext__is_start_61d(val* self, short int p0);
112 extern const int COLOR_flow__FlowContext___64dnode;
113 val* flow__FlowContext__node(val* self);
114 void flow__FlowContext__node_61d(val* self, val* p0);
115 extern const int COLOR_flow__FlowContext___64dname;
116 val* flow__FlowContext__name(val* self);
117 void flow__FlowContext__name_61d(val* self, val* p0);
118 extern const int COLOR_flow__FlowContext___64dwhen_true;
119 val* flow__FlowContext__when_true(val* self);
120 void flow__FlowContext__when_true_61d(val* self, val* p0);
121 extern const int COLOR_flow__FlowContext___64dwhen_false;
122 val* flow__FlowContext__when_false(val* self);
123 void flow__FlowContext__when_false_61d(val* self, val* p0);
124 extern const int COLOR_flow__FlowContext__is_unreachable;
125 extern const int COLOR_abstract_collection__Collection__has;
126 void flow__FlowContext__add_previous(val* self, val* p0);
127 extern const int COLOR_flow__FlowContext__loops;
128 void flow__FlowContext__add_loop(val* self, val* p0);
129 void flow__FlowContext__init(val* self);
130 extern const int COLOR_parser_nodes__ANode__visit_all;
131 void flow__ANode__accept_flow_visitor(val* self, val* p0);
132 val* NEW_flow__FlowVisitor(const struct type* type);
133 extern const struct type type_flow__FlowVisitor;
134 extern const int COLOR_flow__FlowVisitor__init;
135 void CHECK_NEW_flow__FlowVisitor(val*);
136 void flow__APropdef__do_flow(val* self, val* p0);
137 extern const int COLOR_flow__APropdef___64dbefore_flow_context;
138 val* flow__APropdef__before_flow_context(val* self);
139 void flow__APropdef__before_flow_context_61d(val* self, val* p0);
140 extern const int COLOR_flow__APropdef___64dafter_flow_context;
141 val* flow__APropdef__after_flow_context(val* self);
142 void flow__APropdef__after_flow_context_61d(val* self, val* p0);
143 extern const int COLOR_flow__APropdef__before_flow_context_61d;
144 extern const int COLOR_flow__APropdef__accept_flow_visitor;
145 extern const int COLOR_flow__APropdef__after_flow_context_61d;
146 void flow__APropdef__accept_flow_visitor(val* self, val* p0);
147 extern const int COLOR_flow__AExpr___64dafter_flow_context;
148 val* flow__AExpr__after_flow_context(val* self);
149 void flow__AExpr__after_flow_context_61d(val* self, val* p0);
150 extern const int COLOR_flow__AVarAssignExpr__accept_flow_visitor;
151 void flow__AVarAssignExpr__accept_flow_visitor(val* self, val* p0);
152 extern const int COLOR_flow__AReassignFormExpr__accept_flow_visitor;
153 void flow__AReassignFormExpr__accept_flow_visitor(val* self, val* p0);
154 extern const int COLOR_parser_nodes__ABlockExpr__n_expr;
155 extern const int COLOR_flow__FlowContext__is_already_unreachable;
156 extern const int COLOR_flow__FlowContext__is_already_unreachable_61d;
157 extern const int COLOR_flow__FlowVisitor__toolcontext;
158 extern const int COLOR_parser_nodes__ANode__hot_location;
159 extern const int COLOR_toolcontext__ToolContext__error;
160 void flow__ABlockExpr__accept_flow_visitor(val* self, val* p0);
161 extern const int COLOR_flow__AReturnExpr__accept_flow_visitor;
162 extern const int COLOR_flow__FlowVisitor__make_unreachable_flow;
163 void flow__AReturnExpr__accept_flow_visitor(val* self, val* p0);
164 extern const int COLOR_abstract_collection__Collection__first;
165 val* flow__AContinueExpr__before_flow_context(val* self);
166 extern const int COLOR_flow__AContinueExpr__accept_flow_visitor;
167 void flow__AContinueExpr__accept_flow_visitor(val* self, val* p0);
168 val* flow__ABreakExpr__before_flow_context(val* self);
169 extern const int COLOR_flow__ABreakExpr__accept_flow_visitor;
170 void flow__ABreakExpr__accept_flow_visitor(val* self, val* p0);
171 extern const int COLOR_flow__AAbortExpr__accept_flow_visitor;
172 void flow__AAbortExpr__accept_flow_visitor(val* self, val* p0);
173 extern const int COLOR_flow__ADoExpr__accept_flow_visitor;
174 extern const int COLOR_scope__ADoExpr__escapemark;
175 extern const int COLOR_flow__FlowVisitor__merge_breaks;
176 void flow__ADoExpr__accept_flow_visitor(val* self, val* p0);
177 extern const int COLOR_parser_nodes__AIfExpr__n_expr;
178 extern const int COLOR_flow__FlowVisitor__visit_expr;
179 extern const int COLOR_parser_nodes__AIfExpr__n_then;
180 extern const int COLOR_parser_nodes__AIfExpr__n_else;
181 void flow__AIfExpr__accept_flow_visitor(val* self, val* p0);
182 extern const int COLOR_parser_nodes__AIfexprExpr__n_expr;
183 extern const int COLOR_parser_nodes__AIfexprExpr__n_then;
184 extern const int COLOR_parser_nodes__AIfexprExpr__n_else;
185 void flow__AIfexprExpr__accept_flow_visitor(val* self, val* p0);
186 extern const int COLOR_parser_nodes__AWhileExpr__n_expr;
187 extern const int COLOR_parser_nodes__AWhileExpr__n_block;
188 extern const int COLOR_scope__AWhileExpr__escapemark;
189 extern const int COLOR_flow__FlowVisitor__merge_continues_to;
190 void flow__AWhileExpr__accept_flow_visitor(val* self, val* p0);
191 extern const int COLOR_parser_nodes__ALoopExpr__n_block;
192 extern const int COLOR_scope__ALoopExpr__escapemark;
193 void flow__ALoopExpr__accept_flow_visitor(val* self, val* p0);
194 extern const int COLOR_parser_nodes__AForExpr__n_expr;
195 extern const int COLOR_parser_nodes__AForExpr__n_block;
196 extern const int COLOR_scope__AForExpr__escapemark;
197 void flow__AForExpr__accept_flow_visitor(val* self, val* p0);
198 extern const int COLOR_parser_nodes__AAssertExpr__n_expr;
199 extern const int COLOR_parser_nodes__AAssertExpr__n_else;
200 void flow__AAssertExpr__accept_flow_visitor(val* self, val* p0);
201 extern const int COLOR_parser_nodes__AOrExpr__n_expr;
202 extern const int COLOR_parser_nodes__AOrExpr__n_expr2;
203 void flow__AOrExpr__accept_flow_visitor(val* self, val* p0);
204 extern const int COLOR_parser_nodes__AImpliesExpr__n_expr;
205 extern const int COLOR_parser_nodes__AImpliesExpr__n_expr2;
206 void flow__AImpliesExpr__accept_flow_visitor(val* self, val* p0);
207 extern const int COLOR_parser_nodes__AAndExpr__n_expr;
208 extern const int COLOR_parser_nodes__AAndExpr__n_expr2;
209 void flow__AAndExpr__accept_flow_visitor(val* self, val* p0);
210 extern const int COLOR_parser_nodes__ANotExpr__n_expr;
211 void flow__ANotExpr__accept_flow_visitor(val* self, val* p0);
212 extern const int COLOR_flow__AOrElseExpr__accept_flow_visitor;
213 void flow__AOrElseExpr__accept_flow_visitor(val* self, val* p0);
214 extern const int COLOR_flow__AEqExpr__accept_flow_visitor;
215 extern const int COLOR_flow__FlowVisitor__make_sub_true_false_flow;
216 void flow__AEqExpr__accept_flow_visitor(val* self, val* p0);
217 extern const int COLOR_flow__ANeExpr__accept_flow_visitor;
218 void flow__ANeExpr__accept_flow_visitor(val* self, val* p0);
219 extern const int COLOR_flow__AIsaExpr__accept_flow_visitor;
220 void flow__AIsaExpr__accept_flow_visitor(val* self, val* p0);
221 extern const int COLOR_parser_nodes__AProxyExpr__n_expr;
222 void flow__AProxyExpr__accept_flow_visitor(val* self, val* p0);