view gen/aa.h @ 375:3c4460b988bd

Do not strip the leading underscore for typeinfo mangles on Windows.
author Christian Kamm <kamm incasoftware de>
date Mon, 21 Jul 2008 20:11:42 +0200
parents facc562f5674
children 0e6b4d65d3f8
line wrap: on
line source

#ifndef LLVMDC_GEN_AA_H
#define LLVMDC_GEN_AA_H

DValue* DtoAAIndex(Type* type, DValue* aa, DValue* key);
DValue* DtoAAIn(Type* type, DValue* aa, DValue* key);
void DtoAARemove(DValue* aa, DValue* key);

#endif // LLVMDC_GEN_AA_H