compiler/libec: (#439) Removed unused declID from DeclClass()
[sdk] / compiler / bootstrap / ecp / bootstrap / ecp.c
1 /* Code generated from eC source file: ecp.ec */
2 #if defined(_WIN32)
3 #define __runtimePlatform 1
4 #elif defined(__APPLE__)
5 #define __runtimePlatform 3
6 #else
7 #define __runtimePlatform 2
8 #endif
9 #if defined(__GNUC__)
10 typedef long long int64;
11 typedef unsigned long long uint64;
12 #ifndef _WIN32
13 #define __declspec(x)
14 #endif
15 #elif defined(__TINYC__)
16 #include <stdarg.h>
17 #define __builtin_va_list va_list
18 #define __builtin_va_start va_start
19 #define __builtin_va_end va_end
20 #ifdef _WIN32
21 #define strcasecmp stricmp
22 #define strncasecmp strnicmp
23 #define __declspec(x) __attribute__((x))
24 #else
25 #define __declspec(x)
26 #endif
27 typedef long long int64;
28 typedef unsigned long long uint64;
29 #else
30 typedef __int64 int64;
31 typedef unsigned __int64 uint64;
32 #endif
33 #ifdef __BIG_ENDIAN__
34 #define __ENDIAN_PAD(x) (8 - (x))
35 #else
36 #define __ENDIAN_PAD(x) 0
37 #endif
38 #include <stdint.h>
39 #include <sys/types.h>
40 enum yytokentype
41 {
42 IDENTIFIER = 258, CONSTANT = 259, STRING_LITERAL = 260, SIZEOF = 261, PTR_OP = 262, INC_OP = 263, DEC_OP = 264, LEFT_OP = 265, RIGHT_OP = 266, LE_OP = 267, GE_OP = 268, EQ_OP = 269, NE_OP = 270, AND_OP = 271, OR_OP = 272, MUL_ASSIGN = 273, DIV_ASSIGN = 274, MOD_ASSIGN = 275, ADD_ASSIGN = 276, SUB_ASSIGN = 277, LEFT_ASSIGN = 278, RIGHT_ASSIGN = 279, AND_ASSIGN = 280, XOR_ASSIGN = 281, OR_ASSIGN = 282, TYPE_NAME = 283, TYPEDEF = 284, EXTERN = 285, STATIC = 286, AUTO = 287, REGISTER = 288, CHAR = 289, SHORT = 290, INT = 291, UINT = 292, INT64 = 293, LONG = 294, SIGNED = 295, UNSIGNED = 296, FLOAT = 297, DOUBLE = 298, CONST = 299, VOLATILE = 300, VOID = 301, VALIST = 302, STRUCT = 303, UNION = 304, ENUM = 305, ELLIPSIS = 306, CASE = 307, DEFAULT = 308, IF = 309, SWITCH = 310, WHILE = 311, DO = 312, FOR = 313, GOTO = 314, CONTINUE = 315, BREAK = 316, RETURN = 317, IFX = 318, ELSE = 319, CLASS = 320, THISCLASS = 321, CLASS_NAME = 322, PROPERTY = 323, SETPROP = 324, GETPROP = 325, NEWOP = 326, RENEW = 327, DELETE = 328, EXT_DECL = 329, EXT_STORAGE = 330, IMPORT = 331, DEFINE = 332, VIRTUAL = 333, ATTRIB = 334, PUBLIC = 335, PRIVATE = 336, TYPED_OBJECT = 337, ANY_OBJECT = 338, _INCREF = 339, EXTENSION = 340, ASM = 341, TYPEOF = 342, WATCH = 343, STOPWATCHING = 344, FIREWATCHERS = 345, WATCHABLE = 346, CLASS_DESIGNER = 347, CLASS_NO_EXPANSION = 348, CLASS_FIXED = 349, ISPROPSET = 350, CLASS_DEFAULT_PROPERTY = 351, PROPERTY_CATEGORY = 352, CLASS_DATA = 353, CLASS_PROPERTY = 354, SUBCLASS = 355, NAMESPACE = 356, NEW0OP = 357, RENEW0 = 358, VAARG = 359, DBTABLE = 360, DBFIELD = 361, DBINDEX = 362, DATABASE_OPEN = 363, ALIGNOF = 364, ATTRIB_DEP = 365, __ATTRIB = 366, BOOL = 367, _BOOL = 368, _COMPLEX = 369, _IMAGINARY = 370, RESTRICT = 371, THREAD = 372, WIDE_STRING_LITERAL = 373
43 };
44
45 static unsigned int globalInstance = 0;
46
47 static struct Context * globalContext;
48
49 extern struct __ecereNameSpace__ecere__com__Property * __ecereProp___ecereNameSpace__ecere__com__Platform_char__PTR_;
50
51 struct __ecereNameSpace__ecere__sys__BTNode;
52
53 struct __ecereNameSpace__ecere__sys__OldList
54 {
55 void *  first;
56 void *  last;
57 int count;
58 unsigned int offset;
59 unsigned int circ;
60 } __attribute__ ((gcc_struct));
61
62 struct __ecereNameSpace__ecere__com__DataValue
63 {
64 union
65 {
66 char c;
67 unsigned char uc;
68 short s;
69 unsigned short us;
70 int i;
71 unsigned int ui;
72 void *  p;
73 float f;
74 double d;
75 long long i64;
76 uint64 ui64;
77 } __attribute__ ((gcc_struct)) __anon1;
78 } __attribute__ ((gcc_struct));
79
80 struct __ecereNameSpace__ecere__com__SerialBuffer
81 {
82 unsigned char *  _buffer;
83 unsigned int count;
84 unsigned int _size;
85 unsigned int pos;
86 } __attribute__ ((gcc_struct));
87
88 extern void *  __ecereNameSpace__ecere__com__eSystem_New(unsigned int size);
89
90 extern void *  __ecereNameSpace__ecere__com__eSystem_New0(unsigned int size);
91
92 extern void *  __ecereNameSpace__ecere__com__eSystem_Renew(void *  memory, unsigned int size);
93
94 extern void *  __ecereNameSpace__ecere__com__eSystem_Renew0(void *  memory, unsigned int size);
95
96 extern void __ecereNameSpace__ecere__com__eSystem_Delete(void *  memory);
97
98 struct Initializer;
99
100 struct TypeName;
101
102 struct Statement;
103
104 struct Attrib;
105
106 struct ExtDecl;
107
108 struct Attribute;
109
110 struct MembersInit;
111
112 struct MemberInit;
113
114 struct PropertyWatch;
115
116 struct DBTableDef;
117
118 struct CodePosition
119 {
120 int line;
121 int charPos;
122 int pos;
123 int included;
124 } __attribute__ ((gcc_struct));
125
126 struct ModuleImport;
127
128 struct ClassImport;
129
130 extern char *  __ecereNameSpace__ecere__sys__CopyString(const char *  string);
131
132 extern int strtol(const char * , char * * , int base);
133
134 extern char *  strcpy(char * , const char * );
135
136 extern char *  strcat(char * , const char * );
137
138 extern void SetParsingType(unsigned int b);
139
140 extern int strcmp(const char * , const char * );
141
142 extern char *  PrintInt64(long long result);
143
144 extern int printf(const char * , ...);
145
146 extern const char *  __ecereNameSpace__ecere__GetTranslatedString(const char * name, const char *  string, const char *  stringAndContext);
147
148 struct __ecereNameSpace__ecere__com__LinkList
149 {
150 void * first;
151 void * last;
152 int count;
153 } __attribute__ ((gcc_struct));
154
155 extern void SetCurrentNameSpace(const char *  s);
156
157 extern void __ecereNameSpace__ecere__sys__ChangeCh(char *  string, char ch1, char ch2);
158
159 extern int GetHostBits(void);
160
161 extern size_t strlen(const char * );
162
163 extern char *  PassArg(char *  output, const char *  input);
164
165 extern const char *  GetOutputFile(void);
166
167 extern void SetOutputFile(const char *  s);
168
169 extern const char *  GetSourceFile(void);
170
171 extern void SetSourceFile(const char *  s);
172
173 extern void SetSymbolsDir(const char *  s);
174
175 extern void SetDefaultNameSpace(const char *  s);
176
177 extern void SetStrictNameSpaces(unsigned int b);
178
179 extern void SetI18nModuleName(const char *  s);
180
181 extern const char *  GetSymbolsDir(void);
182
183 extern char *  __ecereNameSpace__ecere__sys__PathCat(char *  string, const char *  addedPath);
184
185 extern char *  __ecereNameSpace__ecere__sys__ChangeExtension(const char *  string, const char *  ext, char *  output);
186
187 extern void SetInPreCompiler(unsigned int b);
188
189 extern void SetTargetPlatform(int platform);
190
191 extern void SetTargetBits(int bits);
192
193 extern void SetEchoOn(unsigned int b);
194
195 extern unsigned int __ecereNameSpace__ecere__sys__FileExists(const char *  fileName);
196
197 extern unsigned int __ecereNameSpace__ecere__sys__DeleteFile(const char *  fileName);
198
199 extern int snprintf(char * , size_t, const char * , ...);
200
201 extern void resetScanner(void);
202
203 extern void ParseEc(void);
204
205 extern void SetYydebug(unsigned int b);
206
207 extern void ProcessDBTableDefinitions(void);
208
209 extern void FreeIncludeFiles(void);
210
211 struct __ecereNameSpace__ecere__com__GlobalFunction;
212
213 const char *  __ecereProp___ecereNameSpace__ecere__com__Platform_Get_char__PTR_(int this);
214
215 int __ecereProp___ecereNameSpace__ecere__com__Platform_Set_char__PTR_(const char *  value);
216
217 static struct __ecereNameSpace__ecere__sys__OldList defines, imports, precompDefines;
218
219 extern struct __ecereNameSpace__ecere__sys__OldList *  MkListOne(void *  item);
220
221 extern struct __ecereNameSpace__ecere__sys__OldList *  GetAST(void);
222
223 struct __ecereNameSpace__ecere__com__EnumClassData
224 {
225 struct __ecereNameSpace__ecere__sys__OldList values;
226 long long largest;
227 } __attribute__ ((gcc_struct));
228
229 extern void SetExcludedSymbols(struct __ecereNameSpace__ecere__sys__OldList *  list);
230
231 extern void SetDefines(struct __ecereNameSpace__ecere__sys__OldList *  list);
232
233 extern void SetImports(struct __ecereNameSpace__ecere__sys__OldList *  list);
234
235 extern void SetPrecompDefines(struct __ecereNameSpace__ecere__sys__OldList *  list);
236
237 extern void FreeASTTree(struct __ecereNameSpace__ecere__sys__OldList * ast);
238
239 extern void FreeExcludedSymbols(struct __ecereNameSpace__ecere__sys__OldList * excludedSymbols);
240
241 void __ecereMethod___ecereNameSpace__ecere__sys__OldList_Free(struct __ecereNameSpace__ecere__sys__OldList * this, void (*  freeFn)(void * ));
242
243 void __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(struct __ecereNameSpace__ecere__sys__OldList * this, void *  item);
244
245 struct Location
246 {
247 struct CodePosition start;
248 struct CodePosition end;
249 } __attribute__ ((gcc_struct));
250
251 extern void SetMainModule(struct ModuleImport * moduleImport);
252
253 extern void FreeModuleImport(struct ModuleImport * imp);
254
255 extern struct Location yylloc;
256
257 struct Definition;
258
259 struct ClassDefine
260 {
261 struct Definition * prev;
262 struct Definition * next;
263 char *  name;
264 int type;
265 char * base;
266 struct __ecereNameSpace__ecere__sys__OldList propertiesAndMembers;
267 struct __ecereNameSpace__ecere__sys__OldList classProperties;
268 struct __ecereNameSpace__ecere__sys__OldList methods;
269 unsigned int isRemote;
270 unsigned int isWatchable;
271 unsigned int fixed;
272 unsigned int isStatic;
273 unsigned int noExpansion;
274 } __attribute__ ((gcc_struct));
275
276 struct FunctionDefine
277 {
278 struct Definition * prev;
279 struct Definition * next;
280 char *  name;
281 int type;
282 char * dataType;
283 } __attribute__ ((gcc_struct));
284
285 struct DataDefine
286 {
287 struct Definition * prev;
288 struct Definition * next;
289 char *  name;
290 int type;
291 char * dataType;
292 } __attribute__ ((gcc_struct));
293
294 struct Definition
295 {
296 struct Definition * prev;
297 struct Definition * next;
298 char *  name;
299 int type;
300 } __attribute__ ((gcc_struct));
301
302 extern void FreeModuleDefine(struct Definition * def);
303
304 void FreeDataDefine(struct DataDefine * data)
305 {
306 (__ecereNameSpace__ecere__com__eSystem_Delete(data->name), data->name = 0);
307 (__ecereNameSpace__ecere__com__eSystem_Delete(data->dataType), data->dataType = 0);
308 }
309
310 struct MethodDefine;
311
312 struct MethodDefine
313 {
314 struct MethodDefine * prev, * next;
315 char * name;
316 int memberAccess;
317 char * type;
318 unsigned int isVirtual;
319 } __attribute__ ((gcc_struct));
320
321 void FreeMethodDefine(struct MethodDefine * method)
322 {
323 (__ecereNameSpace__ecere__com__eSystem_Delete(method->name), method->name = 0);
324 (__ecereNameSpace__ecere__com__eSystem_Delete(method->type), method->type = 0);
325 }
326
327 struct PropertyDefine;
328
329 struct PropertyDefine
330 {
331 struct PropertyDefine * prev, * next;
332 char * name;
333 int isProperty;
334 char * type;
335 unsigned int isWatchable;
336 int memberAccess;
337 unsigned int isVirtual;
338 unsigned int hasSet, hasGet;
339 } __attribute__ ((gcc_struct));
340
341 struct __ecereNameSpace__ecere__com__Class;
342
343 struct __ecereNameSpace__ecere__com__Instance
344 {
345 void * *  _vTbl;
346 struct __ecereNameSpace__ecere__com__Class * _class;
347 int _refCount;
348 } __attribute__ ((gcc_struct));
349
350 extern long long __ecereNameSpace__ecere__com__eClass_GetProperty(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name);
351
352 extern void __ecereNameSpace__ecere__com__eClass_SetProperty(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, long long value);
353
354 extern void __ecereNameSpace__ecere__com__eEnum_AddFixedValue(struct __ecereNameSpace__ecere__com__Class * _class, const char *  string, long long value);
355
356 extern long long __ecereNameSpace__ecere__com__eEnum_AddValue(struct __ecereNameSpace__ecere__com__Class * _class, const char *  string);
357
358 extern void *  __ecereNameSpace__ecere__com__eInstance_New(struct __ecereNameSpace__ecere__com__Class * _class);
359
360 extern void __ecereNameSpace__ecere__com__eInstance_SetMethod(struct __ecereNameSpace__ecere__com__Instance * instance, const char *  name, void *  function);
361
362 extern void __ecereNameSpace__ecere__com__eInstance_IncRef(struct __ecereNameSpace__ecere__com__Instance * instance);
363
364 extern struct __ecereNameSpace__ecere__com__Instance * __ecereNameSpace__ecere__sys__FileOpen(const char *  fileName, int mode);
365
366 extern struct __ecereNameSpace__ecere__com__Instance * __ecereNameSpace__ecere__sys__DualPipeOpen(unsigned int mode, const char *  commandLine);
367
368 extern void SetFileInput(struct __ecereNameSpace__ecere__com__Instance * file);
369
370 int __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(struct __ecereNameSpace__ecere__com__Instance * this, const char *  format, ...);
371
372 int __ecereVMethodID___ecereNameSpace__ecere__sys__File_Puts;
373
374 extern void __ecereNameSpace__ecere__com__eInstance_DecRef(struct __ecereNameSpace__ecere__com__Instance * instance);
375
376 int __ecereVMethodID___ecereNameSpace__ecere__sys__File_Eof;
377
378 int __ecereVMethodID___ecereNameSpace__ecere__sys__File_Read;
379
380 int __ecereVMethodID___ecereNameSpace__ecere__sys__File_Write;
381
382 int __ecereMethod___ecereNameSpace__ecere__sys__DualPipe_GetExitCode();
383
384 int __ecereVMethodID___ecereNameSpace__ecere__sys__File_Seek;
385
386 struct __ecereNameSpace__ecere__com__Property;
387
388 extern void __ecereNameSpace__ecere__com__eInstance_FireSelfWatchers(struct __ecereNameSpace__ecere__com__Instance * instance, struct __ecereNameSpace__ecere__com__Property * _property);
389
390 extern void __ecereNameSpace__ecere__com__eInstance_StopWatching(struct __ecereNameSpace__ecere__com__Instance * instance, struct __ecereNameSpace__ecere__com__Property * _property, struct __ecereNameSpace__ecere__com__Instance * object);
391
392 extern void __ecereNameSpace__ecere__com__eInstance_Watch(void *  instance, struct __ecereNameSpace__ecere__com__Property * _property, void *  object, void (*  callback)(void * , void * ));
393
394 extern void __ecereNameSpace__ecere__com__eInstance_FireWatchers(struct __ecereNameSpace__ecere__com__Instance * instance, struct __ecereNameSpace__ecere__com__Property * _property);
395
396 extern struct __ecereNameSpace__ecere__com__Property * __ecereNameSpace__ecere__com__eClass_AddProperty(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, const char *  dataType, void *  setStmt, void *  getStmt, int declMode);
397
398 struct Declarator;
399
400 extern char *  StringFromSpecDecl(struct __ecereNameSpace__ecere__sys__OldList * specs, struct Declarator * decl);
401
402 struct TemplateDatatype
403 {
404 struct __ecereNameSpace__ecere__sys__OldList *  specifiers;
405 struct Declarator * decl;
406 } __attribute__ ((gcc_struct));
407
408 struct Expression;
409
410 struct Define
411 {
412 struct Definition * prev;
413 struct Definition * next;
414 char *  name;
415 int type;
416 struct Expression * exp;
417 } __attribute__ ((gcc_struct));
418
419 extern void ProcessExpressionType(struct Expression * exp);
420
421 extern void ComputeExpression(struct Expression * exp);
422
423 extern void FreeExpression(struct Expression * exp);
424
425 extern void FreeExpContents(struct Expression * exp);
426
427 extern void PrintExpression(struct Expression * exp, char *  string);
428
429 extern void OutputExpression(struct Expression * exp, struct __ecereNameSpace__ecere__com__Instance * f);
430
431 struct Type;
432
433 struct __ecereNameSpace__ecere__com__Property
434 {
435 struct __ecereNameSpace__ecere__com__Property * prev;
436 struct __ecereNameSpace__ecere__com__Property * next;
437 const char *  name;
438 unsigned int isProperty;
439 int memberAccess;
440 int id;
441 struct __ecereNameSpace__ecere__com__Class * _class;
442 const char *  dataTypeString;
443 struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
444 struct Type * dataType;
445 void (*  Set)(void * , int);
446 int (*  Get)(void * );
447 unsigned int (*  IsSet)(void * );
448 void *  data;
449 void *  symbol;
450 int vid;
451 unsigned int conversion;
452 unsigned int watcherOffset;
453 const char *  category;
454 unsigned int compiled;
455 unsigned int selfWatchable;
456 unsigned int isWatchable;
457 } __attribute__ ((gcc_struct));
458
459 extern struct Type * ProcessType(struct __ecereNameSpace__ecere__sys__OldList * specs, struct Declarator * decl);
460
461 extern void PrintType(struct Type * type, char *  string, unsigned int printName, unsigned int fullName);
462
463 extern void FreeType(struct Type * type);
464
465 extern struct Type * ProcessTypeString(const char *  string, unsigned int staticMethod);
466
467 struct __ecereNameSpace__ecere__com__DataMember;
468
469 extern struct __ecereNameSpace__ecere__com__DataMember * __ecereNameSpace__ecere__com__eMember_AddDataMember(struct __ecereNameSpace__ecere__com__DataMember * member, const char *  name, const char *  type, unsigned int size, unsigned int alignment, int declMode);
470
471 extern struct __ecereNameSpace__ecere__com__DataMember * __ecereNameSpace__ecere__com__eClass_AddDataMember(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, const char *  type, unsigned int size, unsigned int alignment, int declMode);
472
473 extern struct __ecereNameSpace__ecere__com__DataMember * __ecereNameSpace__ecere__com__eMember_New(int type, int declMode);
474
475 extern unsigned int __ecereNameSpace__ecere__com__eMember_AddMember(struct __ecereNameSpace__ecere__com__DataMember * addTo, struct __ecereNameSpace__ecere__com__DataMember * dataMember);
476
477 extern unsigned int __ecereNameSpace__ecere__com__eClass_AddMember(struct __ecereNameSpace__ecere__com__Class * _class, struct __ecereNameSpace__ecere__com__DataMember * dataMember);
478
479 struct __ecereNameSpace__ecere__sys__NamedLink64;
480
481 struct __ecereNameSpace__ecere__sys__NamedLink64
482 {
483 struct __ecereNameSpace__ecere__sys__NamedLink64 * prev;
484 struct __ecereNameSpace__ecere__sys__NamedLink64 * next;
485 char *  name;
486 long long data;
487 } __attribute__ ((gcc_struct));
488
489 struct Symbol;
490
491 extern struct Symbol * FindClass(const char *  name);
492
493 struct ImportedModule;
494
495 struct ImportedModule
496 {
497 struct ImportedModule * prev;
498 struct ImportedModule * next;
499 char *  name;
500 int type;
501 int importType;
502 unsigned int globalInstance;
503 unsigned int dllOnly;
504 int importAccess;
505 } __attribute__ ((gcc_struct));
506
507 struct __ecereNameSpace__ecere__com__NameSpace;
508
509 extern void SetGlobalData(struct __ecereNameSpace__ecere__com__NameSpace *  nameSpace);
510
511 struct Context;
512
513 extern void SetGlobalContext(struct Context * context);
514
515 extern void SetCurrentContext(struct Context * context);
516
517 extern void SetTopContext(struct Context * context);
518
519 extern void FreeContext(struct Context * context);
520
521 struct __ecereNameSpace__ecere__sys__BinaryTree;
522
523 struct __ecereNameSpace__ecere__sys__BinaryTree
524 {
525 struct __ecereNameSpace__ecere__sys__BTNode * root;
526 int count;
527 int (*  CompareKey)(struct __ecereNameSpace__ecere__sys__BinaryTree * tree, uintptr_t a, uintptr_t b);
528 void (*  FreeKey)(void *  key);
529 } __attribute__ ((gcc_struct));
530
531 struct __ecereNameSpace__ecere__com__NameSpace
532 {
533 const char *  name;
534 struct __ecereNameSpace__ecere__com__NameSpace *  btParent;
535 struct __ecereNameSpace__ecere__com__NameSpace *  left;
536 struct __ecereNameSpace__ecere__com__NameSpace *  right;
537 int depth;
538 struct __ecereNameSpace__ecere__com__NameSpace *  parent;
539 struct __ecereNameSpace__ecere__sys__BinaryTree nameSpaces;
540 struct __ecereNameSpace__ecere__sys__BinaryTree classes;
541 struct __ecereNameSpace__ecere__sys__BinaryTree defines;
542 struct __ecereNameSpace__ecere__sys__BinaryTree functions;
543 } __attribute__ ((gcc_struct));
544
545 struct __ecereNameSpace__ecere__com__DataMember
546 {
547 struct __ecereNameSpace__ecere__com__DataMember * prev;
548 struct __ecereNameSpace__ecere__com__DataMember * next;
549 const char *  name;
550 unsigned int isProperty;
551 int memberAccess;
552 int id;
553 struct __ecereNameSpace__ecere__com__Class * _class;
554 const char *  dataTypeString;
555 struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
556 struct Type * dataType;
557 int type;
558 int offset;
559 int memberID;
560 struct __ecereNameSpace__ecere__sys__OldList members;
561 struct __ecereNameSpace__ecere__sys__BinaryTree membersAlpha;
562 int memberOffset;
563 short structAlignment;
564 short pointerAlignment;
565 } __attribute__ ((gcc_struct));
566
567 unsigned int __ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_Add(struct __ecereNameSpace__ecere__sys__BinaryTree * this, struct __ecereNameSpace__ecere__sys__BTNode * node);
568
569 int __ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_CompareString(struct __ecereNameSpace__ecere__sys__BinaryTree * this, const char *  a, const char *  b);
570
571 struct __ecereNameSpace__ecere__com__Application
572 {
573 int argc;
574 const char * *  argv;
575 int exitCode;
576 unsigned int isGUIApp;
577 struct __ecereNameSpace__ecere__sys__OldList allModules;
578 char *  parsedCommand;
579 struct __ecereNameSpace__ecere__com__NameSpace systemNameSpace;
580 } __attribute__ ((gcc_struct));
581
582 static struct __ecereNameSpace__ecere__com__NameSpace globalData;
583
584 extern void FreeGlobalData(struct __ecereNameSpace__ecere__com__NameSpace * globalDataList);
585
586 extern struct __ecereNameSpace__ecere__com__Instance * __ecereNameSpace__ecere__com____ecere_COM_Initialize(unsigned int guiApp, int argc, char *  argv[]);
587
588 struct DataMemberDefine;
589
590 struct DataMemberDefine
591 {
592 struct DataMemberDefine * prev, * next;
593 char * name;
594 int isProperty;
595 char * type;
596 struct __ecereNameSpace__ecere__sys__OldList dataMembers;
597 struct __ecereNameSpace__ecere__sys__OldList classProperties;
598 int memberAccess;
599 int memberType;
600 int size, bitPos;
601 } __attribute__ ((gcc_struct));
602
603 void FreeDataMemberDefine(struct DataMemberDefine * dataMember)
604 {
605 (__ecereNameSpace__ecere__com__eSystem_Delete(dataMember->name), dataMember->name = 0);
606 (__ecereNameSpace__ecere__com__eSystem_Delete(dataMember->type), dataMember->type = 0);
607 }
608
609 void FreeDefinition(struct Definition * definition)
610 {
611 (__ecereNameSpace__ecere__com__eSystem_Delete(definition->name), definition->name = 0);
612 switch(definition->type)
613 {
614 case 1:
615 {
616 struct ClassDefine * classDefine = (struct ClassDefine *)definition;
617
618 (__ecereNameSpace__ecere__com__eSystem_Delete(classDefine->base), classDefine->base = 0);
619 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Free(&classDefine->methods, (void *)(FreeMethodDefine));
620 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Free(&classDefine->propertiesAndMembers, (void *)(FreeDataMemberDefine));
621 break;
622 }
623 case 3:
624 (__ecereNameSpace__ecere__com__eSystem_Delete(((struct FunctionDefine *)definition)->dataType), ((struct FunctionDefine *)definition)->dataType = 0);
625 break;
626 case 4:
627 (__ecereNameSpace__ecere__com__eSystem_Delete(((struct DataDefine *)definition)->dataType), ((struct DataDefine *)definition)->dataType = 0);
628 break;
629 case 2:
630 break;
631 }
632 }
633
634 struct ClassDef;
635
636 struct __ecereNameSpace__ecere__com__BitMember;
637
638 extern struct __ecereNameSpace__ecere__com__BitMember * __ecereNameSpace__ecere__com__eClass_AddBitMember(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, const char *  type, int bitSize, int bitPos, int declMode);
639
640 struct __ecereNameSpace__ecere__com__BitMember
641 {
642 struct __ecereNameSpace__ecere__com__BitMember * prev;
643 struct __ecereNameSpace__ecere__com__BitMember * next;
644 const char *  name;
645 unsigned int isProperty;
646 int memberAccess;
647 int id;
648 struct __ecereNameSpace__ecere__com__Class * _class;
649 const char *  dataTypeString;
650 struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
651 struct Type * dataType;
652 int type;
653 int size;
654 int pos;
655 uint64 mask;
656 } __attribute__ ((gcc_struct));
657
658 struct __ecereNameSpace__ecere__com__ClassProperty;
659
660 extern struct __ecereNameSpace__ecere__com__ClassProperty * __ecereNameSpace__ecere__com__eClass_AddClassProperty(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, const char *  dataType, void *  setStmt, void *  getStmt);
661
662 struct __ecereNameSpace__ecere__com__ClassProperty
663 {
664 const char *  name;
665 struct __ecereNameSpace__ecere__com__ClassProperty * parent;
666 struct __ecereNameSpace__ecere__com__ClassProperty * left;
667 struct __ecereNameSpace__ecere__com__ClassProperty * right;
668 int depth;
669 void (*  Set)(struct __ecereNameSpace__ecere__com__Class *, long long);
670 long long (*  Get)(struct __ecereNameSpace__ecere__com__Class *);
671 const char *  dataTypeString;
672 struct Type * dataType;
673 unsigned int constant;
674 } __attribute__ ((gcc_struct));
675
676 struct __ecereNameSpace__ecere__com__Method;
677
678 struct __ecereNameSpace__ecere__com__ClassTemplateArgument
679 {
680 union
681 {
682 struct
683 {
684 const char *  dataTypeString;
685 struct __ecereNameSpace__ecere__com__Class * dataTypeClass;
686 } __attribute__ ((gcc_struct)) __anon1;
687 struct __ecereNameSpace__ecere__com__DataValue expression;
688 struct
689 {
690 const char *  memberString;
691 union
692 {
693 struct __ecereNameSpace__ecere__com__DataMember * member;
694 struct __ecereNameSpace__ecere__com__Property * prop;
695 struct __ecereNameSpace__ecere__com__Method * method;
696 } __attribute__ ((gcc_struct)) __anon1;
697 } __attribute__ ((gcc_struct)) __anon2;
698 } __attribute__ ((gcc_struct)) __anon1;
699 } __attribute__ ((gcc_struct));
700
701 struct __ecereNameSpace__ecere__com__Method
702 {
703 const char *  name;
704 struct __ecereNameSpace__ecere__com__Method * parent;
705 struct __ecereNameSpace__ecere__com__Method * left;
706 struct __ecereNameSpace__ecere__com__Method * right;
707 int depth;
708 int (*  function)();
709 int vid;
710 int type;
711 struct __ecereNameSpace__ecere__com__Class * _class;
712 void *  symbol;
713 const char *  dataTypeString;
714 struct Type * dataType;
715 int memberAccess;
716 } __attribute__ ((gcc_struct));
717
718 extern struct __ecereNameSpace__ecere__com__Method * __ecereNameSpace__ecere__com__eClass_AddVirtualMethod(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, const char *  type, void *  function, int declMode);
719
720 extern struct __ecereNameSpace__ecere__com__Method * __ecereNameSpace__ecere__com__eClass_AddMethod(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, const char *  type, void *  function, int declMode);
721
722 struct __ecereNameSpace__ecere__com__Module;
723
724 struct __ecereNameSpace__ecere__com__Module
725 {
726 struct __ecereNameSpace__ecere__com__Instance * application;
727 struct __ecereNameSpace__ecere__sys__OldList classes;
728 struct __ecereNameSpace__ecere__sys__OldList defines;
729 struct __ecereNameSpace__ecere__sys__OldList functions;
730 struct __ecereNameSpace__ecere__sys__OldList modules;
731 struct __ecereNameSpace__ecere__com__Instance * prev;
732 struct __ecereNameSpace__ecere__com__Instance * next;
733 const char *  name;
734 void *  library;
735 void *  Unload;
736 int importType;
737 int origImportType;
738 struct __ecereNameSpace__ecere__com__NameSpace privateNameSpace;
739 struct __ecereNameSpace__ecere__com__NameSpace publicNameSpace;
740 } __attribute__ ((gcc_struct));
741
742 struct __ecereNameSpace__ecere__com__Class
743 {
744 struct __ecereNameSpace__ecere__com__Class * prev;
745 struct __ecereNameSpace__ecere__com__Class * next;
746 const char *  name;
747 int offset;
748 int structSize;
749 void * *  _vTbl;
750 int vTblSize;
751 unsigned int (*  Constructor)(void * );
752 void (*  Destructor)(void * );
753 int offsetClass;
754 int sizeClass;
755 struct __ecereNameSpace__ecere__com__Class * base;
756 struct __ecereNameSpace__ecere__sys__BinaryTree methods;
757 struct __ecereNameSpace__ecere__sys__BinaryTree members;
758 struct __ecereNameSpace__ecere__sys__BinaryTree prop;
759 struct __ecereNameSpace__ecere__sys__OldList membersAndProperties;
760 struct __ecereNameSpace__ecere__sys__BinaryTree classProperties;
761 struct __ecereNameSpace__ecere__sys__OldList derivatives;
762 int memberID;
763 int startMemberID;
764 int type;
765 struct __ecereNameSpace__ecere__com__Instance * module;
766 struct __ecereNameSpace__ecere__com__NameSpace *  nameSpace;
767 const char *  dataTypeString;
768 struct Type * dataType;
769 int typeSize;
770 int defaultAlignment;
771 void (*  Initialize)();
772 int memberOffset;
773 struct __ecereNameSpace__ecere__sys__OldList selfWatchers;
774 const char *  designerClass;
775 unsigned int noExpansion;
776 const char *  defaultProperty;
777 unsigned int comRedefinition;
778 int count;
779 int isRemote;
780 unsigned int internalDecl;
781 void *  data;
782 unsigned int computeSize;
783 short structAlignment;
784 short pointerAlignment;
785 int destructionWatchOffset;
786 unsigned int fixed;
787 struct __ecereNameSpace__ecere__sys__OldList delayedCPValues;
788 int inheritanceAccess;
789 const char *  fullName;
790 void *  symbol;
791 struct __ecereNameSpace__ecere__sys__OldList conversions;
792 struct __ecereNameSpace__ecere__sys__OldList templateParams;
793 struct __ecereNameSpace__ecere__com__ClassTemplateArgument *  templateArgs;
794 struct __ecereNameSpace__ecere__com__Class * templateClass;
795 struct __ecereNameSpace__ecere__sys__OldList templatized;
796 int numParams;
797 unsigned int isInstanceClass;
798 unsigned int byValueSystemClass;
799 } __attribute__ ((gcc_struct));
800
801 static struct __ecereNameSpace__ecere__com__Instance * privateModule;
802
803 extern struct __ecereNameSpace__ecere__com__Property * __ecereNameSpace__ecere__com__eClass_FindProperty(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, struct __ecereNameSpace__ecere__com__Instance * module);
804
805 extern struct __ecereNameSpace__ecere__com__DataMember * __ecereNameSpace__ecere__com__eClass_FindDataMember(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, struct __ecereNameSpace__ecere__com__Instance * module, struct __ecereNameSpace__ecere__com__DataMember **  subMemberStack, int *  subMemberStackPos);
806
807 extern struct __ecereNameSpace__ecere__com__Class * __ecereNameSpace__ecere__com__eSystem_RegisterClass(int type, const char *  name, const char *  baseName, int size, int sizeClass, unsigned int (*  Constructor)(void * ), void (*  Destructor)(void * ), struct __ecereNameSpace__ecere__com__Instance * module, int declMode, int inheritanceAccess);
808
809 extern struct __ecereNameSpace__ecere__com__Method * __ecereNameSpace__ecere__com__eClass_FindMethod(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, struct __ecereNameSpace__ecere__com__Instance * module);
810
811 extern struct __ecereNameSpace__ecere__com__Instance * __thisModule;
812
813 extern void ComputeModuleClasses(struct __ecereNameSpace__ecere__com__Instance * module);
814
815 extern struct __ecereNameSpace__ecere__com__Class * __ecereNameSpace__ecere__com__eSystem_FindClass(struct __ecereNameSpace__ecere__com__Instance * module, const char *  name);
816
817 extern void SetPrivateModule(struct __ecereNameSpace__ecere__com__Instance * module);
818
819 extern void FreeTypeData(struct __ecereNameSpace__ecere__com__Instance * privateModule);
820
821 extern struct __ecereNameSpace__ecere__com__GlobalFunction * __ecereNameSpace__ecere__com__eSystem_RegisterFunction(const char *  name, const char *  type, void *  func, struct __ecereNameSpace__ecere__com__Instance * module, int declMode);
822
823 void __ecereUnregisterModule_ecp(struct __ecereNameSpace__ecere__com__Instance * module)
824 {
825
826 }
827
828 static struct __ecereNameSpace__ecere__com__Class * __ecereClass_ClassDefine;
829
830 static struct __ecereNameSpace__ecere__com__Class * __ecereClass_Define;
831
832 static struct __ecereNameSpace__ecere__com__Class * __ecereClass_FunctionDefine;
833
834 static struct __ecereNameSpace__ecere__com__Class * __ecereClass_DataDefine;
835
836 static struct __ecereNameSpace__ecere__com__Class * __ecereClass_MethodDefine;
837
838 static struct __ecereNameSpace__ecere__com__Class * __ecereClass_PropertyDefine;
839
840 static struct __ecereNameSpace__ecere__com__Class * __ecereClass_DataMemberDefine;
841
842 static struct __ecereNameSpace__ecere__com__Class * __ecereClass_PrecompApp;
843
844 static void OutputDataMembers(struct ClassDefine * classDefine, struct __ecereNameSpace__ecere__com__Class * _class, struct __ecereNameSpace__ecere__com__Instance * f)
845 {
846 if(classDefine->propertiesAndMembers.first)
847 {
848 struct DataMemberDefine * member = classDefine->propertiesAndMembers.first;
849 int last = 0;
850
851 for(member = classDefine->propertiesAndMembers.first; member; member = member->next)
852 {
853 if(member->isProperty == 1)
854 {
855 struct PropertyDefine * prop = (struct PropertyDefine *)member;
856
857 if(last != 1)
858 {
859 if(last)
860 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         .\n");
861 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Defined Properties]\n");
862 }
863 if(prop->name)
864 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         %s\n", prop->name);
865 else
866 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         [Conversion]\n");
867 if(prop->memberAccess == 1)
868 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Public]\n");
869 else
870 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Private]\n");
871 if(prop->isVirtual)
872 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Virtual]\n");
873 if(prop->hasSet)
874 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Set]\n");
875 if(prop->hasGet)
876 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Get]\n");
877 if(prop->isWatchable)
878 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Watchable]\n");
879 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Type]\n");
880 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               %s\n", prop->type ? prop->type : "");
881 }
882 else
883 {
884 if(last != 3)
885 {
886 if(last)
887 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         .\n");
888 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Defined Data Members]\n");
889 }
890 if(member->memberType == 0)
891 {
892 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         %s\n", member->name);
893 if(member->memberAccess == 1)
894 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Public]\n");
895 else
896 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Private]\n");
897 if(_class && _class->type == 2)
898 {
899 if(member->size)
900 {
901 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Size]\n");
902 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               %d\n", member->size);
903 }
904 if(member->bitPos != -1)
905 {
906 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Pos]\n");
907 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               %d\n", member->bitPos);
908 }
909 }
910 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Type]\n");
911 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               %s\n", member->type ? member->type : "");
912 }
913 else
914 {
915 if(member->memberAccess == 1)
916 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Public]\n");
917 else
918 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Private]\n");
919 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, (member->memberType == 1) ? "      [Union]\n" : "      [Struct]\n");
920 OutputDataMembers((struct ClassDefine *)member, (((void *)0)), f);
921 }
922 }
923 last = member->isProperty;
924 }
925 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         .\n");
926 }
927 if(classDefine->classProperties.first)
928 {
929 struct PropertyDefine * prop = classDefine->propertiesAndMembers.first;
930
931 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Defined Class Properties]\n");
932 for(prop = classDefine->classProperties.first; prop; prop = prop->next)
933 {
934 if(prop->name)
935 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         %s\n", prop->name);
936 if(prop->hasSet)
937 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Set]\n");
938 if(prop->hasGet)
939 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Get]\n");
940 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Type]\n");
941 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               %s\n", prop->type ? prop->type : "");
942 }
943 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         .\n");
944 }
945 }
946
947 extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Type;
948
949 extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Symbol;
950
951 extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__sys__TempFile;
952
953 extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_ModuleImport;
954
955 extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Context;
956
957 extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__Application;
958
959 extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__sys__File;
960
961 extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__sys__DualPipe;
962
963 extern struct __ecereNameSpace__ecere__com__Class * __ecereClass___ecereNameSpace__ecere__com__Module;
964
965 void __ecereCreateModuleInstances_ecp()
966 {
967 globalContext = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Context);
968 (globalData.classes.CompareKey = (void *)__ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_CompareString, globalData.defines.CompareKey = (void *)__ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_CompareString, globalData.functions.CompareKey = (void *)__ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_CompareString, globalData.nameSpaces.CompareKey = (void *)__ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_CompareString);
969 }
970
971 void __ecereDestroyModuleInstances_ecp()
972 {
973 ((globalContext ? (__ecereClass_Context->Destructor ? __ecereClass_Context->Destructor((void *)globalContext) : 0, __ecereNameSpace__ecere__com__eSystem_Delete(globalContext)) : 0), globalContext = 0);
974 }
975
976 struct Identifier;
977
978 extern struct Identifier * GetDeclId(struct Declarator * decl);
979
980 extern struct Declarator * MkDeclaratorIdentifier(struct Identifier * id);
981
982 struct InitDeclarator;
983
984 struct InitDeclarator
985 {
986 struct InitDeclarator * prev;
987 struct InitDeclarator * next;
988 struct Location loc;
989 struct Declarator * declarator;
990 struct Initializer * initializer;
991 } __attribute__ ((gcc_struct));
992
993 struct Operand;
994
995 struct OpTable
996 {
997 unsigned int (*  Add)(struct Expression *, struct Operand *, struct Operand *);
998 unsigned int (*  Sub)(struct Expression *, struct Operand *, struct Operand *);
999 unsigned int (*  Mul)(struct Expression *, struct Operand *, struct Operand *);
1000 unsigned int (*  Div)(struct Expression *, struct Operand *, struct Operand *);
1001 unsigned int (*  Mod)(struct Expression *, struct Operand *, struct Operand *);
1002 unsigned int (*  Neg)(struct Expression *, struct Operand *);
1003 unsigned int (*  Inc)(struct Expression *, struct Operand *);
1004 unsigned int (*  Dec)(struct Expression *, struct Operand *);
1005 unsigned int (*  Asign)(struct Expression *, struct Operand *, struct Operand *);
1006 unsigned int (*  AddAsign)(struct Expression *, struct Operand *, struct Operand *);
1007 unsigned int (*  SubAsign)(struct Expression *, struct Operand *, struct Operand *);
1008 unsigned int (*  MulAsign)(struct Expression *, struct Operand *, struct Operand *);
1009 unsigned int (*  DivAsign)(struct Expression *, struct Operand *, struct Operand *);
1010 unsigned int (*  ModAsign)(struct Expression *, struct Operand *, struct Operand *);
1011 unsigned int (*  BitAnd)(struct Expression *, struct Operand *, struct Operand *);
1012 unsigned int (*  BitOr)(struct Expression *, struct Operand *, struct Operand *);
1013 unsigned int (*  BitXor)(struct Expression *, struct Operand *, struct Operand *);
1014 unsigned int (*  LShift)(struct Expression *, struct Operand *, struct Operand *);
1015 unsigned int (*  RShift)(struct Expression *, struct Operand *, struct Operand *);
1016 unsigned int (*  BitNot)(struct Expression *, struct Operand *);
1017 unsigned int (*  AndAsign)(struct Expression *, struct Operand *, struct Operand *);
1018 unsigned int (*  OrAsign)(struct Expression *, struct Operand *, struct Operand *);
1019 unsigned int (*  XorAsign)(struct Expression *, struct Operand *, struct Operand *);
1020 unsigned int (*  LShiftAsign)(struct Expression *, struct Operand *, struct Operand *);
1021 unsigned int (*  RShiftAsign)(struct Expression *, struct Operand *, struct Operand *);
1022 unsigned int (*  Not)(struct Expression *, struct Operand *);
1023 unsigned int (*  Equ)(struct Expression *, struct Operand *, struct Operand *);
1024 unsigned int (*  Nqu)(struct Expression *, struct Operand *, struct Operand *);
1025 unsigned int (*  And)(struct Expression *, struct Operand *, struct Operand *);
1026 unsigned int (*  Or)(struct Expression *, struct Operand *, struct Operand *);
1027 unsigned int (*  Grt)(struct Expression *, struct Operand *, struct Operand *);
1028 unsigned int (*  Sma)(struct Expression *, struct Operand *, struct Operand *);
1029 unsigned int (*  GrtEqu)(struct Expression *, struct Operand *, struct Operand *);
1030 unsigned int (*  SmaEqu)(struct Expression *, struct Operand *, struct Operand *);
1031 unsigned int (*  Cond)(struct Expression *, struct Operand *, struct Operand *, struct Operand *);
1032 } __attribute__ ((gcc_struct));
1033
1034 struct Operand
1035 {
1036 int kind;
1037 struct Type * type;
1038 unsigned int ptrSize;
1039 union
1040 {
1041 char c;
1042 unsigned char uc;
1043 short s;
1044 unsigned short us;
1045 int i;
1046 unsigned int ui;
1047 float f;
1048 double d;
1049 long long i64;
1050 uint64 ui64;
1051 } __attribute__ ((gcc_struct)) __anon1;
1052 struct OpTable ops;
1053 } __attribute__ ((gcc_struct));
1054
1055 extern struct Operand GetOperand(struct Expression * exp);
1056
1057 struct Instantiation;
1058
1059 struct ClassFunction;
1060
1061 struct ClassFunction
1062 {
1063 struct ClassFunction * prev;
1064 struct ClassFunction * next;
1065 struct Location loc;
1066 struct __ecereNameSpace__ecere__sys__OldList *  specifiers;
1067 struct Declarator * declarator;
1068 struct __ecereNameSpace__ecere__sys__OldList *  declarations;
1069 struct Statement * body;
1070 struct __ecereNameSpace__ecere__com__Class * _class;
1071 struct __ecereNameSpace__ecere__sys__OldList attached;
1072 int declMode;
1073 struct Type * type;
1074 struct Symbol * propSet;
1075 unsigned int isVirtual;
1076 unsigned int isConstructor;
1077 unsigned int isDestructor;
1078 unsigned int dontMangle;
1079 int id;
1080 int idCode;
1081 } __attribute__ ((gcc_struct));
1082
1083 struct ClassDefinition;
1084
1085 struct Context
1086 {
1087 struct Context * parent;
1088 struct __ecereNameSpace__ecere__sys__BinaryTree types;
1089 struct __ecereNameSpace__ecere__sys__BinaryTree classes;
1090 struct __ecereNameSpace__ecere__sys__BinaryTree symbols;
1091 struct __ecereNameSpace__ecere__sys__BinaryTree structSymbols;
1092 int nextID;
1093 int simpleID;
1094 struct __ecereNameSpace__ecere__sys__BinaryTree templateTypes;
1095 struct ClassDefinition * classDef;
1096 unsigned int templateTypesOnly;
1097 unsigned int hasNameSpace;
1098 } __attribute__ ((gcc_struct));
1099
1100 struct FunctionDefinition;
1101
1102 struct FunctionDefinition
1103 {
1104 struct FunctionDefinition * prev;
1105 struct FunctionDefinition * next;
1106 struct Location loc;
1107 struct __ecereNameSpace__ecere__sys__OldList *  specifiers;
1108 struct Declarator * declarator;
1109 struct __ecereNameSpace__ecere__sys__OldList *  declarations;
1110 struct Statement * body;
1111 struct __ecereNameSpace__ecere__com__Class * _class;
1112 struct __ecereNameSpace__ecere__sys__OldList attached;
1113 int declMode;
1114 struct Type * type;
1115 struct Symbol * propSet;
1116 int tempCount;
1117 unsigned int propertyNoThis;
1118 } __attribute__ ((gcc_struct));
1119
1120 struct External;
1121
1122 struct Symbol
1123 {
1124 char *  string;
1125 struct Symbol * parent;
1126 struct Symbol * left;
1127 struct Symbol * right;
1128 int depth;
1129 struct Type * type;
1130 union
1131 {
1132 struct __ecereNameSpace__ecere__com__Method * method;
1133 struct __ecereNameSpace__ecere__com__Property * _property;
1134 struct __ecereNameSpace__ecere__com__Class * registered;
1135 } __attribute__ ((gcc_struct)) __anon1;
1136 unsigned int notYetDeclared;
1137 union
1138 {
1139 struct
1140 {
1141 struct External * pointerExternal;
1142 struct External * structExternal;
1143 } __attribute__ ((gcc_struct)) __anon1;
1144 struct
1145 {
1146 struct External * externalGet;
1147 struct External * externalSet;
1148 struct External * externalPtr;
1149 struct External * externalIsSet;
1150 } __attribute__ ((gcc_struct)) __anon2;
1151 struct
1152 {
1153 struct External * methodExternal;
1154 struct External * methodCodeExternal;
1155 } __attribute__ ((gcc_struct)) __anon3;
1156 } __attribute__ ((gcc_struct)) __anon2;
1157 unsigned int imported;
1158 unsigned int declaredStructSym;
1159 struct __ecereNameSpace__ecere__com__Class * _class;
1160 unsigned int declaredStruct;
1161 unsigned int needConstructor;
1162 unsigned int needDestructor;
1163 char *  constructorName;
1164 char *  structName;
1165 char *  className;
1166 char *  destructorName;
1167 struct ModuleImport * module;
1168 struct ClassImport * _import;
1169 struct Location nameLoc;
1170 unsigned int isParam;
1171 unsigned int isRemote;
1172 unsigned int isStruct;
1173 unsigned int fireWatchersDone;
1174 int declaring;
1175 unsigned int classData;
1176 unsigned int isStatic;
1177 char *  shortName;
1178 struct __ecereNameSpace__ecere__sys__OldList *  templateParams;
1179 struct __ecereNameSpace__ecere__sys__OldList templatedClasses;
1180 struct Context * ctx;
1181 int isIterator;
1182 struct Expression * propCategory;
1183 } __attribute__ ((gcc_struct));
1184
1185 struct __ecereNameSpace__ecere__sys__OldList _excludedSymbols =
1186 {
1187 0, 0, 0, (unsigned int)(uintptr_t)&((struct Symbol *)(void * )0)->left, 0
1188 };
1189
1190 struct TemplateParameter;
1191
1192 struct Type
1193 {
1194 struct Type * prev;
1195 struct Type * next;
1196 int refCount;
1197 union
1198 {
1199 struct Symbol * _class;
1200 struct
1201 {
1202 struct __ecereNameSpace__ecere__sys__OldList members;
1203 char *  enumName;
1204 } __attribute__ ((gcc_struct)) __anon1;
1205 struct
1206 {
1207 struct Type * returnType;
1208 struct __ecereNameSpace__ecere__sys__OldList params;
1209 struct Symbol * thisClass;
1210 unsigned int staticMethod;
1211 struct TemplateParameter * thisClassTemplate;
1212 } __attribute__ ((gcc_struct)) __anon2;
1213 struct
1214 {
1215 struct __ecereNameSpace__ecere__com__Method * method;
1216 struct __ecereNameSpace__ecere__com__Class * methodClass;
1217 struct __ecereNameSpace__ecere__com__Class * usedClass;
1218 } __attribute__ ((gcc_struct)) __anon3;
1219 struct
1220 {
1221 struct Type * arrayType;
1222 int arraySize;
1223 struct Expression * arraySizeExp;
1224 unsigned int freeExp;
1225 struct Symbol * enumClass;
1226 } __attribute__ ((gcc_struct)) __anon4;
1227 struct Type * type;
1228 struct TemplateParameter * templateParameter;
1229 } __attribute__ ((gcc_struct)) __anon1;
1230 int kind;
1231 unsigned int size;
1232 char *  name;
1233 char *  typeName;
1234 int classObjectType;
1235 int alignment;
1236 unsigned int offset;
1237 int bitFieldCount;
1238 int count;
1239 unsigned int isSigned : 1;
1240 unsigned int constant : 1;
1241 unsigned int truth : 1;
1242 unsigned int byReference : 1;
1243 unsigned int extraParam : 1;
1244 unsigned int directClassAccess : 1;
1245 unsigned int computing : 1;
1246 unsigned int keepCast : 1;
1247 unsigned int passAsTemplate : 1;
1248 unsigned int dllExport : 1;
1249 unsigned int attrStdcall : 1;
1250 unsigned int declaredWithStruct : 1;
1251 unsigned int typedByReference : 1;
1252 unsigned int casted : 1;
1253 unsigned int pointerAlignment : 1;
1254 } __attribute__ ((gcc_struct));
1255
1256 struct __ecereNameSpace__ecere__com__ClassTemplateParameter;
1257
1258 extern struct __ecereNameSpace__ecere__com__ClassTemplateParameter * __ecereNameSpace__ecere__com__eClass_AddTemplateParameter(struct __ecereNameSpace__ecere__com__Class * _class, const char *  name, int type, const void *  info, struct __ecereNameSpace__ecere__com__ClassTemplateArgument * defaultArg);
1259
1260 struct __ecereNameSpace__ecere__com__ClassTemplateParameter
1261 {
1262 struct __ecereNameSpace__ecere__com__ClassTemplateParameter * prev;
1263 struct __ecereNameSpace__ecere__com__ClassTemplateParameter * next;
1264 const char *  name;
1265 int type;
1266 union
1267 {
1268 const char *  dataTypeString;
1269 int memberType;
1270 } __attribute__ ((gcc_struct)) __anon1;
1271 struct __ecereNameSpace__ecere__com__ClassTemplateArgument defaultArg;
1272 void *  param;
1273 } __attribute__ ((gcc_struct));
1274
1275 void __ecereMethod_PrecompApp_Main(struct __ecereNameSpace__ecere__com__Instance *  this);
1276
1277 struct Specifier;
1278
1279 struct Declarator
1280 {
1281 struct Declarator * prev;
1282 struct Declarator * next;
1283 struct Location loc;
1284 int type;
1285 struct Symbol * symbol;
1286 struct Declarator * declarator;
1287 union
1288 {
1289 struct Identifier * identifier;
1290 struct
1291 {
1292 struct Expression * exp;
1293 struct Expression * posExp;
1294 struct Attrib * attrib;
1295 } __attribute__ ((gcc_struct)) structDecl;
1296 struct
1297 {
1298 struct Expression * exp;
1299 struct Specifier * enumClass;
1300 } __attribute__ ((gcc_struct)) array;
1301 struct
1302 {
1303 struct __ecereNameSpace__ecere__sys__OldList * parameters;
1304 } __attribute__ ((gcc_struct)) function;
1305 struct
1306 {
1307 struct __ecereNameSpace__ecere__com__Instance * pointer;
1308 } __attribute__ ((gcc_struct)) pointer;
1309 struct
1310 {
1311 struct ExtDecl * extended;
1312 } __attribute__ ((gcc_struct)) extended;
1313 } __attribute__ ((gcc_struct)) __anon1;
1314 } __attribute__ ((gcc_struct));
1315
1316 struct Identifier
1317 {
1318 struct Identifier * prev;
1319 struct Identifier * next;
1320 struct Location loc;
1321 struct Symbol * classSym;
1322 struct Specifier * _class;
1323 char *  string;
1324 struct Identifier * badID;
1325 } __attribute__ ((gcc_struct));
1326
1327 struct Expression
1328 {
1329 struct Expression * prev;
1330 struct Expression * next;
1331 struct Location loc;
1332 int type;
1333 union
1334 {
1335 struct
1336 {
1337 char *  constant;
1338 struct Identifier * identifier;
1339 } __attribute__ ((gcc_struct)) __anon1;
1340 struct Statement * compound;
1341 struct Instantiation * instance;
1342 struct
1343 {
1344 char *  string;
1345 unsigned int intlString;
1346 unsigned int wideString;
1347 } __attribute__ ((gcc_struct)) __anon2;
1348 struct __ecereNameSpace__ecere__sys__OldList *  list;
1349 struct
1350 {
1351 struct __ecereNameSpace__ecere__sys__OldList * specifiers;
1352 struct Declarator * decl;
1353 } __attribute__ ((gcc_struct)) _classExp;
1354 struct
1355 {
1356 struct Identifier * id;
1357 } __attribute__ ((gcc_struct)) classData;
1358 struct
1359 {
1360 struct Expression * exp;
1361 struct __ecereNameSpace__ecere__sys__OldList * arguments;
1362 struct Location argLoc;
1363 } __attribute__ ((gcc_struct)) call;
1364 struct
1365 {
1366 struct Expression * exp;
1367 struct __ecereNameSpace__ecere__sys__OldList * index;
1368 } __attribute__ ((gcc_struct)) index;
1369 struct
1370 {
1371 struct Expression * exp;
1372 struct Identifier * member;
1373 int memberType;
1374 unsigned int thisPtr;
1375 } __attribute__ ((gcc_struct)) member;
1376 struct
1377 {
1378 int op;
1379 struct Expression * exp1;
1380 struct Expression * exp2;
1381 } __attribute__ ((gcc_struct)) op;
1382 struct TypeName * typeName;
1383 struct Specifier * _class;
1384 struct
1385 {
1386 struct TypeName * typeName;
1387 struct Expression * exp;
1388 } __attribute__ ((gcc_struct)) cast;
1389 struct
1390 {
1391 struct Expression * cond;
1392 struct __ecereNameSpace__ecere__sys__OldList * exp;
1393 struct Expression * elseExp;
1394 } __attribute__ ((gcc_struct)) cond;
1395 struct
1396 {
1397 struct TypeName * typeName;
1398 struct Expression * size;
1399 } __attribute__ ((gcc_struct)) _new;
1400 struct
1401 {
1402 struct TypeName * typeName;
1403 struct Expression * size;
1404 struct Expression * exp;
1405 } __attribute__ ((gcc_struct)) _renew;
1406 struct
1407 {
1408 char * table;
1409 struct Identifier * id;
1410 } __attribute__ ((gcc_struct)) db;
1411 struct
1412 {
1413 struct Expression * ds;
1414 struct Expression * name;
1415 } __attribute__ ((gcc_struct)) dbopen;
1416 struct
1417 {
1418 struct TypeName * typeName;
1419 struct Initializer * initializer;
1420 } __attribute__ ((gcc_struct)) initializer;
1421 struct
1422 {
1423 struct Expression * exp;
1424 struct TypeName * typeName;
1425 } __attribute__ ((gcc_struct)) vaArg;
1426 } __attribute__ ((gcc_struct)) __anon1;
1427 unsigned int debugValue;
1428 struct __ecereNameSpace__ecere__com__DataValue val;
1429 uint64 address;
1430 unsigned int hasAddress;
1431 struct Type * expType;
1432 struct Type * destType;
1433 unsigned int usage;
1434 int tempCount;
1435 unsigned int byReference;
1436 unsigned int isConstant;
1437 unsigned int addedThis;
1438 unsigned int needCast;
1439 unsigned int thisPtr;
1440 unsigned int opDestType;
1441 unsigned int needTemplateCast;
1442 } __attribute__ ((gcc_struct));
1443
1444 struct Specifier
1445 {
1446 struct Specifier * prev;
1447 struct Specifier * next;
1448 struct Location loc;
1449 int type;
1450 union
1451 {
1452 int specifier;
1453 struct
1454 {
1455 struct ExtDecl * extDecl;
1456 char *  name;
1457 struct Symbol * symbol;
1458 struct __ecereNameSpace__ecere__sys__OldList *  templateArgs;
1459 } __attribute__ ((gcc_struct)) __anon1;
1460 struct
1461 {
1462 struct Identifier * id;
1463 struct __ecereNameSpace__ecere__sys__OldList *  list;
1464 struct __ecereNameSpace__ecere__sys__OldList *  baseSpecs;
1465 struct __ecereNameSpace__ecere__sys__OldList *  definitions;
1466 unsigned int addNameSpace;
1467 struct Context * ctx;
1468 struct ExtDecl * extDeclStruct;
1469 } __attribute__ ((gcc_struct)) __anon2;
1470 struct Expression * expression;
1471 struct Specifier * _class;
1472 struct TemplateParameter * templateParameter;
1473 } __attribute__ ((gcc_struct)) __anon1;
1474 } __attribute__ ((gcc_struct));
1475
1476 struct Instantiation
1477 {
1478 struct Instantiation * prev;
1479 struct Instantiation * next;
1480 struct Location loc;
1481 struct Specifier * _class;
1482 struct Expression * exp;
1483 struct __ecereNameSpace__ecere__sys__OldList *  members;
1484 struct Symbol * symbol;
1485 unsigned int fullSet;
1486 unsigned int isConstant;
1487 unsigned char *  data;
1488 struct Location nameLoc;
1489 struct Location insideLoc;
1490 unsigned int built;
1491 } __attribute__ ((gcc_struct));
1492
1493 struct ClassDefinition
1494 {
1495 struct ClassDefinition * prev;
1496 struct ClassDefinition * next;
1497 struct Location loc;
1498 struct Specifier * _class;
1499 struct __ecereNameSpace__ecere__sys__OldList *  baseSpecs;
1500 struct __ecereNameSpace__ecere__sys__OldList *  definitions;
1501 struct Symbol * symbol;
1502 struct Location blockStart;
1503 struct Location nameLoc;
1504 int declMode;
1505 unsigned int deleteWatchable;
1506 } __attribute__ ((gcc_struct));
1507
1508 struct PropertyDef;
1509
1510 struct PropertyDef
1511 {
1512 struct PropertyDef * prev;
1513 struct PropertyDef * next;
1514 struct Location loc;
1515 struct __ecereNameSpace__ecere__sys__OldList *  specifiers;
1516 struct Declarator * declarator;
1517 struct Identifier * id;
1518 struct Statement * getStmt;
1519 struct Statement * setStmt;
1520 struct Statement * issetStmt;
1521 struct Symbol * symbol;
1522 struct Expression * category;
1523 struct
1524 {
1525 unsigned int conversion : 1;
1526 unsigned int isWatchable : 1;
1527 unsigned int isDBProp : 1;
1528 } __attribute__ ((gcc_struct)) __anon1;
1529 } __attribute__ ((gcc_struct));
1530
1531 struct TemplateArgument;
1532
1533 struct TemplateParameter
1534 {
1535 struct TemplateParameter * prev;
1536 struct TemplateParameter * next;
1537 struct Location loc;
1538 int type;
1539 struct Identifier * identifier;
1540 union
1541 {
1542 struct TemplateDatatype * dataType;
1543 int memberType;
1544 } __attribute__ ((gcc_struct)) __anon1;
1545 struct TemplateArgument * defaultArgument;
1546 const char *  dataTypeString;
1547 struct Type * baseType;
1548 } __attribute__ ((gcc_struct));
1549
1550 struct TemplateArgument
1551 {
1552 struct TemplateArgument * prev;
1553 struct TemplateArgument * next;
1554 struct Location loc;
1555 struct Identifier * name;
1556 int type;
1557 union
1558 {
1559 struct Expression * expression;
1560 struct Identifier * identifier;
1561 struct TemplateDatatype * templateDatatype;
1562 } __attribute__ ((gcc_struct)) __anon1;
1563 } __attribute__ ((gcc_struct));
1564
1565 static void OutputSymbols(const char * fileName)
1566 {
1567 struct __ecereNameSpace__ecere__com__Instance * f = __ecereNameSpace__ecere__sys__FileOpen(fileName, 2);
1568
1569 if(f)
1570 {
1571 int lastType = (int)-1;
1572 struct Definition * definition;
1573
1574 if(globalInstance)
1575 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "[Global Instance]\n");
1576 for(definition = precompDefines.first; definition; definition = definition->next)
1577 {
1578 if(definition->type != lastType)
1579 {
1580 if(lastType != (int)-1)
1581 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "   .\n");
1582 if(definition->type == 0)
1583 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "[Imported Modules]\n");
1584 else if(definition->type == 1)
1585 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "[Defined Classes]\n");
1586 else if(definition->type == 2)
1587 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "[Defined Expressions]\n");
1588 else if(definition->type == 3)
1589 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "[Defined Functions]\n");
1590 else if(definition->type == 4)
1591 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "[Defined Data]\n");
1592 lastType = definition->type;
1593 }
1594 if(definition->type == 0)
1595 {
1596 struct ImportedModule * module = (struct ImportedModule *)definition;
1597
1598 if(module->importType == 1)
1599 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "   [Static]\n");
1600 else if(module->importType == 2)
1601 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "   [Remote]\n");
1602 if(module->importAccess == 2)
1603 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "   [Private]\n");
1604 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "   %s\n", module->name);
1605 }
1606 else if(definition->type == 1)
1607 {
1608 struct __ecereNameSpace__ecere__com__Class * _class = __ecereNameSpace__ecere__com__eSystem_FindClass(privateModule, definition->name);
1609 struct ClassDefine * classDefine = (struct ClassDefine *)definition;
1610
1611 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "   %s\n", definition->name);
1612 if(classDefine->isStatic)
1613 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Static]\n");
1614 if(classDefine->fixed)
1615 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Fixed]\n");
1616 if(classDefine->noExpansion)
1617 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [No Expansion]\n");
1618 if(classDefine->isRemote)
1619 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Remote]\n");
1620 if(classDefine->isWatchable)
1621 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Watchable]\n");
1622 if(_class->type == 4)
1623 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Enum]\n");
1624 else if(_class->type == 2)
1625 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Bit]\n");
1626 else if(_class->type == 1)
1627 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Struct]\n");
1628 else if(_class->type == 3)
1629 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Unit]\n");
1630 else if(_class->type == 5)
1631 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [NoHead]\n");
1632 if(_class->inheritanceAccess == 2)
1633 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Private Base]\n");
1634 else
1635 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Base]\n");
1636 if(classDefine->base)
1637 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         %s\n", classDefine->base);
1638 else
1639 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         [None]\n");
1640 if(_class->templateParams.count)
1641 {
1642 struct __ecereNameSpace__ecere__com__ClassTemplateParameter * param;
1643 struct TemplateParameter * tp;
1644
1645 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         [Template Parameters]\n");
1646 for(tp = (*((struct Symbol *)_class->symbol)->templateParams).first, param = _class->templateParams.first; param && tp; param = param->next, tp = tp->next)
1647 {
1648 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               %s\n", param->name);
1649 switch(param->type)
1650 {
1651 case 0:
1652 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               [Type]\n");
1653 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               %s\n", param->__anon1.dataTypeString ? param->__anon1.dataTypeString : "[None]");
1654 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               %s\n", param->defaultArg.__anon1.__anon1.dataTypeString ? param->defaultArg.__anon1.__anon1.dataTypeString : "[None]");
1655 break;
1656 case 2:
1657 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               [Expression]\n");
1658 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               %s\n", param->__anon1.dataTypeString ? param->__anon1.dataTypeString : "[None]");
1659 if(tp->defaultArgument && tp->defaultArgument->__anon1.expression)
1660 {
1661 char temp[8192];
1662
1663 temp[0] = (char)0;
1664 PrintExpression(tp->defaultArgument->__anon1.expression, temp);
1665 __ecereNameSpace__ecere__sys__ChangeCh(temp, '\n', ' ');
1666 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               ");
1667 ((unsigned int (*)(struct __ecereNameSpace__ecere__com__Instance *, const char *  string))__extension__ ({
1668 struct __ecereNameSpace__ecere__com__Instance * __internal_ClassInst = f;
1669
1670 __internal_ClassInst ? __internal_ClassInst->_vTbl : __ecereClass___ecereNameSpace__ecere__sys__File->_vTbl;
1671 })[__ecereVMethodID___ecereNameSpace__ecere__sys__File_Puts])(f, temp);
1672 ((unsigned int (*)(struct __ecereNameSpace__ecere__com__Instance *, const char *  string))__extension__ ({
1673 struct __ecereNameSpace__ecere__com__Instance * __internal_ClassInst = f;
1674
1675 __internal_ClassInst ? __internal_ClassInst->_vTbl : __ecereClass___ecereNameSpace__ecere__sys__File->_vTbl;
1676 })[__ecereVMethodID___ecereNameSpace__ecere__sys__File_Puts])(f, "\n");
1677 }
1678 else
1679 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               [None]\n");
1680 break;
1681 case 1:
1682 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               [Identifier]\n");
1683 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               %s\n", (param->__anon1.memberType == 0) ? "[Data member]" : ((param->__anon1.memberType == 1) ? "[Method]" : "[Property]"));
1684 if(tp->defaultArgument && tp->defaultArgument->__anon1.identifier)
1685 {
1686 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               ");
1687 if(tp->defaultArgument->__anon1.identifier->_class && tp->defaultArgument->__anon1.identifier->_class->type == 1 && tp->defaultArgument->__anon1.identifier->_class->__anon1.__anon1.name)
1688 {
1689 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "%s::", tp->defaultArgument->__anon1.identifier->_class->__anon1.__anon1.name);
1690 }
1691 else if(tp->defaultArgument->__anon1.identifier->_class && tp->defaultArgument->__anon1.identifier->_class->type == 8 && tp->defaultArgument->__anon1.identifier->_class->__anon1.templateParameter->identifier)
1692 {
1693 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "%s::", tp->defaultArgument->__anon1.identifier->_class->__anon1.templateParameter->identifier->string);
1694 }
1695 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "%s\n", tp->defaultArgument->__anon1.identifier->string);
1696 }
1697 else
1698 {
1699 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               [None]\n");
1700 }
1701 break;
1702 }
1703 }
1704 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         .\n");
1705 }
1706 if(!classDefine->isStatic)
1707 {
1708 if(classDefine->methods.first)
1709 {
1710 struct MethodDefine * method;
1711
1712 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Defined Methods]\n");
1713 for(method = classDefine->methods.first; method; method = method->next)
1714 {
1715 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         %s\n", method->name);
1716 if(method->memberAccess == 1)
1717 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Public]\n");
1718 else
1719 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Private]\n");
1720 if(method->isVirtual)
1721 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Virtual]\n");
1722 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "            [Type]\n");
1723 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "               %s\n", method->type ? method->type : "");
1724 }
1725 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         .\n");
1726 }
1727 OutputDataMembers(classDefine, _class, f);
1728 if(_class->type == 4)
1729 {
1730 struct __ecereNameSpace__ecere__sys__NamedLink64 * value;
1731 struct __ecereNameSpace__ecere__com__Class * enumClass = __ecereNameSpace__ecere__com__eSystem_FindClass(privateModule, "enum");
1732 struct __ecereNameSpace__ecere__com__EnumClassData * e = (_class ? ((void *)(((char *)_class->data) + enumClass->offsetClass)) : (((void *)0)));
1733
1734 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Enum Values]\n");
1735 for(value = e->values.first; value; value = value->next)
1736 {
1737 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         %s = ", value->name);
1738 if(_class->dataTypeString && !strcmp(_class->dataTypeString, "uint64") && *(uint64 *)&value->data > (((long long)0x7fffffffffffffffLL)))
1739 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, ((__runtimePlatform == 1) ? "0x%I64X" : "0x%llX"), *(uint64 *)&value->data);
1740 else
1741 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, ((__runtimePlatform == 1) ? "%I64d" : "%lld"), value->data);
1742 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "\n");
1743 }
1744 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         .\n");
1745 }
1746 }
1747 }
1748 else if(definition->type == 2)
1749 {
1750 struct Define * defineDefine = (struct Define *)definition;
1751
1752 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "   %s\n", definition->name);
1753 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Value]\n");
1754 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         ");
1755 OutputExpression(defineDefine->exp, f);
1756 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "\n");
1757 }
1758 else if(definition->type == 3)
1759 {
1760 struct FunctionDefine * functionDefine = (struct FunctionDefine *)definition;
1761
1762 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "   %s\n", functionDefine->name);
1763 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Type]\n");
1764 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         %s\n", functionDefine->dataType);
1765 }
1766 else if(definition->type == 4)
1767 {
1768 struct DataDefine * dataDefine = (struct DataDefine *)definition;
1769
1770 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "   %s\n", dataDefine->name);
1771 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "      [Type]\n");
1772 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "         %s\n", dataDefine->dataType);
1773 }
1774 }
1775 __ecereMethod___ecereNameSpace__ecere__sys__File_Printf(f, "   .\n");
1776 (__ecereNameSpace__ecere__com__eInstance_DecRef(f), f = 0);
1777 }
1778 }
1779
1780 struct Enumerator;
1781
1782 struct Enumerator
1783 {
1784 struct Enumerator * prev;
1785 struct Enumerator * next;
1786 struct Location loc;
1787 struct Identifier * id;
1788 struct Expression * exp;
1789 } __attribute__ ((gcc_struct));
1790
1791 static void ProcessClassEnumValues(int classType, struct __ecereNameSpace__ecere__sys__OldList * definitions, struct Symbol * symbol, struct __ecereNameSpace__ecere__sys__OldList * baseSpecs, struct __ecereNameSpace__ecere__sys__OldList * enumValues)
1792 {
1793 struct __ecereNameSpace__ecere__com__Class * regClass = symbol->__anon1.registered;
1794
1795 if(regClass && enumValues)
1796 {
1797 struct Enumerator * e;
1798
1799 for(e = enumValues->first; e; e = e->next)
1800 {
1801 if(e->exp)
1802 {
1803 struct Type * destType = (destType = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Type), destType->kind = 4, destType->refCount = 1, destType);
1804
1805 e->exp->destType = destType;
1806 SetParsingType(1);
1807 ProcessExpressionType(e->exp);
1808 SetParsingType(0);
1809 if(!e->exp->expType)
1810 {
1811 destType->kind = 8;
1812 destType->__anon1._class = symbol;
1813 ProcessExpressionType(e->exp);
1814 }
1815 if(e->exp->isConstant)
1816 {
1817 if(e->exp->type == 0 && e->exp->expType && e->exp->__anon1.__anon1.identifier && e->exp->__anon1.__anon1.identifier->string && e->exp->expType->kind == 15)
1818 {
1819 struct __ecereNameSpace__ecere__sys__NamedLink64 * l;
1820 char * string = e->exp->__anon1.__anon1.identifier->string;
1821
1822 for(l = e->exp->expType->__anon1.__anon1.members.first; l; l = l->next)
1823 {
1824 if(!strcmp(l->name, string))
1825 {
1826 if(l->data)
1827 {
1828 FreeExpContents(e->exp);
1829 e->exp->type = 2;
1830 e->exp->__anon1.__anon1.constant = PrintInt64(l->data);
1831 FreeType(e->exp->expType);
1832 e->exp->expType = ProcessTypeString("int64", 0);
1833 }
1834 break;
1835 }
1836 }
1837 }
1838 else
1839 ComputeExpression(e->exp);
1840 }
1841 if(e->exp->isConstant && e->exp->type == 2)
1842 {
1843 struct Operand op = GetOperand(e->exp);
1844 long long value;
1845
1846 switch(op.kind)
1847 {
1848 case 1:
1849 value = op.type->isSigned ? (long long)op.__anon1.c : (long long)op.__anon1.uc;
1850 break;
1851 case 2:
1852 value = op.type->isSigned ? (long long)op.__anon1.s : (long long)op.__anon1.us;
1853 break;
1854 case 4:
1855 value = op.type->isSigned ? op.__anon1.i64 : (long long)op.__anon1.ui64;
1856 break;
1857 case 3:
1858 default:
1859 value = op.type->isSigned ? (long long)op.__anon1.i : (int)op.__anon1.ui;
1860 }
1861 __ecereNameSpace__ecere__com__eEnum_AddFixedValue(regClass, e->id->string, value);
1862 }
1863 else
1864 {
1865 char expString[8192];
1866
1867 expString[0] = (char)0;
1868 PrintExpression(e->exp, expString);
1869 printf(__ecereNameSpace__ecere__GetTranslatedString("ecp", "error: could not resolve value %s for enum %s in precompiler\n", (((void *)0))), expString, regClass->name);
1870 ((struct __ecereNameSpace__ecere__com__Application *)(((char *)((struct __ecereNameSpace__ecere__com__Instance *)__thisModule) + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->exitCode = 1;
1871 __ecereNameSpace__ecere__com__eEnum_AddValue(regClass, e->id->string);
1872 }
1873 }
1874 else
1875 __ecereNameSpace__ecere__com__eEnum_AddValue(regClass, e->id->string);
1876 }
1877 }
1878 }
1879
1880 struct Declaration;
1881
1882 typedef union YYSTYPE
1883 {
1884 int specifierType;
1885 int i;
1886 int declMode;
1887 struct Identifier * id;
1888 struct Expression * exp;
1889 struct Specifier * specifier;
1890 struct __ecereNameSpace__ecere__sys__OldList * list;
1891 struct Enumerator * enumerator;
1892 struct Declarator * declarator;
1893 struct __ecereNameSpace__ecere__com__Instance * pointer;
1894 struct Initializer * initializer;
1895 struct InitDeclarator * initDeclarator;
1896 struct TypeName * typeName;
1897 struct Declaration * declaration;
1898 struct Statement * stmt;
1899 struct FunctionDefinition * function;
1900 struct External * external;
1901 struct Context * context;
1902 struct __ecereNameSpace__ecere__com__Instance * asmField;
1903 struct Attrib * attrib;
1904 struct ExtDecl * extDecl;
1905 struct Attribute * attribute;
1906 struct Instantiation * instance;
1907 struct MembersInit * membersInit;
1908 struct MemberInit * memberInit;
1909 struct ClassFunction * classFunction;
1910 struct ClassDefinition * _class;
1911 struct ClassDef * classDef;
1912 struct PropertyDef * prop;
1913 char * string;
1914 struct Symbol * symbol;
1915 struct PropertyWatch * propertyWatch;
1916 struct TemplateParameter * templateParameter;
1917 struct TemplateArgument * templateArgument;
1918 struct TemplateDatatype * templateDatatype;
1919 struct __ecereNameSpace__ecere__com__Instance * dbtableEntry;
1920 struct __ecereNameSpace__ecere__com__Instance * dbindexItem;
1921 struct DBTableDef * dbtableDef;
1922 } __attribute__ ((gcc_struct)) YYSTYPE;
1923
1924 extern YYSTYPE yylval;
1925
1926 struct ClassDef
1927 {
1928 struct ClassDef * prev;
1929 struct ClassDef * next;
1930 struct Location loc;
1931 int type;
1932 union
1933 {
1934 struct Declaration * decl;
1935 struct ClassFunction * function;
1936 struct __ecereNameSpace__ecere__sys__OldList *  defProperties;
1937 struct PropertyDef * propertyDef;
1938 struct PropertyWatch * propertyWatch;
1939 char *  designer;
1940 struct Identifier * defaultProperty;
1941 struct
1942 {
1943 struct Identifier * id;
1944 struct Initializer * initializer;
1945 } __attribute__ ((gcc_struct)) __anon1;
1946 } __attribute__ ((gcc_struct)) __anon1;
1947 int memberAccess;
1948 void *  object;
1949 } __attribute__ ((gcc_struct));
1950
1951 struct Declaration
1952 {
1953 struct Declaration * prev;
1954 struct Declaration * next;
1955 struct Location loc;
1956 int type;
1957 union
1958 {
1959 struct
1960 {
1961 struct __ecereNameSpace__ecere__sys__OldList *  specifiers;
1962 struct __ecereNameSpace__ecere__sys__OldList *  declarators;
1963 } __attribute__ ((gcc_struct)) __anon1;
1964 struct Instantiation * inst;
1965 struct
1966 {
1967 struct Identifier * id;
1968 struct Expression * exp;
1969 } __attribute__ ((gcc_struct)) __anon2;
1970 } __attribute__ ((gcc_struct)) __anon1;
1971 struct Specifier * extStorage;
1972 struct Symbol * symbol;
1973 int declMode;
1974 } __attribute__ ((gcc_struct));
1975
1976 struct External
1977 {
1978 struct External * prev;
1979 struct External * next;
1980 struct Location loc;
1981 int type;
1982 struct Symbol * symbol;
1983 union
1984 {
1985 struct FunctionDefinition * function;
1986 struct ClassDefinition * _class;
1987 struct Declaration * declaration;
1988 char *  importString;
1989 struct Identifier * id;
1990 struct DBTableDef * table;
1991 } __attribute__ ((gcc_struct)) __anon1;
1992 int importType;
1993 struct External * fwdDecl;
1994 struct __ecereNameSpace__ecere__com__Instance * outgoing;
1995 struct __ecereNameSpace__ecere__com__Instance * incoming;
1996 int nonBreakableIncoming;
1997 } __attribute__ ((gcc_struct));
1998
1999 static void AddDefinitions(struct ClassDefine * classDefine, struct DataMemberDefine * parentMemberDefine, struct __ecereNameSpace__ecere__com__Class * regClass, struct __ecereNameSpace__ecere__com__DataMember * member, struct __ecereNameSpace__ecere__sys__OldList * definitions)
2000 {
2001 if(definitions != (((void *)0)))
2002 {
2003 struct ClassDef * def;
2004
2005 for(def = definitions->first; def; def = def->next)
2006 {
2007 if(def->type == 2)
2008 {
2009 struct Declaration * decl = def->__anon1.decl;
2010 struct __ecereNameSpace__ecere__com__DataMember * dataMember;
2011 struct Type * dataType;
2012 struct DataMemberDefine * dataMemberDefine;
2013
2014 if(decl->type == 0)
2015 {
2016 struct Declarator * d;
2017
2018 if(decl->__anon1.__anon1.declarators)
2019 {
2020 for(d = (*decl->__anon1.__anon1.declarators).first; d; d = d->next)
2021 {
2022 struct Identifier * declId = GetDeclId(d);
2023
2024 if(declId)
2025 {
2026 dataMemberDefine = __extension__ ({
2027 struct DataMemberDefine * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_DataMemberDefine);
2028
2029 __ecereInstance1->isProperty = 3, __ecereInstance1->memberType = 0, __ecereInstance1->name = __ecereNameSpace__ecere__sys__CopyString(declId->string), __ecereInstance1;
2030 });
2031 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&parentMemberDefine->dataMembers, dataMemberDefine);
2032 if(regClass && regClass->type == 2)
2033 {
2034 struct Expression * sizeExp = d->__anon1.structDecl.exp, * posExp = d->__anon1.structDecl.posExp;
2035 int bitSize = 0, bitPos = -1;
2036 char dataTypeString[1024];
2037
2038 dataTypeString[0] = '\0';
2039 if(sizeExp)
2040 {
2041 ProcessExpressionType(sizeExp);
2042 ComputeExpression(sizeExp);
2043 if(sizeExp->isConstant)
2044 bitSize = strtol(sizeExp->__anon1.__anon1.constant, (((void *)0)), 0);
2045 FreeExpression(sizeExp);
2046 }
2047 if(posExp)
2048 {
2049 ProcessExpressionType(posExp);
2050 ComputeExpression(posExp);
2051 if(posExp->isConstant)
2052 bitPos = strtol(posExp->__anon1.__anon1.constant, (((void *)0)), 0);
2053 FreeExpression(posExp);
2054 }
2055 d->__anon1.structDecl.exp = (((void *)0));
2056 d->__anon1.structDecl.posExp = (((void *)0));
2057 dataType = ProcessType(decl->__anon1.__anon1.specifiers, d);
2058 PrintType(dataType, dataTypeString, 0, 1);
2059 {
2060 struct __ecereNameSpace__ecere__com__BitMember * member = __ecereNameSpace__ecere__com__eClass_AddBitMember(regClass, declId->string, dataTypeString, 0, 0, def->memberAccess);
2061
2062 member->size = bitSize;
2063 member->pos = bitPos;
2064 dataMember = (struct __ecereNameSpace__ecere__com__DataMember *)member;
2065 }
2066 if(dataMember)
2067 dataMember->dataType = dataType;
2068 dataMemberDefine->size = bitSize;
2069 dataMemberDefine->bitPos = bitPos;
2070 dataMemberDefine->type = __ecereNameSpace__ecere__sys__CopyString(dataTypeString);
2071 }
2072 else
2073 {
2074 {
2075 char typeString[1024];
2076
2077 typeString[0] = '\0';
2078 dataType = ProcessType(decl->__anon1.__anon1.specifiers, d);
2079 PrintType(dataType, typeString, 0, 1);
2080 if(member)
2081 dataMember = __ecereNameSpace__ecere__com__eMember_AddDataMember(member, declId->string, typeString, 0, 0, def->memberAccess);
2082 else
2083 dataMember = __ecereNameSpace__ecere__com__eClass_AddDataMember(regClass, declId->string, typeString, 0, 0, def->memberAccess);
2084 if(dataMember)
2085 dataMember->dataType = dataType;
2086 dataMemberDefine->type = __ecereNameSpace__ecere__sys__CopyString(typeString);
2087 }
2088 }
2089 dataMemberDefine->memberAccess = def->memberAccess;
2090 }
2091 }
2092 }
2093 else if(decl->__anon1.__anon1.specifiers)
2094 {
2095 struct Specifier * spec;
2096
2097 for(spec = (*decl->__anon1.__anon1.specifiers).first; spec; spec = spec->next)
2098 {
2099 if(spec->type == 3 || spec->type == 4)
2100 {
2101 if(spec->__anon1.__anon2.definitions && !spec->__anon1.__anon2.id)
2102 {
2103 struct __ecereNameSpace__ecere__com__DataMember * dataMember = __ecereNameSpace__ecere__com__eMember_New((spec->type == 4) ? 1 : 2, def->memberAccess);
2104
2105 dataMemberDefine = __extension__ ({
2106 struct DataMemberDefine * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_DataMemberDefine);
2107
2108 __ecereInstance1->isProperty = 3, __ecereInstance1->memberType = (spec->type == 4) ? 1 : 2, __ecereInstance1;
2109 });
2110 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&parentMemberDefine->dataMembers, dataMemberDefine);
2111 AddDefinitions((((void *)0)), dataMemberDefine, (((void *)0)), dataMember, spec->__anon1.__anon2.definitions);
2112 if(member)
2113 __ecereNameSpace__ecere__com__eMember_AddMember(member, dataMember);
2114 else
2115 __ecereNameSpace__ecere__com__eClass_AddMember(regClass, dataMember);
2116 }
2117 else if(spec->__anon1.__anon2.definitions && spec->__anon1.__anon2.id && (*spec->__anon1.__anon2.definitions).count)
2118 {
2119 {
2120 struct Identifier * id = spec->__anon1.__anon2.id;
2121 char typeString[1024];
2122
2123 typeString[0] = '\0';
2124 spec->__anon1.__anon2.id = (((void *)0));
2125 decl->__anon1.__anon1.declarators = MkListOne(MkDeclaratorIdentifier(id));
2126 dataType = ProcessType(decl->__anon1.__anon1.specifiers, (((void *)0)));
2127 PrintType(dataType, typeString, 0, 1);
2128 if(member)
2129 dataMember = __ecereNameSpace__ecere__com__eMember_AddDataMember(member, id->string, typeString, 0, 0, def->memberAccess);
2130 else
2131 dataMember = __ecereNameSpace__ecere__com__eClass_AddDataMember(regClass, id->string, typeString, 0, 0, def->memberAccess);
2132 if(dataMember)
2133 dataMember->dataType = dataType;
2134 }
2135 }
2136 }
2137 }
2138 }
2139 }
2140 else if(decl->type == 2)
2141 {
2142 struct Instantiation * inst = decl->__anon1.inst;
2143 struct Expression * exp = inst->exp;
2144
2145 if(exp)
2146 {
2147 {
2148 char * string = exp->__anon1.__anon1.identifier->string;
2149
2150 {
2151 struct Type * dataType = (dataType = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Type), dataType->kind = 8, dataType->__anon1._class = inst->_class->__anon1.__anon1.symbol, dataType->refCount = 1, dataType);
2152
2153 if(member)
2154 dataMember = __ecereNameSpace__ecere__com__eMember_AddDataMember(member, string, inst->_class->__anon1.__anon1.name, 0, 0, def->memberAccess);
2155 else
2156 dataMember = __ecereNameSpace__ecere__com__eClass_AddDataMember(regClass, string, inst->_class->__anon1.__anon1.name, 0, 0, def->memberAccess);
2157 if(dataMember)
2158 dataMember->dataType = dataType;
2159 }
2160 dataMemberDefine = __extension__ ({
2161 struct DataMemberDefine * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_DataMemberDefine);
2162
2163 __ecereInstance1->isProperty = 3, __ecereInstance1->memberType = 0, __ecereInstance1->name = __ecereNameSpace__ecere__sys__CopyString(string), __ecereInstance1->type = __ecereNameSpace__ecere__sys__CopyString(inst->_class->__anon1.__anon1.name), __ecereInstance1;
2164 });
2165 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&parentMemberDefine->dataMembers, dataMemberDefine);
2166 }
2167 }
2168 }
2169 }
2170 else if(def->type == 3 && def->__anon1.propertyDef)
2171 {
2172 struct PropertyDef * propertyDef = def->__anon1.propertyDef;
2173
2174 {
2175 struct __ecereNameSpace__ecere__com__Property * prop;
2176 struct PropertyDefine * propDefine;
2177
2178 {
2179 char * dataTypeString = StringFromSpecDecl(propertyDef->specifiers, propertyDef->declarator);
2180
2181 prop = __ecereNameSpace__ecere__com__eClass_AddProperty(regClass, propertyDef->__anon1.conversion ? (((void *)0)) : propertyDef->id->string, dataTypeString, propertyDef->setStmt, propertyDef->getStmt, def->memberAccess);
2182 if(prop)
2183 {
2184 prop->IsSet = (void *)propertyDef->issetStmt;
2185 prop->compiled = 0;
2186 }
2187 (__ecereNameSpace__ecere__com__eSystem_Delete(dataTypeString), dataTypeString = 0);
2188 }
2189 if(prop)
2190 {
2191 prop->symbol = __extension__ ({
2192 struct Symbol * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Symbol);
2193
2194 __ecereInstance1->string = __ecereNameSpace__ecere__sys__CopyString(propertyDef->symbol->string), __ecereInstance1->type = propertyDef->symbol->type, __ecereInstance1;
2195 });
2196 if(propertyDef->symbol->type)
2197 propertyDef->symbol->type->refCount++;
2198 propDefine = __extension__ ({
2199 struct PropertyDefine * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_PropertyDefine);
2200
2201 __ecereInstance1->isProperty = 1, __ecereInstance1->name = prop->conversion ? (((void *)0)) : __ecereNameSpace__ecere__sys__CopyString(prop->name), __ecereInstance1->type = __ecereNameSpace__ecere__sys__CopyString(prop->dataTypeString), __ecereInstance1->isVirtual = 0, __ecereInstance1->memberAccess = def->memberAccess, __ecereInstance1->hasSet = propertyDef->setStmt ? 1 : 0, __ecereInstance1->hasGet = propertyDef->getStmt ? 1 : 0, __ecereInstance1->isWatchable = propertyDef->__anon1.isWatchable, __ecereInstance1;
2202 });
2203 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&classDefine->propertiesAndMembers, propDefine);
2204 }
2205 }
2206 }
2207 else if(def->type == 10 && def->__anon1.propertyDef)
2208 {
2209 struct PropertyDef * propertyDef = def->__anon1.propertyDef;
2210
2211 {
2212 struct __ecereNameSpace__ecere__com__ClassProperty * prop;
2213 struct PropertyDefine * propDefine;
2214
2215 {
2216 char * dataTypeString = StringFromSpecDecl(propertyDef->specifiers, propertyDef->declarator);
2217
2218 prop = __ecereNameSpace__ecere__com__eClass_AddClassProperty(regClass, propertyDef->id->string, dataTypeString, propertyDef->setStmt, propertyDef->getStmt);
2219 (__ecereNameSpace__ecere__com__eSystem_Delete(dataTypeString), dataTypeString = 0);
2220 }
2221 if(prop)
2222 {
2223 propDefine = __extension__ ({
2224 struct PropertyDefine * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_PropertyDefine);
2225
2226 __ecereInstance1->name = __ecereNameSpace__ecere__sys__CopyString(prop->name), __ecereInstance1->type = __ecereNameSpace__ecere__sys__CopyString(prop->dataTypeString), __ecereInstance1->hasSet = propertyDef->setStmt ? 1 : 0, __ecereInstance1->hasGet = propertyDef->getStmt ? 1 : 0, __ecereInstance1;
2227 });
2228 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&classDefine->classProperties, propDefine);
2229 }
2230 }
2231 }
2232 else if(def->type == 7)
2233 {
2234 if(classDefine)
2235 classDefine->fixed = 1;
2236 }
2237 else if(def->type == 6)
2238 {
2239 if(classDefine)
2240 classDefine->noExpansion = 1;
2241 }
2242 else if(def->type == 13)
2243 {
2244 struct __ecereNameSpace__ecere__com__DataMember * member;
2245 struct __ecereNameSpace__ecere__com__Property * prop;
2246
2247 if((prop = __ecereNameSpace__ecere__com__eClass_FindProperty(regClass, def->__anon1.__anon1.id->string, privateModule)))
2248 {
2249 struct PropertyDefine * propDefine;
2250
2251 prop = __ecereNameSpace__ecere__com__eClass_AddProperty(regClass, def->__anon1.__anon1.id->string, (((void *)0)), (((void *)0)), (((void *)0)), def->memberAccess);
2252 if(prop)
2253 {
2254 propDefine = __extension__ ({
2255 struct PropertyDefine * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_PropertyDefine);
2256
2257 __ecereInstance1->isProperty = 1, __ecereInstance1->name = __ecereNameSpace__ecere__sys__CopyString(prop->name), __ecereInstance1->memberAccess = def->memberAccess, __ecereInstance1;
2258 });
2259 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&classDefine->propertiesAndMembers, propDefine);
2260 }
2261 }
2262 else if((member = __ecereNameSpace__ecere__com__eClass_FindDataMember(regClass, def->__anon1.__anon1.id->string, privateModule, (((void *)0)), (((void *)0)))))
2263 {
2264 struct DataMemberDefine * dataMemberDefine;
2265
2266 member = __ecereNameSpace__ecere__com__eClass_AddDataMember(regClass, def->__anon1.__anon1.id->string, (((void *)0)), 0, 0, def->memberAccess);
2267 dataMemberDefine = __extension__ ({
2268 struct DataMemberDefine * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_DataMemberDefine);
2269
2270 __ecereInstance1->isProperty = 3, __ecereInstance1->memberType = 0, __ecereInstance1->name = __ecereNameSpace__ecere__sys__CopyString(def->__anon1.__anon1.id->string), __ecereInstance1->memberAccess = def->memberAccess, __ecereInstance1;
2271 });
2272 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&parentMemberDefine->dataMembers, dataMemberDefine);
2273 }
2274 }
2275 }
2276 }
2277 }
2278
2279 static void ProcessClass(int classType, struct __ecereNameSpace__ecere__sys__OldList * definitions, struct Symbol * symbol, struct __ecereNameSpace__ecere__sys__OldList * baseSpecs, struct __ecereNameSpace__ecere__sys__OldList * enumValues, unsigned int isWatchable, int declMode)
2280 {
2281 struct __ecereNameSpace__ecere__com__Class * regClass;
2282 struct ClassDef * def;
2283 struct ClassDefine * classDefine;
2284 char baseName[1024];
2285 unsigned int unitType = 0;
2286 unsigned int wouldBeEnum = 0;
2287 int inheritanceAccess = 1;
2288
2289 baseName[0] = '\0';
2290 if(baseSpecs != (((void *)0)))
2291 {
2292 struct Type * baseType = ProcessType(baseSpecs, (((void *)0)));
2293
2294 PrintType(baseType, baseName, 0, 1);
2295 if(baseType->kind == 8)
2296 {
2297 if(baseType->__anon1._class->__anon1.registered && classType == 0)
2298 {
2299 if(baseType->__anon1._class->__anon1.registered->type == 3)
2300 classType = 3;
2301 else if(baseType->__anon1._class->__anon1.registered->type == 2)
2302 classType = 2;
2303 else if(baseType->__anon1._class->__anon1.registered->type == 5)
2304 classType = 5;
2305 else if(baseType->__anon1._class->__anon1.registered->type == 4)
2306 {
2307 wouldBeEnum = 1;
2308 }
2309 }
2310 }
2311 else if(baseType->kind == 9 || baseType->kind == 10)
2312 {
2313 classType = 5;
2314 baseName[0] = '\0';
2315 }
2316 else
2317 unitType = 1;
2318 FreeType(baseType);
2319 if(((struct Specifier *)baseSpecs->first)->type == 0 && ((struct Specifier *)baseSpecs->first)->__anon1.specifier == PRIVATE)
2320 inheritanceAccess = 2;
2321 }
2322 if(classType == 0)
2323 {
2324 if(unitType)
2325 classType = 3;
2326 if(definitions != (((void *)0)))
2327 {
2328 for(def = definitions->first; def; def = def->next)
2329 {
2330 if(def->type == 2)
2331 {
2332 struct Declaration * decl = def->__anon1.decl;
2333
2334 if(decl->type == 0)
2335 {
2336 if(unitType)
2337 {
2338 classType = 2;
2339 break;
2340 }
2341 if(decl->__anon1.__anon1.declarators)
2342 {
2343 struct Declarator * d;
2344
2345 for(d = (*decl->__anon1.__anon1.declarators).first; d; d = d->next)
2346 {
2347 if(d->__anon1.structDecl.exp)
2348 {
2349 classType = 2;
2350 break;
2351 }
2352 }
2353 if(d)
2354 break;
2355 }
2356 }
2357 }
2358 }
2359 }
2360 }
2361 if(classType == 0 && wouldBeEnum)
2362 classType = 4;
2363 regClass = symbol->__anon1.registered = __ecereNameSpace__ecere__com__eSystem_RegisterClass((classType == 6) ? 1 : classType, symbol->string, baseName[0] ? baseName : (((void *)0)), 0, 0, (((void *)0)), (((void *)0)), privateModule, 1, inheritanceAccess);
2364 if(regClass)
2365 regClass->symbol = symbol;
2366 classDefine = __extension__ ({
2367 struct ClassDefine * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_ClassDefine);
2368
2369 __ecereInstance1->type = 1, __ecereInstance1->name = __ecereNameSpace__ecere__sys__CopyString(symbol->string), __ecereInstance1->base = baseName[0] ? __ecereNameSpace__ecere__sys__CopyString(baseName) : (((void *)0)), __ecereInstance1->isStatic = declMode == 3, __ecereInstance1->isRemote = symbol->isRemote, __ecereInstance1->isWatchable = isWatchable, __ecereInstance1;
2370 });
2371 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&precompDefines, classDefine);
2372 if(classType == 6)
2373 {
2374 struct __ecereNameSpace__ecere__com__DataMember * unionMember = __ecereNameSpace__ecere__com__eMember_New(1, 1);
2375 struct DataMemberDefine * unionDefine;
2376
2377 unionDefine = __extension__ ({
2378 struct DataMemberDefine * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_DataMemberDefine);
2379
2380 __ecereInstance1->isProperty = 3, __ecereInstance1->memberType = 1, __ecereInstance1;
2381 });
2382 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&classDefine->propertiesAndMembers, unionDefine);
2383 AddDefinitions(classDefine, unionDefine, regClass, unionMember, definitions);
2384 __ecereNameSpace__ecere__com__eClass_AddMember(regClass, unionMember);
2385 }
2386 else if(regClass)
2387 AddDefinitions(classDefine, (struct DataMemberDefine *)classDefine, regClass, (((void *)0)), definitions);
2388 if(definitions != (((void *)0)))
2389 {
2390 for(def = definitions->first; def; def = def->next)
2391 {
2392 if(def->type == 0)
2393 {
2394 struct ClassFunction * func = def->__anon1.function;
2395
2396 if(!func->dontMangle && func->declarator)
2397 {
2398 struct Identifier * id = GetDeclId(func->declarator);
2399 struct __ecereNameSpace__ecere__com__Method * method;
2400 struct MethodDefine * methodDefine;
2401
2402 {
2403 char * dataTypeString = StringFromSpecDecl(func->specifiers, func->declarator);
2404
2405 if(func->isVirtual)
2406 method = __ecereNameSpace__ecere__com__eClass_AddVirtualMethod(regClass, id->string, dataTypeString, func->declarator->symbol, def->memberAccess);
2407 else
2408 method = __ecereNameSpace__ecere__com__eClass_AddMethod(regClass, id->string, dataTypeString, func->declarator->symbol, def->memberAccess);
2409 (__ecereNameSpace__ecere__com__eSystem_Delete(dataTypeString), dataTypeString = 0);
2410 }
2411 if(method)
2412 {
2413 method->symbol = __extension__ ({
2414 struct Symbol * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Symbol);
2415
2416 __ecereInstance1->string = __ecereNameSpace__ecere__sys__CopyString(func->declarator->symbol->string), __ecereInstance1->type = func->declarator->symbol->type, __ecereInstance1;
2417 });
2418 if(func->declarator->symbol->type)
2419 func->declarator->symbol->type->refCount++;
2420 ((struct Symbol *)method->symbol)->__anon1.method = method;
2421 func->declarator->symbol = (((void *)0));
2422 if(method->type != 1 || method->_class == regClass)
2423 {
2424 methodDefine = __extension__ ({
2425 struct MethodDefine * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_MethodDefine);
2426
2427 __ecereInstance1->name = __ecereNameSpace__ecere__sys__CopyString(method->name), __ecereInstance1->type = __ecereNameSpace__ecere__sys__CopyString(method->dataTypeString), __ecereInstance1->memberAccess = def->memberAccess, __ecereInstance1->isVirtual = method->type == 1, __ecereInstance1;
2428 });
2429 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&classDefine->methods, methodDefine);
2430 }
2431 }
2432 }
2433 }
2434 else if(def->type == 13)
2435 {
2436 struct __ecereNameSpace__ecere__com__Method * method;
2437
2438 if((method = __ecereNameSpace__ecere__com__eClass_FindMethod(regClass, def->__anon1.__anon1.id->string, privateModule)))
2439 {
2440 struct MethodDefine * methodDefine;
2441
2442 method = __ecereNameSpace__ecere__com__eClass_AddMethod(regClass, def->__anon1.__anon1.id->string, (((void *)0)), (((void *)0)), def->memberAccess);
2443 methodDefine = __extension__ ({
2444 struct MethodDefine * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_MethodDefine);
2445
2446 __ecereInstance1->name = __ecereNameSpace__ecere__sys__CopyString(method->name), __ecereInstance1->memberAccess = def->memberAccess, __ecereInstance1;
2447 });
2448 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&classDefine->methods, methodDefine);
2449 }
2450 }
2451 }
2452 }
2453 if(regClass && symbol->templateParams)
2454 {
2455 struct TemplateParameter * param;
2456
2457 for(param = (*symbol->templateParams).first; param; param = param->next)
2458 {
2459 struct __ecereNameSpace__ecere__com__ClassTemplateArgument defaultArg =
2460 {
2461
2462 .__anon1 = {
2463
2464 .__anon1 = {
2465 .dataTypeString = 0
2466 }
2467 }
2468 };
2469
2470 if(param->defaultArgument)
2471 {
2472 switch(param->type)
2473 {
2474 case 0:
2475 defaultArg.__anon1.__anon1.dataTypeString = StringFromSpecDecl(param->defaultArgument->__anon1.templateDatatype->specifiers, param->defaultArgument->__anon1.templateDatatype->decl);
2476 break;
2477 case 1:
2478 {
2479 char memberString[1024];
2480
2481 memberString[0] = '\0';
2482 if(param->defaultArgument->__anon1.identifier->_class && param->defaultArgument->__anon1.identifier->_class->__anon1.__anon1.name)
2483 {
2484 if(param->defaultArgument->__anon1.identifier->_class->type == 8)
2485 strcpy(memberString, param->defaultArgument->__anon1.identifier->_class->__anon1.templateParameter->identifier->string);
2486 else
2487 strcpy(memberString, param->defaultArgument->__anon1.identifier->_class->__anon1.__anon1.name);
2488 }
2489 if(memberString[0])
2490 {
2491 strcat(memberString, "::");
2492 }
2493 strcat(memberString, param->defaultArgument->__anon1.identifier->string);
2494 defaultArg.__anon1.__anon2.memberString = __ecereNameSpace__ecere__sys__CopyString(memberString);
2495 break;
2496 }
2497 case 2:
2498 {
2499 struct Operand op;
2500
2501 ProcessExpressionType(param->defaultArgument->__anon1.expression);
2502 ComputeExpression(param->defaultArgument->__anon1.expression);
2503 op = GetOperand(param->defaultArgument->__anon1.expression);
2504 defaultArg.__anon1.expression.__anon1.ui64 = op.__anon1.ui64;
2505 break;
2506 }
2507 }
2508 }
2509 if(param->type == 1)
2510 {
2511 __ecereNameSpace__ecere__com__eClass_AddTemplateParameter(regClass, param->identifier->string, param->type, (void *)(uintptr_t)param->__anon1.memberType, &defaultArg);
2512 }
2513 else
2514 {
2515 char * typeString = param->__anon1.dataType ? StringFromSpecDecl(param->__anon1.dataType->specifiers, param->__anon1.dataType->decl) : (((void *)0));
2516
2517 __ecereNameSpace__ecere__com__eClass_AddTemplateParameter(regClass, param->identifier->string, param->type, typeString, &defaultArg);
2518 }
2519 }
2520 }
2521 }
2522
2523 void PreCompPreProcessClassDefinitions()
2524 {
2525 struct __ecereNameSpace__ecere__sys__OldList * ast = GetAST();
2526 struct External * external, * next;
2527
2528 for(external = (*ast).first; external; external = next)
2529 {
2530 next = external->next;
2531 if(external->type == 2)
2532 {
2533 struct ClassDefinition * _class = external->__anon1._class;
2534
2535 if(_class->declMode == 1 || _class->declMode == 2 || _class->declMode == 3)
2536 {
2537 if(_class->definitions)
2538 {
2539 ProcessClass(0, _class->definitions, _class->symbol, _class->baseSpecs, (((void *)0)), _class->deleteWatchable, _class->declMode);
2540 }
2541 }
2542 }
2543 else if(external->type == 1)
2544 {
2545 struct Declaration * declaration = external->__anon1.declaration;
2546
2547 if(declaration->type == 1)
2548 {
2549 if(external->__anon1.declaration->declMode == 1 || external->__anon1.declaration->declMode == 2 || external->__anon1.declaration->declMode == 3)
2550 {
2551 if(declaration->__anon1.__anon1.specifiers)
2552 {
2553 struct Specifier * specifier;
2554
2555 for(specifier = (*declaration->__anon1.__anon1.specifiers).first; specifier; specifier = specifier->next)
2556 {
2557 if((specifier->type == 2 || specifier->type == 3 || specifier->type == 4) && specifier->__anon1.__anon2.id && specifier->__anon1.__anon2.id->string && (declaration->declMode || specifier->__anon1.__anon2.baseSpecs || (specifier->type == 2 && specifier->__anon1.__anon2.definitions)))
2558 {
2559 struct Symbol * symbol = FindClass(specifier->__anon1.__anon2.id->string);
2560
2561 if(symbol)
2562 {
2563 int classType;
2564
2565 if(specifier->type == 2)
2566 classType = 4;
2567 else if(specifier->type == 4)
2568 classType = 6;
2569 else
2570 classType = 1;
2571 ProcessClass(classType, specifier->__anon1.__anon2.definitions, symbol, specifier->__anon1.__anon2.baseSpecs, specifier->__anon1.__anon2.list, 0, external->__anon1.declaration->declMode);
2572 }
2573 }
2574 }
2575 }
2576 if(external->__anon1.declaration->declMode == 1 || external->__anon1.declaration->declMode == 2)
2577 {
2578 if(declaration->__anon1.__anon1.declarators)
2579 {
2580 struct InitDeclarator * d;
2581
2582 for(d = (*declaration->__anon1.__anon1.declarators).first; d; d = d->next)
2583 {
2584 if(d->declarator)
2585 {
2586 struct Symbol * symbol = d->declarator->symbol;
2587
2588 if(symbol)
2589 {
2590 struct DataDefine * dataDefine;
2591 char typeString[1024];
2592
2593 typeString[0] = '\0';
2594 PrintType(symbol->type, typeString, 0, 1);
2595 dataDefine = __extension__ ({
2596 struct DataDefine * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_DataDefine);
2597
2598 __ecereInstance1->type = 4, __ecereInstance1->name = __ecereNameSpace__ecere__sys__CopyString(symbol->string), __ecereInstance1->dataType = __ecereNameSpace__ecere__sys__CopyString(typeString), __ecereInstance1;
2599 });
2600 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&precompDefines, dataDefine);
2601 }
2602 }
2603 }
2604 }
2605 }
2606 }
2607 }
2608 else if(declaration->type == 2)
2609 {
2610 if(external->__anon1.declaration->declMode == 1 || external->__anon1.declaration->declMode == 2)
2611 {
2612 struct Symbol * symbol = declaration->__anon1.inst->symbol;
2613
2614 if(symbol)
2615 {
2616 struct DataDefine * dataDefine;
2617 char typeString[1024];
2618
2619 typeString[0] = '\0';
2620 PrintType(symbol->type, typeString, 0, 1);
2621 dataDefine = __extension__ ({
2622 struct DataDefine * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_DataDefine);
2623
2624 __ecereInstance1->type = 4, __ecereInstance1->name = __ecereNameSpace__ecere__sys__CopyString(symbol->string), __ecereInstance1->dataType = __ecereNameSpace__ecere__sys__CopyString(typeString), __ecereInstance1;
2625 });
2626 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&precompDefines, dataDefine);
2627 }
2628 }
2629 globalInstance = 1;
2630 }
2631 else if(declaration->type == 3)
2632 {
2633 if(external->__anon1.declaration->declMode == 1 || external->__anon1.declaration->declMode == 2)
2634 {
2635 struct Define * definition = (definition = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Define), definition->type = 2, definition->name = __ecereNameSpace__ecere__sys__CopyString(declaration->__anon1.__anon2.id->string), definition->exp = declaration->__anon1.__anon2.exp, definition);
2636
2637 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&precompDefines, definition);
2638 }
2639 }
2640 }
2641 else if(external->type == 0 && (external->__anon1.function->declMode == 1 || external->__anon1.function->declMode == 2))
2642 {
2643 struct FunctionDefinition * function = external->__anon1.function;
2644 struct FunctionDefine * functionDefine;
2645 char typeString[1024];
2646
2647 typeString[0] = '\0';
2648 PrintType(function->declarator->symbol->type, typeString, 1, 1);
2649 functionDefine = __extension__ ({
2650 struct FunctionDefine * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_FunctionDefine);
2651
2652 __ecereInstance1->type = 3, __ecereInstance1->name = __ecereNameSpace__ecere__sys__CopyString(function->declarator->symbol->string), __ecereInstance1->dataType = __ecereNameSpace__ecere__sys__CopyString(typeString), __ecereInstance1;
2653 });
2654 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&precompDefines, functionDefine);
2655 }
2656 else if(external->type == 4)
2657 {
2658 SetCurrentNameSpace(external->__anon1.id->string);
2659 }
2660 }
2661 ComputeModuleClasses(privateModule);
2662 for(external = (*ast).first; external; external = next)
2663 {
2664 next = external->next;
2665 if(external->type == 1 && (external->__anon1.declaration->declMode == 1 || external->__anon1.declaration->declMode == 2))
2666 {
2667 struct Declaration * declaration = external->__anon1.declaration;
2668
2669 if(declaration->type == 1)
2670 {
2671 if(declaration->__anon1.__anon1.specifiers)
2672 {
2673 struct Specifier * specifier;
2674
2675 for(specifier = (*declaration->__anon1.__anon1.specifiers).first; specifier; specifier = specifier->next)
2676 {
2677 if((specifier->type == 2) && specifier->__anon1.__anon2.id && specifier->__anon1.__anon2.id->string && (declaration->declMode || specifier->__anon1.__anon2.baseSpecs || (specifier->type == 2 && specifier->__anon1.__anon2.definitions)))
2678 {
2679 struct Symbol * symbol = FindClass(specifier->__anon1.__anon2.id->string);
2680
2681 if(symbol)
2682 {
2683 ProcessClassEnumValues(4, specifier->__anon1.__anon2.definitions, symbol, specifier->__anon1.__anon2.baseSpecs, specifier->__anon1.__anon2.list);
2684 }
2685 }
2686 }
2687 }
2688 }
2689 }
2690 }
2691 }
2692
2693 void __ecereMethod_PrecompApp_Main(struct __ecereNameSpace__ecere__com__Instance * this)
2694 {
2695 int c;
2696 unsigned int valid = 1;
2697 char defaultSymFile[797];
2698 char * cppCommand = (((void *)0));
2699 char * cppOptions = (((void *)0));
2700 int cppOptionsLen = 0;
2701 int targetPlatform = __runtimePlatform;
2702 int targetBits = GetHostBits();
2703
2704 for(c = 1; c < ((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argc; c++)
2705 {
2706 const char * arg = ((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argv[c];
2707
2708 if(arg[0] == '-')
2709 {
2710 if(!strcmp(arg + 1, "m32") || !strcmp(arg + 1, "m64"))
2711 {
2712 int newLen = cppOptionsLen + 1 + strlen(arg);
2713
2714 cppOptions = __ecereNameSpace__ecere__com__eSystem_Renew(cppOptions, sizeof(char) * (newLen + 1));
2715 cppOptions[cppOptionsLen] = ' ';
2716 strcpy(cppOptions + cppOptionsLen + 1, arg);
2717 cppOptionsLen = newLen;
2718 targetBits = !strcmp(arg + 1, "m32") ? 32 : 64;
2719 }
2720 else if(!strcmp(arg + 1, "t32") || !strcmp(arg + 1, "t64"))
2721 {
2722 targetBits = !strcmp(arg + 1, "t32") ? 32 : 64;
2723 }
2724 else if(arg[1] == 'D' || arg[1] == 'I')
2725 {
2726 char * buf;
2727 int size = cppOptionsLen + 1 + strlen(arg) * 2 + 1;
2728
2729 cppOptions = __ecereNameSpace__ecere__com__eSystem_Renew(cppOptions, sizeof(char) * (size));
2730 buf = cppOptions + cppOptionsLen;
2731 *buf++ = ' ';
2732 PassArg(buf, arg);
2733 cppOptionsLen = cppOptionsLen + 1 + strlen(buf);
2734 }
2735 else if(!strcmp(arg + 1, "t"))
2736 {
2737 if(++c < ((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argc)
2738 targetPlatform = __ecereProp___ecereNameSpace__ecere__com__Platform_Set_char__PTR_(((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argv[c]);
2739 else
2740 valid = 0;
2741 }
2742 else if(!strcmp(arg + 1, "cpp"))
2743 {
2744 if(++c < ((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argc)
2745 cppCommand = __ecereNameSpace__ecere__sys__CopyString(((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argv[c]);
2746 else
2747 valid = 0;
2748 }
2749 else if(!strcmp(arg + 1, "o"))
2750 {
2751 if(!GetOutputFile() && c + 1 < ((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argc)
2752 {
2753 SetOutputFile(((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argv[c + 1]);
2754 c++;
2755 }
2756 else
2757 valid = 0;
2758 }
2759 else if(!strcmp(arg + 1, "c"))
2760 {
2761 if(!GetSourceFile() && c + 1 < ((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argc)
2762 {
2763 SetSourceFile(((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argv[c + 1]);
2764 c++;
2765 }
2766 else
2767 valid = 0;
2768 }
2769 else if(!strcmp(arg + 1, "isystem") || !strcmp(arg + 1, "isysroot"))
2770 {
2771 if(c + 1 < ((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argc)
2772 {
2773 char * buf;
2774 const char * arg1 = ((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argv[++c];
2775 int size = cppOptionsLen + 1 + strlen(arg) * 2 + strlen(arg1) * 2 + 1;
2776
2777 cppOptions = __ecereNameSpace__ecere__com__eSystem_Renew(cppOptions, sizeof(char) * (size));
2778 buf = cppOptions + cppOptionsLen;
2779 *buf++ = ' ';
2780 buf = PassArg(buf, arg);
2781 *buf++ = ' ';
2782 buf = PassArg(buf, arg1);
2783 cppOptionsLen = buf - cppOptions;
2784 }
2785 else
2786 valid = 0;
2787 }
2788 else if(!strcmp(arg + 1, "fno-diagnostics-show-caret"))
2789 {
2790 char * buf;
2791 int size = cppOptionsLen + 1 + strlen(arg) * 2 + 1;
2792
2793 cppOptions = __ecereNameSpace__ecere__com__eSystem_Renew(cppOptions, sizeof(char) * (size));
2794 buf = cppOptions + cppOptionsLen;
2795 *buf++ = ' ';
2796 PassArg(buf, arg);
2797 cppOptionsLen = cppOptionsLen + 1 + strlen(buf);
2798 }
2799 else if(!strcmp(arg + 1, "symbols"))
2800 {
2801 if(c + 1 < ((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argc)
2802 {
2803 SetSymbolsDir(((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argv[c + 1]);
2804 c++;
2805 }
2806 else
2807 valid = 0;
2808 }
2809 else if(!strcmp(arg + 1, "defaultns"))
2810 {
2811 if(c + 1 < ((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argc)
2812 {
2813 SetDefaultNameSpace(((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argv[c + 1]);
2814 c++;
2815 }
2816 else
2817 valid = 0;
2818 }
2819 else if(!strcmp(arg + 1, "strictns"))
2820 {
2821 SetStrictNameSpaces(1);
2822 }
2823 else if(!strcmp(arg + 1, "module"))
2824 {
2825 if(c + 1 < ((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argc)
2826 {
2827 SetI18nModuleName(((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->argv[c + 1]);
2828 c++;
2829 }
2830 else
2831 valid = 0;
2832 }
2833 }
2834 else
2835 valid = 0;
2836 }
2837 if(valid)
2838 {
2839 if(!cppCommand)
2840 cppCommand = __ecereNameSpace__ecere__sys__CopyString("gcc");
2841 if(!GetSourceFile())
2842 valid = 0;
2843 else if(!GetOutputFile())
2844 {
2845 strcpy(defaultSymFile, GetSymbolsDir());
2846 __ecereNameSpace__ecere__sys__PathCat(defaultSymFile, GetSourceFile());
2847 __ecereNameSpace__ecere__sys__ChangeExtension(defaultSymFile, "sym", defaultSymFile);
2848 SetOutputFile(defaultSymFile);
2849 }
2850 }
2851 if(!valid)
2852 {
2853 printf("%s", __ecereNameSpace__ecere__GetTranslatedString("ecp", "Syntax:\n   ecp [-t <target platform>] [-cpp <c preprocessor>] [-o <output>] [-symbols <outputdir>] [-I<includedir>]* [-isystem <sysincludedir>]* [-D<definition>]* -c <input>\n", (((void *)0))));
2854 }
2855 else
2856 {
2857 struct __ecereNameSpace__ecere__com__Instance * cppOutput;
2858 char command[3075];
2859
2860 SetGlobalData(&globalData);
2861 SetExcludedSymbols(&_excludedSymbols);
2862 SetGlobalContext(globalContext);
2863 SetCurrentContext(globalContext);
2864 SetTopContext(globalContext);
2865 SetDefines(&defines);
2866 SetImports(&imports);
2867 SetInPreCompiler(1);
2868 SetPrecompDefines(&precompDefines);
2869 SetTargetPlatform(targetPlatform);
2870 SetTargetBits(targetBits);
2871 SetEchoOn(0);
2872 privateModule = (struct __ecereNameSpace__ecere__com__Instance *)__ecereNameSpace__ecere__com____ecere_COM_Initialize((unsigned int)(1 | (targetBits == sizeof(uintptr_t) * 8 ? (unsigned int)0 : targetBits == 64 ? 2 : targetBits == 32 ? 4 : (unsigned int)0) | 8), 1, (((void *)0)));
2873 SetPrivateModule(privateModule);
2874 __ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_Add(&globalContext->types, (struct __ecereNameSpace__ecere__sys__BTNode *)__extension__ ({
2875 struct Symbol * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Symbol);
2876
2877 __ecereInstance1->string = __ecereNameSpace__ecere__sys__CopyString("uint"), __ecereInstance1->type = ProcessTypeString("unsigned int", 0), __ecereInstance1;
2878 }));
2879 __ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_Add(&globalContext->types, (struct __ecereNameSpace__ecere__sys__BTNode *)__extension__ ({
2880 struct Symbol * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Symbol);
2881
2882 __ecereInstance1->string = __ecereNameSpace__ecere__sys__CopyString("uint64"), __ecereInstance1->type = ProcessTypeString("unsigned int64", 0), __ecereInstance1;
2883 }));
2884 __ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_Add(&globalContext->types, (struct __ecereNameSpace__ecere__sys__BTNode *)__extension__ ({
2885 struct Symbol * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Symbol);
2886
2887 __ecereInstance1->string = __ecereNameSpace__ecere__sys__CopyString("uint32"), __ecereInstance1->type = ProcessTypeString("unsigned int", 0), __ecereInstance1;
2888 }));
2889 __ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_Add(&globalContext->types, (struct __ecereNameSpace__ecere__sys__BTNode *)__extension__ ({
2890 struct Symbol * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Symbol);
2891
2892 __ecereInstance1->string = __ecereNameSpace__ecere__sys__CopyString("uint16"), __ecereInstance1->type = ProcessTypeString("unsigned short", 0), __ecereInstance1;
2893 }));
2894 __ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_Add(&globalContext->types, (struct __ecereNameSpace__ecere__sys__BTNode *)__extension__ ({
2895 struct Symbol * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Symbol);
2896
2897 __ecereInstance1->string = __ecereNameSpace__ecere__sys__CopyString("byte"), __ecereInstance1->type = ProcessTypeString("unsigned char", 0), __ecereInstance1;
2898 }));
2899 __ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_Add(&globalContext->types, (struct __ecereNameSpace__ecere__sys__BTNode *)__extension__ ({
2900 struct Symbol * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Symbol);
2901
2902 __ecereInstance1->string = __ecereNameSpace__ecere__sys__CopyString("intptr_t"), __ecereInstance1->type = ProcessTypeString("intptr", 0), __ecereInstance1;
2903 }));
2904 __ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_Add(&globalContext->types, (struct __ecereNameSpace__ecere__sys__BTNode *)__extension__ ({
2905 struct Symbol * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Symbol);
2906
2907 __ecereInstance1->string = __ecereNameSpace__ecere__sys__CopyString("uintptr_t"), __ecereInstance1->type = ProcessTypeString("uintptr", 0), __ecereInstance1;
2908 }));
2909 __ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_Add(&globalContext->types, (struct __ecereNameSpace__ecere__sys__BTNode *)__extension__ ({
2910 struct Symbol * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Symbol);
2911
2912 __ecereInstance1->string = __ecereNameSpace__ecere__sys__CopyString("ssize_t"), __ecereInstance1->type = ProcessTypeString("intsize", 0), __ecereInstance1;
2913 }));
2914 __ecereMethod___ecereNameSpace__ecere__sys__BinaryTree_Add(&globalContext->types, (struct __ecereNameSpace__ecere__sys__BTNode *)__extension__ ({
2915 struct Symbol * __ecereInstance1 = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_Symbol);
2916
2917 __ecereInstance1->string = __ecereNameSpace__ecere__sys__CopyString("size_t"), __ecereInstance1->type = ProcessTypeString("uintsize", 0), __ecereInstance1;
2918 }));
2919 {
2920 const char * outputFilePath = GetOutputFile();
2921
2922 if(__ecereNameSpace__ecere__sys__FileExists(outputFilePath))
2923 __ecereNameSpace__ecere__sys__DeleteFile(outputFilePath);
2924 }
2925 snprintf(command, sizeof (command), "%s%s -x c -E \"%s\"", cppCommand, cppOptions ? cppOptions : "", GetSourceFile());
2926 command[sizeof (command) - 1] = (char)0;
2927 if((cppOutput = __ecereNameSpace__ecere__sys__DualPipeOpen((((unsigned int)(1))), command)))
2928 {
2929 int exitCode;
2930 struct __ecereNameSpace__ecere__sys__OldList * ast;
2931 struct __ecereNameSpace__ecere__com__Instance * fileInput = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass___ecereNameSpace__ecere__sys__TempFile);
2932 struct ModuleImport * mainModule = __ecereNameSpace__ecere__com__eInstance_New(__ecereClass_ModuleImport);
2933
2934 SetFileInput(fileInput);
2935 SetMainModule(mainModule);
2936 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Add(&imports, mainModule);
2937 resetScanner();
2938 for(; !((unsigned int (*)(struct __ecereNameSpace__ecere__com__Instance *))__extension__ ({
2939 struct __ecereNameSpace__ecere__com__Instance * __internal_ClassInst = cppOutput;
2940
2941 __internal_ClassInst ? __internal_ClassInst->_vTbl : __ecereClass___ecereNameSpace__ecere__sys__DualPipe->_vTbl;
2942 })[__ecereVMethodID___ecereNameSpace__ecere__sys__File_Eof])(cppOutput); )
2943 {
2944 char junk[4096];
2945 int count = ((int (*)(struct __ecereNameSpace__ecere__com__Instance *, void *  buffer, unsigned int size, unsigned int count))__extension__ ({
2946 struct __ecereNameSpace__ecere__com__Instance * __internal_ClassInst = cppOutput;
2947
2948 __internal_ClassInst ? __internal_ClassInst->_vTbl : __ecereClass___ecereNameSpace__ecere__sys__DualPipe->_vTbl;
2949 })[__ecereVMethodID___ecereNameSpace__ecere__sys__File_Read])(cppOutput, junk, 1, 4096);
2950
2951 ((int (*)(struct __ecereNameSpace__ecere__com__Instance *, const void *  buffer, unsigned int size, unsigned int count))__extension__ ({
2952 struct __ecereNameSpace__ecere__com__Instance * __internal_ClassInst = fileInput;
2953
2954 __internal_ClassInst ? __internal_ClassInst->_vTbl : __ecereClass___ecereNameSpace__ecere__sys__TempFile->_vTbl;
2955 })[__ecereVMethodID___ecereNameSpace__ecere__sys__File_Write])(fileInput, junk, 1, count);
2956 }
2957 exitCode = __ecereMethod___ecereNameSpace__ecere__sys__DualPipe_GetExitCode(cppOutput);
2958 (__ecereNameSpace__ecere__com__eInstance_DecRef(cppOutput), cppOutput = 0);
2959 ((unsigned int (*)(struct __ecereNameSpace__ecere__com__Instance *, int pos, int mode))__extension__ ({
2960 struct __ecereNameSpace__ecere__com__Instance * __internal_ClassInst = fileInput;
2961
2962 __internal_ClassInst ? __internal_ClassInst->_vTbl : __ecereClass___ecereNameSpace__ecere__sys__TempFile->_vTbl;
2963 })[__ecereVMethodID___ecereNameSpace__ecere__sys__File_Seek])(fileInput, 0, 0);
2964 ParseEc();
2965 SetCurrentNameSpace((((void *)0)));
2966 SetYydebug(0);
2967 (__ecereNameSpace__ecere__com__eInstance_DecRef(fileInput), fileInput = 0);
2968 SetFileInput((((void *)0)));
2969 ast = GetAST();
2970 if(!exitCode)
2971 {
2972 if(ast)
2973 {
2974 ProcessDBTableDefinitions();
2975 PreCompPreProcessClassDefinitions();
2976 }
2977 if(!((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->exitCode)
2978 OutputSymbols(GetOutputFile());
2979 }
2980 else
2981 ((struct __ecereNameSpace__ecere__com__Application *)(((char *)this + sizeof(struct __ecereNameSpace__ecere__com__Module) + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->exitCode = exitCode;
2982 if(ast)
2983 {
2984 FreeASTTree(ast);
2985 }
2986 }
2987 FreeContext(globalContext);
2988 FreeExcludedSymbols(&_excludedSymbols);
2989 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Free(&defines, (void *)(FreeModuleDefine));
2990 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Free(&imports, (void *)(FreeModuleImport));
2991 __ecereMethod___ecereNameSpace__ecere__sys__OldList_Free(&precompDefines, (void *)(FreeDefinition));
2992 FreeTypeData(privateModule);
2993 FreeIncludeFiles();
2994 FreeGlobalData(&globalData);
2995 (__ecereNameSpace__ecere__com__eInstance_DecRef(privateModule), privateModule = 0);
2996 }
2997 (__ecereNameSpace__ecere__com__eSystem_Delete(cppCommand), cppCommand = 0);
2998 (__ecereNameSpace__ecere__com__eSystem_Delete(cppOptions), cppOptions = 0);
2999 SetSymbolsDir((((void *)0)));
3000 }
3001
3002 void __ecereRegisterModule_ecp(struct __ecereNameSpace__ecere__com__Instance * module)
3003 {
3004 struct __ecereNameSpace__ecere__com__Class __attribute__((unused)) * class;
3005
3006 class = __ecereNameSpace__ecere__com__eSystem_RegisterClass(5, "ClassDefine", "Definition", sizeof(struct ClassDefine), 0, (void *)0, (void *)0, module, 2, 1);
3007 if(((struct __ecereNameSpace__ecere__com__Module *)(((char *)module + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application == ((struct __ecereNameSpace__ecere__com__Module *)(((char *)__thisModule + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application && class)
3008 __ecereClass_ClassDefine = class;
3009 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "base", "char *", sizeof(void *), 0xF000F000, 1);
3010 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "propertiesAndMembers", "ecere::sys::OldList", sizeof(struct __ecereNameSpace__ecere__sys__OldList), 0xF000F000, 1);
3011 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "classProperties", "ecere::sys::OldList", sizeof(struct __ecereNameSpace__ecere__sys__OldList), 0xF000F000, 1);
3012 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "methods", "ecere::sys::OldList", sizeof(struct __ecereNameSpace__ecere__sys__OldList), 0xF000F000, 1);
3013 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "isRemote", "bool", 4, 4, 1);
3014 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "isWatchable", "bool", 4, 4, 1);
3015 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "fixed", "bool", 4, 4, 1);
3016 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "isStatic", "bool", 4, 4, 1);
3017 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "noExpansion", "bool", 4, 4, 1);
3018 class = __ecereNameSpace__ecere__com__eSystem_RegisterClass(5, "Define", "Definition", sizeof(struct Define), 0, (void *)0, (void *)0, module, 2, 1);
3019 if(((struct __ecereNameSpace__ecere__com__Module *)(((char *)module + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application == ((struct __ecereNameSpace__ecere__com__Module *)(((char *)__thisModule + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application && class)
3020 __ecereClass_Define = class;
3021 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "exp", "Expression", sizeof(void *), 0xF000F000, 1);
3022 class = __ecereNameSpace__ecere__com__eSystem_RegisterClass(5, "FunctionDefine", "Definition", sizeof(struct FunctionDefine), 0, (void *)0, (void *)0, module, 2, 1);
3023 if(((struct __ecereNameSpace__ecere__com__Module *)(((char *)module + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application == ((struct __ecereNameSpace__ecere__com__Module *)(((char *)__thisModule + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application && class)
3024 __ecereClass_FunctionDefine = class;
3025 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "dataType", "char *", sizeof(void *), 0xF000F000, 1);
3026 class = __ecereNameSpace__ecere__com__eSystem_RegisterClass(5, "DataDefine", "Definition", sizeof(struct DataDefine), 0, (void *)0, (void *)0, module, 2, 1);
3027 if(((struct __ecereNameSpace__ecere__com__Module *)(((char *)module + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application == ((struct __ecereNameSpace__ecere__com__Module *)(((char *)__thisModule + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application && class)
3028 __ecereClass_DataDefine = class;
3029 __ecereNameSpace__ecere__com__eClass_AddDataMember(class, "dataType", "char *", sizeof(void *), 0xF000F000, 1);
3030 class = __ecereNameSpace__ecere__com__eSystem_RegisterClass(5, "MethodDefine", 0, sizeof(struct MethodDefine), 0, (void *)0, (void *)0, module, 2, 1);
3031 if(((struct __ecereNameSpace__ecere__com__Module *)(((char *)module + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application == ((struct __ecereNameSpace__ecere__com__Module *)(((char *)__thisModule + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application && class)
3032 __ecereClass_MethodDefine = class;
3033 class = __ecereNameSpace__ecere__com__eSystem_RegisterClass(5, "PropertyDefine", 0, sizeof(struct PropertyDefine), 0, (void *)0, (void *)0, module, 2, 1);
3034 if(((struct __ecereNameSpace__ecere__com__Module *)(((char *)module + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application == ((struct __ecereNameSpace__ecere__com__Module *)(((char *)__thisModule + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application && class)
3035 __ecereClass_PropertyDefine = class;
3036 class = __ecereNameSpace__ecere__com__eSystem_RegisterClass(5, "DataMemberDefine", 0, sizeof(struct DataMemberDefine), 0, (void *)0, (void *)0, module, 2, 1);
3037 if(((struct __ecereNameSpace__ecere__com__Module *)(((char *)module + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application == ((struct __ecereNameSpace__ecere__com__Module *)(((char *)__thisModule + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application && class)
3038 __ecereClass_DataMemberDefine = class;
3039 __ecereNameSpace__ecere__com__eSystem_RegisterFunction("FreeMethodDefine", "void FreeMethodDefine(MethodDefine method)", FreeMethodDefine, module, 2);
3040 __ecereNameSpace__ecere__com__eSystem_RegisterFunction("FreeDataMemberDefine", "void FreeDataMemberDefine(DataMemberDefine dataMember)", FreeDataMemberDefine, module, 2);
3041 __ecereNameSpace__ecere__com__eSystem_RegisterFunction("FreeDataDefine", "void FreeDataDefine(DataDefine data)", FreeDataDefine, module, 2);
3042 __ecereNameSpace__ecere__com__eSystem_RegisterFunction("FreeDefinition", "void FreeDefinition(Definition definition)", FreeDefinition, module, 2);
3043 __ecereNameSpace__ecere__com__eSystem_RegisterFunction("PreCompPreProcessClassDefinitions", "void PreCompPreProcessClassDefinitions(void)", PreCompPreProcessClassDefinitions, module, 2);
3044 class = __ecereNameSpace__ecere__com__eSystem_RegisterClass(0, "PrecompApp", "ecere::com::Application", 0, 0, (void *)0, (void *)0, module, 2, 1);
3045 if(((struct __ecereNameSpace__ecere__com__Module *)(((char *)module + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application == ((struct __ecereNameSpace__ecere__com__Module *)(((char *)__thisModule + sizeof(struct __ecereNameSpace__ecere__com__Instance))))->application && class)
3046 __ecereClass_PrecompApp = class;
3047 __ecereNameSpace__ecere__com__eClass_AddMethod(class, "Main", 0, __ecereMethod_PrecompApp_Main, 1);
3048 }
3049