Home
last modified time | relevance | path

Searched refs:allocValue (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dstringtable.c24 uint32_t StringTable::allocValue(const char *s, size_t length, void *ptrvalue) in allocValue() function
135 table[i].vptr = allocValue(s, length, NULL); in update()
153 table[i].vptr = allocValue(s, length, ptrvalue); in insert()
H A Dstringtable.h53 uint32_t allocValue(const char *p, size_t length, void *ptrvalue);
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dstringtable.d170 table[i].vptr = allocValue(str, value);
193 table[i].vptr = allocValue(str, T.init);
254 uint allocValue(scope const(char)[] str, T value) nothrow pure