Searched refs:tftohash (Results 1 – 2 of 2) sorted by relevance
718 static TypeFunction *tftohash; in buildXtoHash() local719 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()
785 __gshared TypeFunction tftohash; in buildXtoHash() local786 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()