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

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

Completed in 88 milliseconds