comparison dmd/mtype.h @ 211:f66219e0d530 trunk

[svn r227] Fixed: crash in lifetime.d when resizing array of AAs by .length assignment.
author lindquist
date Tue, 27 May 2008 19:53:29 +0200
parents db9890b3fb64
children 0806379a5eca
comparison
equal deleted inserted replaced
210:1d6cfdbc97f0 211:f66219e0d530
358 void toDecoBuffer(OutBuffer *buf); 358 void toDecoBuffer(OutBuffer *buf);
359 void toCBuffer2(OutBuffer *buf, HdrGenState *hgs, int mod); 359 void toCBuffer2(OutBuffer *buf, HdrGenState *hgs, int mod);
360 Expression *dotExp(Scope *sc, Expression *e, Identifier *ident); 360 Expression *dotExp(Scope *sc, Expression *e, Identifier *ident);
361 Expression *defaultInit(Loc loc); 361 Expression *defaultInit(Loc loc);
362 MATCH deduceType(Scope *sc, Type *tparam, TemplateParameters *parameters, Objects *dedtypes); 362 MATCH deduceType(Scope *sc, Type *tparam, TemplateParameters *parameters, Objects *dedtypes);
363 int isZeroInit();
363 int checkBoolean(); 364 int checkBoolean();
364 TypeInfoDeclaration *getTypeInfoDeclaration(); 365 TypeInfoDeclaration *getTypeInfoDeclaration();
365 int hasPointers(); 366 int hasPointers();
366 367
367 // Back end 368 // Back end