view gen/typeinf.h @ 1496:b4fc62f047cd

More DtoType -> DtoTypeNotVoid for getting the array element llvm type.
author Christian Kamm <kamm incasoftware de>
date Fri, 12 Jun 2009 21:34:35 +0200
parents 450897f5aae9
children
line wrap: on
line source

#ifndef LDC_GEN_TYPEINF_H
#define LDC_GEN_TYPEINF_H

void DtoResolveTypeInfo(TypeInfoDeclaration* tid);
void DtoDeclareTypeInfo(TypeInfoDeclaration* tid);
void DtoConstInitTypeInfo(TypeInfoDeclaration* tid);

#endif