compiler/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 23 Sep 2015 22:21:44 +0100
changeset 15 10a95d798b36
parent 14 fa42d3f1a578
child 16 17a2d1d9f205
permissions -rw-r--r--
Added support for local variables and #whileTrue: special form Allocate all local variables in a special basic block named `allocas`. Added support for #whileTrue: special form.

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: jv_tea_compiler.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libjv_tea_compiler_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libjv_tea_compiler_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libjv_tea_compiler_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libjv_tea_compiler__DFN", _libjv_tea_compiler_InitDefinition, "jv:tea/compiler");
_jv_137tea_137compiler_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libjv_tea_compiler_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libjv_tea_compiler", _libjv_tea_compiler_Init, "jv:tea/compiler");
_TClassDefinition_Init(pass,__pRT__,snd);
_TCompilationUnitDefinition_Init(pass,__pRT__,snd);
_TCompiler_Init(pass,__pRT__,snd);
_TCompilerContext_Init(pass,__pRT__,snd);
_TCompilerError_Init(pass,__pRT__,snd);
_TEnvironmentProvider_Init(pass,__pRT__,snd);
_TFormatter_Init(pass,__pRT__,snd);
_TMetaDefinition_Init(pass,__pRT__,snd);
_TMethodDefinition_Init(pass,__pRT__,snd);
_TNamespaceDefinition_Init(pass,__pRT__,snd);
_TObjectWithProperties_Init(pass,__pRT__,snd);
_TParser_Init(pass,__pRT__,snd);
_TProgramNodeVisitor_Init(pass,__pRT__,snd);
_TSourceReader_Init(pass,__pRT__,snd);
_TSpecialFormNode_Init(pass,__pRT__,snd);
_TTypeNode_Init(pass,__pRT__,snd);
_TTypeSpecNode_Init(pass,__pRT__,snd);
_jv_137tea_137compiler_Init(pass,__pRT__,snd);
_TBinding_Init(pass,__pRT__,snd);
_TCompilerPass_Init(pass,__pRT__,snd);
_TEnvironment_Init(pass,__pRT__,snd);
_TFilesystemProvider_Init(pass,__pRT__,snd);
_TScope_Init(pass,__pRT__,snd);
_TSimpleTypeNode_Init(pass,__pRT__,snd);
_TType_Init(pass,__pRT__,snd);
_TAutomaticType_Init(pass,__pRT__,snd);
_TBlockType_Init(pass,__pRT__,snd);
_TClassBinding_Init(pass,__pRT__,snd);
_TFunctionBinding_Init(pass,__pRT__,snd);
_TLLVMCodeGenerator_Init(pass,__pRT__,snd);
_TNamespaceBinding_Init(pass,__pRT__,snd);
_TSemanticAnalyser_Init(pass,__pRT__,snd);
_TSimpleType_Init(pass,__pRT__,snd);
_TTypechecker_Init(pass,__pRT__,snd);
_TValueBinding_Init(pass,__pRT__,snd);
_TBlockBinding_Init(pass,__pRT__,snd);
_TConstantBinding_Init(pass,__pRT__,snd);
_TMethodBinding_Init(pass,__pRT__,snd);
_TVariableBinding_Init(pass,__pRT__,snd);
_TArgumentBinding_Init(pass,__pRT__,snd);
_TLocalBinding_Init(pass,__pRT__,snd);

_jv_137tea_137compiler_extensions_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}