Home
last modified time | relevance | path

Searched refs:StringEntry (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dstringtable.c18 struct StringEntry struct
69 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()
H A Dstringtable.h14 struct StringEntry;
33 StringEntry *table;
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dstringtable.d44 private struct StringEntry struct
88 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];
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp853 auto StringEntry = StringPool.getEntry(*String); in cloneStringAttribute() local
857 Info.Name = StringEntry; in cloneStringAttribute()
860 Info.MangledName = StringEntry; in cloneStringAttribute()
863 DIEInteger(StringEntry.getOffset())); in cloneStringAttribute()