nitg-s: cleaned useless ClassColoring uses
[nit.git] / c_src / global___reachable_method_analysis._sep.h
1 /* This C header file is generated by NIT to compile modules and programs that requires ./global/reachable_method_analysis. */
2 #ifndef global___reachable_method_analysis_sep
3 #define global___reachable_method_analysis_sep
4 #include "program._sep.h"
5 #include <nit_common.h>
6
7 extern const classtable_elt_t VFT_global___reachable_method_analysis___ReachableMethodAnalysis[];
8
9 extern const classtable_elt_t VFT_global___reachable_method_analysis___DefaultReachableMethodAnalysis[];
10 extern const char *LOCATE_global___reachable_method_analysis;
11 extern const int SFT_global___reachable_method_analysis[];
12 #define ATTR_global___reachable_method_analysis___Program____rma(recv) ATTR(recv, (SFT_global___reachable_method_analysis[0] + 0))
13 #define CALL_global___reachable_method_analysis___Program___rma(recv) ((global___reachable_method_analysis___Program___rma_t)CALL((recv), (SFT_global___reachable_method_analysis[1] + 0)))
14 #define CALL_global___reachable_method_analysis___Program___rma__eq(recv) ((global___reachable_method_analysis___Program___rma__eq_t)CALL((recv), (SFT_global___reachable_method_analysis[1] + 1)))
15 #define CALL_global___reachable_method_analysis___Program___dump_reachable_methods(recv) ((global___reachable_method_analysis___Program___dump_reachable_methods_t)CALL((recv), (SFT_global___reachable_method_analysis[1] + 2)))
16 #define CALL_global___reachable_method_analysis___Program___dump_unreachable_methods(recv) ((global___reachable_method_analysis___Program___dump_unreachable_methods_t)CALL((recv), (SFT_global___reachable_method_analysis[1] + 3)))
17 #define ID_global___reachable_method_analysis___ReachableMethodAnalysis (SFT_global___reachable_method_analysis[2])
18 #define COLOR_global___reachable_method_analysis___ReachableMethodAnalysis (SFT_global___reachable_method_analysis[3])
19 #define INIT_TABLE_POS_global___reachable_method_analysis___ReachableMethodAnalysis (SFT_global___reachable_method_analysis[4] + 0)
20 #define CALL_global___reachable_method_analysis___ReachableMethodAnalysis___is_iroutine_reachable(recv) ((global___reachable_method_analysis___ReachableMethodAnalysis___is_iroutine_reachable_t)CALL((recv), (SFT_global___reachable_method_analysis[4] + 1)))
21 #define CALL_global___reachable_method_analysis___ReachableMethodAnalysis___is_method_reachable(recv) ((global___reachable_method_analysis___ReachableMethodAnalysis___is_method_reachable_t)CALL((recv), (SFT_global___reachable_method_analysis[4] + 2)))
22 #define ID_global___reachable_method_analysis___DefaultReachableMethodAnalysis (SFT_global___reachable_method_analysis[5])
23 #define COLOR_global___reachable_method_analysis___DefaultReachableMethodAnalysis (SFT_global___reachable_method_analysis[6])
24 #define INIT_TABLE_POS_global___reachable_method_analysis___DefaultReachableMethodAnalysis (SFT_global___reachable_method_analysis[7] + 0)
25 #define CALL_global___reachable_method_analysis___DefaultReachableMethodAnalysis___init(recv) ((global___reachable_method_analysis___DefaultReachableMethodAnalysis___init_t)CALL((recv), (SFT_global___reachable_method_analysis[7] + 1)))
26 static const char * const LOCATE_global___reachable_method_analysis___Program___rma = "reachable_method_analysis::Program::rma";
27 val_t global___reachable_method_analysis___Program___rma(val_t p0);
28 typedef val_t (*global___reachable_method_analysis___Program___rma_t)(val_t p0);
29 static const char * const LOCATE_global___reachable_method_analysis___Program___rma__eq = "reachable_method_analysis::Program::rma=";
30 void global___reachable_method_analysis___Program___rma__eq(val_t p0, val_t p1);
31 typedef void (*global___reachable_method_analysis___Program___rma__eq_t)(val_t p0, val_t p1);
32 static const char * const LOCATE_global___reachable_method_analysis___Program___dump_reachable_methods = "reachable_method_analysis::Program::dump_reachable_methods";
33 void global___reachable_method_analysis___Program___dump_reachable_methods(val_t p0, val_t p1, val_t p2);
34 typedef void (*global___reachable_method_analysis___Program___dump_reachable_methods_t)(val_t p0, val_t p1, val_t p2);
35 void OC_global___reachable_method_analysis___Program___dump_reachable_methods_5(struct stack_frame_t *closctx, val_t p0);
36 typedef void (*OC_global___reachable_method_analysis___Program___dump_reachable_methods_5_t)(struct stack_frame_t *closctx, val_t p0);
37 static const char * const LOCATE_global___reachable_method_analysis___Program___dump_unreachable_methods = "reachable_method_analysis::Program::dump_unreachable_methods";
38 void global___reachable_method_analysis___Program___dump_unreachable_methods(val_t p0, val_t p1, val_t p2);
39 typedef void (*global___reachable_method_analysis___Program___dump_unreachable_methods_t)(val_t p0, val_t p1, val_t p2);
40 void OC_global___reachable_method_analysis___Program___dump_unreachable_methods_5(struct stack_frame_t *closctx, val_t p0);
41 typedef void (*OC_global___reachable_method_analysis___Program___dump_unreachable_methods_5_t)(struct stack_frame_t *closctx, val_t p0);
42 val_t NEW_Program_program___Program___init(val_t p0, val_t p1);
43 static const char * const LOCATE_global___reachable_method_analysis___ReachableMethodAnalysis___is_iroutine_reachable = "reachable_method_analysis::ReachableMethodAnalysis::is_iroutine_reachable";
44 val_t global___reachable_method_analysis___ReachableMethodAnalysis___is_iroutine_reachable(val_t p0, val_t p1);
45 typedef val_t (*global___reachable_method_analysis___ReachableMethodAnalysis___is_iroutine_reachable_t)(val_t p0, val_t p1);
46 static const char * const LOCATE_global___reachable_method_analysis___ReachableMethodAnalysis___is_method_reachable = "reachable_method_analysis::ReachableMethodAnalysis::is_method_reachable";
47 val_t global___reachable_method_analysis___ReachableMethodAnalysis___is_method_reachable(val_t p0, val_t p1);
48 typedef val_t (*global___reachable_method_analysis___ReachableMethodAnalysis___is_method_reachable_t)(val_t p0, val_t p1);
49 static const char * const LOCATE_global___reachable_method_analysis___DefaultReachableMethodAnalysis___is_iroutine_reachable = "reachable_method_analysis::DefaultReachableMethodAnalysis::(reachable_method_analysis::ReachableMethodAnalysis::is_iroutine_reachable)";
50 val_t global___reachable_method_analysis___DefaultReachableMethodAnalysis___is_iroutine_reachable(val_t p0, val_t p1);
51 typedef val_t (*global___reachable_method_analysis___DefaultReachableMethodAnalysis___is_iroutine_reachable_t)(val_t p0, val_t p1);
52 static const char * const LOCATE_global___reachable_method_analysis___DefaultReachableMethodAnalysis___is_method_reachable = "reachable_method_analysis::DefaultReachableMethodAnalysis::(reachable_method_analysis::ReachableMethodAnalysis::is_method_reachable)";
53 val_t global___reachable_method_analysis___DefaultReachableMethodAnalysis___is_method_reachable(val_t p0, val_t p1);
54 typedef val_t (*global___reachable_method_analysis___DefaultReachableMethodAnalysis___is_method_reachable_t)(val_t p0, val_t p1);
55 static const char * const LOCATE_global___reachable_method_analysis___DefaultReachableMethodAnalysis___init = "reachable_method_analysis::DefaultReachableMethodAnalysis::init";
56 void global___reachable_method_analysis___DefaultReachableMethodAnalysis___init(val_t p0, int* init_table);
57 typedef void (*global___reachable_method_analysis___DefaultReachableMethodAnalysis___init_t)(val_t p0, int* init_table);
58 val_t NEW_DefaultReachableMethodAnalysis_global___reachable_method_analysis___DefaultReachableMethodAnalysis___init();
59 #endif