c_src: update
[nit.git] / c_src / reachable_from_init_method_analysis_impl._sep.h
diff --git a/c_src/reachable_from_init_method_analysis_impl._sep.h b/c_src/reachable_from_init_method_analysis_impl._sep.h
new file mode 100644 (file)
index 0000000..305f6b5
--- /dev/null
@@ -0,0 +1,88 @@
+/* This C header file is generated by NIT to compile modules and programs that requires reachable_from_init_method_analysis_impl. */
+#ifndef reachable_from_init_method_analysis_impl_sep
+#define reachable_from_init_method_analysis_impl_sep
+#include "reachable_from_init_method_analysis._sep.h"
+#include <nit_common.h>
+
+extern const classtable_elt_t VFT_RFIMABuilder[];
+
+extern const classtable_elt_t VFT_RFIMAContext[];
+
+extern const classtable_elt_t VFT_RFIMAVisitor[];
+extern const char *LOCATE_reachable_from_init_method_analysis_impl;
+extern const int SFT_reachable_from_init_method_analysis_impl[];
+#define ID_RFIMABuilder (SFT_reachable_from_init_method_analysis_impl[0])
+#define COLOR_RFIMABuilder (SFT_reachable_from_init_method_analysis_impl[1])
+#define ATTR_reachable_from_init_method_analysis_impl___RFIMABuilder____program(recv) ATTR(recv, (SFT_reachable_from_init_method_analysis_impl[2] + 0))
+#define ATTR_reachable_from_init_method_analysis_impl___RFIMABuilder____context(recv) ATTR(recv, (SFT_reachable_from_init_method_analysis_impl[2] + 1))
+#define INIT_TABLE_POS_RFIMABuilder (SFT_reachable_from_init_method_analysis_impl[3] + 0)
+#define CALL_reachable_from_init_method_analysis_impl___RFIMABuilder___program(recv) ((reachable_from_init_method_analysis_impl___RFIMABuilder___program_t)CALL((recv), (SFT_reachable_from_init_method_analysis_impl[3] + 1)))
+#define CALL_reachable_from_init_method_analysis_impl___RFIMABuilder___context(recv) ((reachable_from_init_method_analysis_impl___RFIMABuilder___context_t)CALL((recv), (SFT_reachable_from_init_method_analysis_impl[3] + 2)))
+#define CALL_reachable_from_init_method_analysis_impl___RFIMABuilder___init(recv) ((reachable_from_init_method_analysis_impl___RFIMABuilder___init_t)CALL((recv), (SFT_reachable_from_init_method_analysis_impl[3] + 3)))
+#define CALL_reachable_from_init_method_analysis_impl___RFIMABuilder___work(recv) ((reachable_from_init_method_analysis_impl___RFIMABuilder___work_t)CALL((recv), (SFT_reachable_from_init_method_analysis_impl[3] + 4)))
+#define ID_RFIMAContext (SFT_reachable_from_init_method_analysis_impl[4])
+#define COLOR_RFIMAContext (SFT_reachable_from_init_method_analysis_impl[5])
+#define ATTR_reachable_from_init_method_analysis_impl___RFIMAContext____reachable_from_init_iroutines(recv) ATTR(recv, (SFT_reachable_from_init_method_analysis_impl[6] + 0))
+#define INIT_TABLE_POS_RFIMAContext (SFT_reachable_from_init_method_analysis_impl[7] + 0)
+#define CALL_reachable_from_init_method_analysis_impl___RFIMAContext___reachable_from_init_iroutines(recv) ((reachable_from_init_method_analysis_impl___RFIMAContext___reachable_from_init_iroutines_t)CALL((recv), (SFT_reachable_from_init_method_analysis_impl[7] + 1)))
+#define ID_RFIMAVisitor (SFT_reachable_from_init_method_analysis_impl[8])
+#define COLOR_RFIMAVisitor (SFT_reachable_from_init_method_analysis_impl[9])
+#define ATTR_reachable_from_init_method_analysis_impl___RFIMAVisitor____context(recv) ATTR(recv, (SFT_reachable_from_init_method_analysis_impl[10] + 0))
+#define ATTR_reachable_from_init_method_analysis_impl___RFIMAVisitor____program(recv) ATTR(recv, (SFT_reachable_from_init_method_analysis_impl[10] + 1))
+#define INIT_TABLE_POS_RFIMAVisitor (SFT_reachable_from_init_method_analysis_impl[11] + 0)
+#define CALL_reachable_from_init_method_analysis_impl___RFIMAVisitor___context(recv) ((reachable_from_init_method_analysis_impl___RFIMAVisitor___context_t)CALL((recv), (SFT_reachable_from_init_method_analysis_impl[11] + 1)))
+#define CALL_reachable_from_init_method_analysis_impl___RFIMAVisitor___program(recv) ((reachable_from_init_method_analysis_impl___RFIMAVisitor___program_t)CALL((recv), (SFT_reachable_from_init_method_analysis_impl[11] + 2)))
+#define CALL_reachable_from_init_method_analysis_impl___RFIMAVisitor___init(recv) ((reachable_from_init_method_analysis_impl___RFIMAVisitor___init_t)CALL((recv), (SFT_reachable_from_init_method_analysis_impl[11] + 3)))
+#define CALL_reachable_from_init_method_analysis_impl___RFIMAVisitor___process_call(recv) ((reachable_from_init_method_analysis_impl___RFIMAVisitor___process_call_t)CALL((recv), (SFT_reachable_from_init_method_analysis_impl[11] + 4)))
+#define CALL_SUPER_reachable_from_init_method_analysis_impl___RFIMAVisitor___visit_icode(recv) ((reachable_from_init_method_analysis_impl___RFIMAVisitor___visit_icode_t)CALL((recv), (SFT_reachable_from_init_method_analysis_impl[11] + 5)))
+static const char * const LOCATE_reachable_from_init_method_analysis_impl___RFIMABuilder___program = "reachable_from_init_method_analysis_impl::RFIMABuilder::program";
+val_t reachable_from_init_method_analysis_impl___RFIMABuilder___program(val_t p0);
+typedef val_t (*reachable_from_init_method_analysis_impl___RFIMABuilder___program_t)(val_t p0);
+static const char * const LOCATE_reachable_from_init_method_analysis_impl___RFIMABuilder___context = "reachable_from_init_method_analysis_impl::RFIMABuilder::context";
+val_t reachable_from_init_method_analysis_impl___RFIMABuilder___context(val_t p0);
+typedef val_t (*reachable_from_init_method_analysis_impl___RFIMABuilder___context_t)(val_t p0);
+static const char * const LOCATE_reachable_from_init_method_analysis_impl___RFIMABuilder___init = "reachable_from_init_method_analysis_impl::RFIMABuilder::init";
+void reachable_from_init_method_analysis_impl___RFIMABuilder___init(val_t p0, val_t p1, int* init_table);
+typedef void (*reachable_from_init_method_analysis_impl___RFIMABuilder___init_t)(val_t p0, val_t p1, int* init_table);
+val_t NEW_RFIMABuilder_reachable_from_init_method_analysis_impl___RFIMABuilder___init(val_t p0);
+static const char * const LOCATE_reachable_from_init_method_analysis_impl___RFIMABuilder___work = "reachable_from_init_method_analysis_impl::RFIMABuilder::work";
+void reachable_from_init_method_analysis_impl___RFIMABuilder___work(val_t p0);
+typedef void (*reachable_from_init_method_analysis_impl___RFIMABuilder___work_t)(val_t p0);
+  void OC_reachable_from_init_method_analysis_impl___RFIMABuilder___work_1(struct stack_frame_t *closctx, val_t p0);
+  typedef void (*OC_reachable_from_init_method_analysis_impl___RFIMABuilder___work_1_t)(struct stack_frame_t *closctx, val_t p0);
+    typedef void (*CLOS_OC_reachable_from_init_method_analysis_impl___RFIMABuilder___work_2_0)(struct stack_frame_t *);
+    void OC_reachable_from_init_method_analysis_impl___RFIMABuilder___work_2(struct stack_frame_t *closctx, val_t p0, struct stack_frame_t *closctx_param, fun_t clos_fun0);
+    typedef void (*OC_reachable_from_init_method_analysis_impl___RFIMABuilder___work_2_t)(struct stack_frame_t *closctx, val_t p0, struct stack_frame_t *closctx_param, fun_t clos_fun0);
+static const char * const LOCATE_reachable_from_init_method_analysis_impl___RFIMAContext___reachable_from_init_iroutines = "reachable_from_init_method_analysis_impl::RFIMAContext::reachable_from_init_iroutines";
+val_t reachable_from_init_method_analysis_impl___RFIMAContext___reachable_from_init_iroutines(val_t p0);
+typedef val_t (*reachable_from_init_method_analysis_impl___RFIMAContext___reachable_from_init_iroutines_t)(val_t p0);
+static const char * const LOCATE_reachable_from_init_method_analysis_impl___RFIMAContext___is_iroutine_reachable_from_init = "reachable_from_init_method_analysis_impl::RFIMAContext::(reachable_from_init_method_analysis::ReachableFromInitMethodAnalysis::is_iroutine_reachable_from_init)";
+val_t reachable_from_init_method_analysis_impl___RFIMAContext___is_iroutine_reachable_from_init(val_t p0, val_t p1);
+typedef val_t (*reachable_from_init_method_analysis_impl___RFIMAContext___is_iroutine_reachable_from_init_t)(val_t p0, val_t p1);
+static const char * const LOCATE_reachable_from_init_method_analysis_impl___RFIMAContext___is_method_reachable_from_init = "reachable_from_init_method_analysis_impl::RFIMAContext::(reachable_from_init_method_analysis::ReachableFromInitMethodAnalysis::is_method_reachable_from_init)";
+val_t reachable_from_init_method_analysis_impl___RFIMAContext___is_method_reachable_from_init(val_t p0, val_t p1);
+typedef val_t (*reachable_from_init_method_analysis_impl___RFIMAContext___is_method_reachable_from_init_t)(val_t p0, val_t p1);
+val_t NEW_RFIMAContext_reachable_from_init_method_analysis___ReachableFromInitMethodAnalysis___init();
+static const char * const LOCATE_reachable_from_init_method_analysis_impl___RFIMAVisitor___context = "reachable_from_init_method_analysis_impl::RFIMAVisitor::context";
+val_t reachable_from_init_method_analysis_impl___RFIMAVisitor___context(val_t p0);
+typedef val_t (*reachable_from_init_method_analysis_impl___RFIMAVisitor___context_t)(val_t p0);
+static const char * const LOCATE_reachable_from_init_method_analysis_impl___RFIMAVisitor___program = "reachable_from_init_method_analysis_impl::RFIMAVisitor::program";
+val_t reachable_from_init_method_analysis_impl___RFIMAVisitor___program(val_t p0);
+typedef val_t (*reachable_from_init_method_analysis_impl___RFIMAVisitor___program_t)(val_t p0);
+static const char * const LOCATE_reachable_from_init_method_analysis_impl___RFIMAVisitor___init = "reachable_from_init_method_analysis_impl::RFIMAVisitor::init";
+void reachable_from_init_method_analysis_impl___RFIMAVisitor___init(val_t p0, val_t p1, val_t p2, int* init_table);
+typedef void (*reachable_from_init_method_analysis_impl___RFIMAVisitor___init_t)(val_t p0, val_t p1, val_t p2, int* init_table);
+val_t NEW_RFIMAVisitor_reachable_from_init_method_analysis_impl___RFIMAVisitor___init(val_t p0, val_t p1);
+static const char * const LOCATE_reachable_from_init_method_analysis_impl___RFIMAVisitor___process_call = "reachable_from_init_method_analysis_impl::RFIMAVisitor::process_call";
+void reachable_from_init_method_analysis_impl___RFIMAVisitor___process_call(val_t p0, val_t p1);
+typedef void (*reachable_from_init_method_analysis_impl___RFIMAVisitor___process_call_t)(val_t p0, val_t p1);
+static const char * const LOCATE_reachable_from_init_method_analysis_impl___RFIMAVisitor___visit_icode = "reachable_from_init_method_analysis_impl::RFIMAVisitor::(icode_tools::ICodeVisitor::visit_icode)";
+void reachable_from_init_method_analysis_impl___RFIMAVisitor___visit_icode(val_t p0, val_t p1);
+typedef void (*reachable_from_init_method_analysis_impl___RFIMAVisitor___visit_icode_t)(val_t p0, val_t p1);
+        typedef void (*CLOS_OC_reachable_from_init_method_analysis_impl___RFIMAVisitor___visit_icode_1_0)(struct stack_frame_t *);
+        void OC_reachable_from_init_method_analysis_impl___RFIMAVisitor___visit_icode_1(struct stack_frame_t *closctx, val_t p0, struct stack_frame_t *closctx_param, fun_t clos_fun0);
+        typedef void (*OC_reachable_from_init_method_analysis_impl___RFIMAVisitor___visit_icode_1_t)(struct stack_frame_t *closctx, val_t p0, struct stack_frame_t *closctx_param, fun_t clos_fun0);
+          typedef void (*CLOS_OC_reachable_from_init_method_analysis_impl___RFIMAVisitor___visit_icode_2_0)(struct stack_frame_t *);
+          void OC_reachable_from_init_method_analysis_impl___RFIMAVisitor___visit_icode_2(struct stack_frame_t *closctx, val_t p0, struct stack_frame_t *closctx_param, fun_t clos_fun0);
+          typedef void (*OC_reachable_from_init_method_analysis_impl___RFIMAVisitor___visit_icode_2_t)(struct stack_frame_t *closctx, val_t p0, struct stack_frame_t *closctx_param, fun_t clos_fun0);
+#endif