Home
last modified time | relevance | path

Searched refs:tfront (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatementsem.d1246 Type tfront; in package() local
1251 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatementsem.c1328 Type *tfront = NULL; in visit() local
1333 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()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dcomparison.d1163 auto tfront = t.front; in distanceLowMem() local
1170 auto cSub = lastdiag + (equals(ss.front, tfront) ? 0 : _substitutionIncrement); in distanceLowMem()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dcomparison.d1401 auto tfront = t.front; in distanceLowMem() local
1408 auto cSub = lastdiag + (equals(ss.front, tfront) ? 0 : _substitutionIncrement); in distanceLowMem()