mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Run postblit constructors for elements of an array.
This commit is contained in:
@@ -15,8 +15,12 @@ LLConstant* DtoConstSlice(LLConstant* dim, LLConstant* ptr);
|
||||
void DtoArrayCopySlices(DSliceValue* dst, DSliceValue* src);
|
||||
void DtoArrayCopyToSlice(DSliceValue* dst, DValue* src);
|
||||
|
||||
void DtoArrayInit(Loc& loc, DValue* array, DValue* value);
|
||||
void DtoArrayAssign(LLValue* l, LLValue* r);
|
||||
void DtoArrayInit(Loc& loc, DValue* array, DValue* value, int op);
|
||||
#if DMDV2
|
||||
bool arrayNeedsPostblit(Type *t);
|
||||
void DtoArrayAssign(DValue *from, DValue *to, int op);
|
||||
void DtoArraySetAssign(Loc &loc, DValue *array, DValue *value, int op);
|
||||
#endif
|
||||
void DtoSetArray(DValue* array, LLValue* dim, LLValue* ptr);
|
||||
void DtoSetArrayToNull(LLValue* v);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user