Makefile: clean the clean recipes
[nit.git] / c_src / phase.sep.0.h
1 #include "nit.common.h"
2 #define COLOR_phase__ToolContext___phases 21
3 #define COLOR_phase__ToolContext___opt_disable_phase 22
4 #define COLOR_phase__ToolContext__init 129
5 #define COLOR_toolcontext__ToolContext___option_context 5
6 val* NEW_array__Array(const struct type* type);
7 extern const struct type type_array__Arrayopts__Option;
8 val* NEW_array__NativeArray(int length, const struct type* type);
9 extern const struct type type_array__NativeArrayopts__Option;
10 #define COLOR_array__Array__with_native 65
11 void opts__OptionContext__add_option(val* self, val* p0);
12 void phase__ToolContext__init(val* self);
13 #define COLOR_phase__ToolContext__process_options 128
14 #define COLOR_opts__Option___value 6
15 val* array__AbstractArrayRead__iterator(val* self);
16 short int array__ArrayIterator__is_ok(val* self);
17 val* array__ArrayIterator__item(val* self);
18 val* string__NativeString__to_s_with_length(char* self, long p0);
19 short int string__FlatString___61d_61d(val* self, val* p0);
20 val* phase__ToolContext__phases_list(val* self);
21 #define COLOR_abstract_collection__Collection__iterator 29
22 #define COLOR_abstract_collection__Iterator__is_ok 31
23 #define COLOR_abstract_collection__Iterator__item 29
24 #define COLOR_phase__Phase___in_hierarchy 1
25 val* poset__POSetElement__direct_greaters(val* self);
26 #define COLOR_abstract_collection__Collection__is_empty 30
27 void file__Object__print(val* self, val* p0);
28 val* string__Collection__join(val* self, val* p0);
29 extern const struct type type_array__Arraykernel__Object;
30 extern const struct type type_array__NativeArraykernel__Object;
31 #define COLOR_string__Object__to_s 7
32 #define COLOR_abstract_collection__Iterator__next 30
33 val* poset__POSet__iterator(val* self);
34 val* phase__Phase__to_s(val* self);
35 #define COLOR_kernel__Object___61d_61d 2
36 #define COLOR_phase__Phase___disabled 2
37 void toolcontext__ToolContext__fatal_error(val* self, val* p0, val* p1);
38 void array__ArrayIterator__next(val* self);
39 void phase__ToolContext__process_options(val* self, val* p0);
40 val* array__Collection__to_a(val* self);
41 void sorter__Comparator__sort(val* self, val* p0);
42 #include "time_nit.h"
43 void toolcontext__ToolContext__info(val* self, val* p0, long p1);
44 val* parser_nodes__ANode__location(val* self);
45 #define COLOR_location__Location___file 0
46 #define COLOR_location__SourceFile___filename 0
47 #define COLOR_phase__Phase___toolcontext 0
48 #define COLOR_toolcontext__ToolContext___error_count 0
49 #define COLOR_phase__Phase__process_nmodule 36
50 void toolcontext__ToolContext__check_errors(val* self);
51 #define COLOR_parser_nodes__AModule___n_classdefs 7
52 val* parser_nodes__ANodes__iterator(val* self);
53 #define COLOR_parser_nodes__AClassdef___n_propdefs 4
54 #define COLOR_phase__Phase__process_npropdef 38
55 val* NEW_phase__AnnotationPhaseVisitor(const struct type* type);
56 extern const struct type type_phase__AnnotationPhaseVisitor;
57 void phase__AnnotationPhaseVisitor__init(val* self, val* p0);
58 void parser_nodes__Visitor__enter_visit(val* self, val* p0);
59 extern const struct type type_kernel__Int;
60 val* BOX_kernel__Int(long);
61 void phase__ToolContext__run_phases(val* self, val* p0);
62 #define COLOR_phase__AnnotationPhaseVisitor___phase 1
63 #define COLOR_parser_nodes__ANode__visit_all 37
64 extern const struct type type_parser_nodes__AAnnotation;
65 #define COLOR_parser_nodes__ANode___parent 1
66 #define COLOR_phase__Phase__process_annotated_node 39
67 void phase__AnnotationPhaseVisitor__visit(val* self, val* p0);
68 val* poset__POSet__add_node(val* self, val* p0);
69 void poset__POSet__add_edge(val* self, val* p0, val* p1);
70 void phase__Phase__init(val* self, val* p0, val* p1);
71 val* string__Object__class_name(val* self);
72 val* file__String__strip_extension(val* self, val* p0);
73 val* string__FlatString__to_lower(val* self);