Searched refs:StringEntry (Results 1 – 4 of 4) sorted by relevance
18 struct StringEntry struct69 table = (StringEntry *)mem.xcalloc(size, sizeof(table[0])); in _init()161 StringEntry *otab = table; in grow()163 table = (StringEntry *)mem.xcalloc(tabledim, sizeof(table[0])); in grow()167 StringEntry *se = &otab[i]; in grow()187 StringEntry *se = &table[i]; in apply()
14 struct StringEntry;33 StringEntry *table;
44 private struct StringEntry struct88 StringEntry[] table;100 table = (cast(StringEntry*)mem.xcalloc(size, (table[0]).sizeof))[0 .. size];304 table = (cast(StringEntry*)mem.xcalloc_noscan(ndim, (table[0]).sizeof))[0 .. ndim];
853 auto StringEntry = StringPool.getEntry(*String); in cloneStringAttribute() local857 Info.Name = StringEntry; in cloneStringAttribute()860 Info.MangledName = StringEntry; in cloneStringAttribute()863 DIEInteger(StringEntry.getOffset())); in cloneStringAttribute()