mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-24 21:01:49 +01:00
[svn r393] Started implementation for DtoNullValue.
This commit is contained in:
@@ -41,6 +41,9 @@ LLValue* DtoNestedVariable(VarDeclaration* vd);
|
||||
// basic operations
|
||||
void DtoAssign(DValue* lhs, DValue* rhs);
|
||||
|
||||
// create a null dvalue
|
||||
DValue* DtoNullValue(Type* t);
|
||||
|
||||
// casts
|
||||
DValue* DtoCastInt(DValue* val, Type* to);
|
||||
DValue* DtoCastPtr(DValue* val, Type* to);
|
||||
|
||||
Reference in New Issue
Block a user