Searched refs:tfront (Results 1 – 4 of 4) sorted by relevance
1246 Type tfront; in package() local1251 tfront = fd.type; in package()1257 tfront = f.type; in package()1261 tfront = d.type; in package()1263 if (!tfront || tfront.ty == Terror) in package()1265 if (tfront.toBasetype().ty == Tfunction) in package()1267 auto ftt = cast(TypeFunction)tfront.toBasetype(); in package()1268 tfront = tfront.toBasetype().nextOf(); in package()1273 if (tfront.needsDestruction()) ignoreRef = true; in package()1276 if (tfront.ty == Tvoid) in package()[all …]
1328 Type *tfront = NULL; in visit() local1333 tfront = fd->type; in visit()1339 tfront = f->type; in visit()1343 tfront = d->type; in visit()1345 if (!tfront || tfront->ty == Terror) in visit()1348 if (tfront->toBasetype()->ty == Tfunction) in visit()1349 tfront = tfront->toBasetype()->nextOf(); in visit()1350 if (tfront->ty == Tvoid) in visit()1357 tfront = tfront->substWildTo(tab->mod); in visit()1360 ve->type = tfront; in visit()
1163 auto tfront = t.front; in distanceLowMem() local1170 auto cSub = lastdiag + (equals(ss.front, tfront) ? 0 : _substitutionIncrement); in distanceLowMem()
1401 auto tfront = t.front; in distanceLowMem() local1408 auto cSub = lastdiag + (equals(ss.front, tfront) ? 0 : _substitutionIncrement); in distanceLowMem()