#include "setup.h"#include "network.h"#include "genrccom.h"#include "conscomp.h"#include "envrnmnt.h"#include "objcmp.h"#include "genrccmp.h"

Go to the source code of this file.
Defines | |
| #define | _GENRCCMP_SOURCE_ |
| #define | MODULEI 0 |
| #define | GENERICI 1 |
| #define | METHODI 2 |
| #define | RESTRICTIONI 3 |
| #define | TYPEI 4 |
| #define | SAVE_ITEMS 5 |
| #define | MethodPrefix() ArbitraryPrefix(DefgenericData(theEnv)->DefgenericCodeItem,2) |
| #define | RestrictionPrefix() ArbitraryPrefix(DefgenericData(theEnv)->DefgenericCodeItem,3) |
| #define | TypePrefix() ArbitraryPrefix(DefgenericData(theEnv)->DefgenericCodeItem,4) |
Functions | |
| globle void | SetupGenericsCompiler (void *theEnv) |
| globle void | PrintGenericFunctionReference (void *theEnv, FILE *fp, DEFGENERIC *gfunc, int imageID, int maxIndices) |
| globle void | DefgenericCModuleReference (void *theEnv, FILE *theFile, int count, int imageID, int maxIndices) |
| #define _GENRCCMP_SOURCE_ |
Definition at line 45 of file genrccmp.c.
| #define GENERICI 1 |
Definition at line 54 of file genrccmp.c.
| #define METHODI 2 |
Definition at line 55 of file genrccmp.c.
| #define MethodPrefix | ( | ) | ArbitraryPrefix(DefgenericData(theEnv)->DefgenericCodeItem,2) |
Definition at line 66 of file genrccmp.c.
| #define MODULEI 0 |
Definition at line 53 of file genrccmp.c.
| #define RESTRICTIONI 3 |
Definition at line 56 of file genrccmp.c.
| #define RestrictionPrefix | ( | ) | ArbitraryPrefix(DefgenericData(theEnv)->DefgenericCodeItem,3) |
Definition at line 67 of file genrccmp.c.
| #define SAVE_ITEMS 5 |
Definition at line 59 of file genrccmp.c.
| #define TYPEI 4 |
Definition at line 57 of file genrccmp.c.
| #define TypePrefix | ( | ) | ArbitraryPrefix(DefgenericData(theEnv)->DefgenericCodeItem,4) |
Definition at line 68 of file genrccmp.c.
| globle void DefgenericCModuleReference | ( | void * | theEnv, | |
| FILE * | theFile, | |||
| int | count, | |||
| int | imageID, | |||
| int | maxIndices | |||
| ) |
Definition at line 150 of file genrccmp.c.
| globle void PrintGenericFunctionReference | ( | void * | theEnv, | |
| FILE * | fp, | |||
| DEFGENERIC * | gfunc, | |||
| int | imageID, | |||
| int | maxIndices | |||
| ) |
Definition at line 122 of file genrccmp.c.
| globle void SetupGenericsCompiler | ( | void * | theEnv | ) |
Definition at line 101 of file genrccmp.c.
1.5.6