nitc: fix calling extern constructors from extern code in separate compiler
[nit.git] / c_src / mixin.sep.0.h
1 #include "nit.common.h"
2 #define COLOR_mixin__ToolContext___opt_mixins 36
3 #define COLOR_mixin__ToolContext___opt_defines 37
4 #define COLOR_mixin__ToolContext__init 143
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 74
11 void opts__OptionContext__add_option(val* self, val* p0);
12 void mixin__ToolContext__init(val* self);
13 #define COLOR_opts__Option___value 6
14 short int array__AbstractArrayRead__is_empty(val* self);
15 val* modelbuilder__ToolContext__modelbuilder(val* self);
16 val* modelbuilder__ModelBuilder__parse(val* self, val* p0);
17 void abstract_collection__SimpleCollection__add_all(val* self, val* p0);
18 void modelbuilder__ModelBuilder__run_phases(val* self);
19 #define COLOR_mixin__ToolContext__make_main_module 138
20 #define COLOR_mmodule__MModule___location 5
21 #define COLOR_mmodule__MModule___model 2
22 val* abstract_collection__SequenceRead__first(val* self);
23 val* NEW_mmodule__MModule(const struct type* type);
24 extern const struct type type_mmodule__MModule;
25 #define COLOR_mmodule__MModule___name 4
26 val* string__NativeString__to_s_with_length(char* self, long p0);
27 val* string__FlatString___43d(val* self, val* p0);
28 void mmodule__MModule__init(val* self, val* p0, val* p1, val* p2, val* p3);
29 void mmodule__MModule__set_imported_mmodules(val* self, val* p0);
30 #define COLOR_mmodule__MModule___is_fictive 11
31 val* model__MModule__object_type(val* self);
32 val* NEW_model__MClassDef(const struct type* type);
33 extern const struct type type_model__MClassDef;
34 void model__MClassDef__init(val* self, val* p0, val* p1, val* p2);
35 void model__MClassDef__add_in_hierarchy(val* self);
36 val* array__AbstractArrayRead__iterator(val* self);
37 short int array__ArrayIterator__is_ok(val* self);
38 val* array__ArrayIterator__item(val* self);
39 val* BOX_kernel__Char(char);
40 val* string_search__Text__split_once_on(val* self, val* p0);
41 #define COLOR_array__AbstractArrayRead___length 0
42 extern const struct type type_kernel__Int;
43 val* array__Array___91d_93d(val* self, long p0);
44 #define COLOR_model__MClassType___mclass 4
45 val* model__MModule__try_get_primitive_method(val* self, val* p0, val* p1);
46 extern const struct type type_array__Arraykernel__Object;
47 extern const struct type type_array__NativeArraykernel__Object;
48 #define COLOR_string__Object__to_s 9
49 void toolcontext__ToolContext__error(val* self, val* p0, val* p1);
50 #define COLOR_model__MProperty___intro 6
51 #define COLOR_model__MMethodDef___msignature 8
52 #define COLOR_model__MSignature___return_mtype 5
53 short int string__FlatString___61d_61d(val* self, val* p0);
54 val* BOX_kernel__Bool(short int);
55 #define COLOR_kernel__Object___61d_61d 2
56 short int string__Text__is_numeric(val* self);
57 long string__Text__to_i(val* self);
58 val* BOX_kernel__Int(long);
59 val* NEW_model__MMethodDef(const struct type* type);
60 extern const struct type type_model__MMethodDef;
61 void model__MMethodDef__init(val* self, val* p0, val* p1, val* p2);
62 #define COLOR_model__MMethodDef___constant_value 14
63 void array__ArrayIterator__next(val* self);
64 void toolcontext__ToolContext__check_errors(val* self);
65 val* mixin__ToolContext__make_main_module(val* self, val* p0);