c_src: update Makefile to compile on MacOSX
[nit.git] / c_src / phase.sep.0.h
1 #include "nit.common.h"
2 extern const int COLOR_phase__ToolContext___64dphases;
3 val* phase__ToolContext__phases(val* self);
4 void phase__ToolContext__phases_61d(val* self, val* p0);
5 extern const int COLOR_phase__ToolContext__phases;
6 extern const int COLOR_array__Collection__to_a;
7 extern const int COLOR_sorter__AbstractSorter__sort;
8 val* phase__ToolContext__phases_list(val* self);
9 extern const int COLOR_time__Object__get_time;
10 val* string__NativeString__to_s_with_length(char* self, long p0);
11 extern const int COLOR_toolcontext__ToolContext__info;
12 extern const int COLOR_phase__ToolContext__phases_list;
13 extern const int COLOR_abstract_collection__Collection__iterator;
14 extern const int COLOR_abstract_collection__Iterator__is_ok;
15 extern const int COLOR_abstract_collection__Iterator__item;
16 extern const int COLOR_string__Object__class_name;
17 val* NEW_array__Array(const struct type* type);
18 extern const struct type type_array__Arraykernel__Object;
19 val* NEW_array__NativeArray(int length, const struct type* type);
20 extern const struct type type_array__NativeArraykernel__Object;
21 extern const int COLOR_array__Array__with_native;
22 extern const int COLOR_string__Object__to_s;
23 extern const int COLOR_abstract_collection__Iterator__next;
24 extern const int COLOR_parser_nodes__ANode__location;
25 extern const int COLOR_location__Location__file;
26 extern const int COLOR_location__SourceFile__filename;
27 extern const int COLOR_phase__Phase__toolcontext;
28 extern const int COLOR_kernel__Object___61d_61d;
29 extern const int COLOR_toolcontext__ToolContext__error_count;
30 extern const int COLOR_phase__Phase__process_nmodule;
31 extern const int COLOR_toolcontext__ToolContext__check_errors;
32 extern const int COLOR_parser_nodes__AModule__n_classdefs;
33 extern const int COLOR_phase__Phase__process_nclassdef;
34 extern const int COLOR_parser_nodes__AClassdef__n_propdefs;
35 extern const int COLOR_phase__Phase__process_npropdef;
36 val* NEW_phase__AnnotationPhaseVisitor(const struct type* type);
37 extern const struct type type_phase__AnnotationPhaseVisitor;
38 extern const int COLOR_phase__AnnotationPhaseVisitor__init;
39 extern const int COLOR_parser_nodes__Visitor__enter_visit;
40 val* BOX_kernel__Int(long);
41 void phase__ToolContext__run_phases(val* self, val* p0);
42 extern const int COLOR_phase__AnnotationPhaseVisitor___64dphase;
43 val* phase__AnnotationPhaseVisitor__phase(val* self);
44 void phase__AnnotationPhaseVisitor__phase_61d(val* self, val* p0);
45 extern const int COLOR_parser_nodes__Visitor__init;
46 extern const int COLOR_phase__AnnotationPhaseVisitor__phase_61d;
47 void phase__AnnotationPhaseVisitor__init(val* self, val* p0);
48 extern const int COLOR_parser_nodes__ANode__visit_all;
49 extern const struct type type_parser_nodes__AAnnotation;
50 extern const int COLOR_phase__AnnotationPhaseVisitor__phase;
51 extern const int COLOR_parser_nodes__ANode__parent;
52 extern const int COLOR_phase__Phase__process_annotated_node;
53 void phase__AnnotationPhaseVisitor__visit(val* self, val* p0);
54 extern const int COLOR_phase__Phase___64dtoolcontext;
55 val* phase__Phase__toolcontext(val* self);
56 void phase__Phase__toolcontext_61d(val* self, val* p0);
57 extern const int COLOR_phase__Phase___64din_hierarchy;
58 val* phase__Phase__in_hierarchy(val* self);
59 void phase__Phase__in_hierarchy_61d(val* self, val* p0);
60 extern const int COLOR_phase__Phase__toolcontext_61d;
61 extern const int COLOR_poset__POSet__add_node;
62 extern const int COLOR_phase__Phase__in_hierarchy_61d;
63 extern const int COLOR_poset__POSet__add_edge;
64 void phase__Phase__init(val* self, val* p0, val* p1);
65 void phase__Phase__process_nmodule(val* self, val* p0);
66 void phase__Phase__process_nclassdef(val* self, val* p0);
67 void phase__Phase__process_npropdef(val* self, val* p0);
68 void phase__Phase__process_annotated_node(val* self, val* p0, val* p1);