Home
last modified time | relevance | path

Searched refs:HashTab (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Dhashtab.d13 struct HashTab(Key, Value) in HashTab() function
231 HashTab!(int, int) tab;
260 static assert(!__traits(compiles, { HashTab!(int, int) tab2 = tab; }));
261 HashTab!(int, int) tab2;
263 static void foo(HashTab!(int, int) copy) {}
269 HashTab!(string, size_t) tab;
294 HashTab!(size_t, RC) tab;
312 HashTab!(uint, uint) tab;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/
H A Dhashtab.d13 struct HashTab(Key, Value) in HashTab() function
232 HashTab!(int, int) tab;
261 static assert(!__traits(compiles, { HashTab!(int, int) tab2 = tab; }));
262 HashTab!(int, int) tab2;
264 static void foo(HashTab!(int, int) copy) {}
270 HashTab!(string, size_t) tab;
295 HashTab!(size_t, RC) tab;
313 HashTab!(uint, uint) tab;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dprofilegc.d28 HashTab!(const(char)[], Entry) newCounts;
32 HashTab!(const(char)[], Entry) globalNewCounts;
H A Dminfo.d243 HashTab!(immutable(ModuleInfo)*, int) modIndexes; in sortCtors()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d282 @property ref HashTab!(void*, DSO*) _handleToDSO() @nogc nothrow in version()
284 __gshared HashTab!(void*, DSO*) x; in version()
H A Dmacho.d281 @property ref HashTab!(void*, DSO*) _handleToDSO() @nogc nothrow in version()
283 __gshared HashTab!(void*, DSO*) x; in version()
H A Delf.d392 …@property ref HashTab!(void*, DSO*) _handleToDSO() @nogc nothrow { __gshared HashTab!(void*, DSO*)… in version()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Demutls.d63 __gshared HashTab!(TlsArray*, TlsArray*) emutlsArrays;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Demutls.d64 __gshared HashTab!(TlsArray*, TlsArray*) emutlsArrays;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d387 …@property ref HashTab!(void*, DSO*) _handleToDSO() @nogc nothrow { __gshared HashTab!(void*, DSO*)… in version()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dminfo.d243 HashTab!(immutable(ModuleInfo)*, int) modIndexes; in sortCtors()