Home
last modified time | relevance | path

Searched defs:t1n (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddcast.c2704 Type *t1n = t1->nextOf(); in typeMerge() local
2872 Type *t1n = t1->nextOf(); in typeMerge() local
H A Dopover.c886 Type *t1n = t1->nextOf()->toBasetype(); in op_overload() local
H A Dexpressionsem.c6065 Type *t1n = t1->nextOf(); in visit() local
H A Dmtype.c5323 Type *t1n = t1->next; in covariant() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.d2987 Type t1n = t1.nextOf(); in typeMerge() local
3132 Type t1n = t1.nextOf(); in typeMerge() local
H A Dexpressionsem.d9755 Type t1n = t1.nextOf(); in visit() local
11706 Type t1n = t1.nextOf().toBasetype(); in visit() local
H A Dmtype.d619 Type t1n = t1.next; variable