Home
last modified time | relevance | path

Searched refs:tftohash (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c718 static TypeFunction *tftohash; in buildXtoHash() local
719 if (!tftohash) in buildXtoHash()
721 tftohash = new TypeFunction(NULL, Type::thash_t, 0, LINKd); in buildXtoHash()
722 tftohash->mod = MODconst; in buildXtoHash()
723 tftohash = (TypeFunction *)tftohash->merge(); in buildXtoHash()
728 fd = fd->overloadExactMatch(tftohash); in buildXtoHash()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d785 __gshared TypeFunction tftohash; in buildXtoHash() local
786 if (!tftohash) in buildXtoHash()
788 tftohash = new TypeFunction(ParameterList(), Type.thash_t, LINK.d); in buildXtoHash()
789 tftohash.mod = MODFlags.const_; in buildXtoHash()
790 tftohash = cast(TypeFunction)tftohash.merge(); in buildXtoHash()
794 fd = fd.overloadExactMatch(tftohash); in buildXtoHash()