Home
last modified time | relevance | path

Searched defs:StringEntry (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dstringtable.d44 private struct StringEntry struct
46 uint hash;
47 uint vptr;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dstringtable.c18 struct StringEntry struct
20 uint32_t hash;
21 uint32_t vptr;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp853 auto StringEntry = StringPool.getEntry(*String); in cloneStringAttribute() local