Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddcast.c2705 Type *t2n = t2->nextOf(); in typeMerge() local
2873 Type *t2n = t2->nextOf(); in typeMerge() local
H A Dopover.c887 Type *t2n = t2->nextOf()->toBasetype(); in op_overload() local
H A Dexpressionsem.c6064 Type *t2n = t2->nextOf(); in visit() local
H A Dmtype.c5324 Type *t2n = t2->next; in covariant() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.d2988 Type t2n = t2.nextOf(); in typeMerge() local
3133 Type t2n = t2.nextOf(); in typeMerge() local
H A Dexpressionsem.d9754 Type t2n = t2.nextOf(); in visit() local
11707 Type t2n = t2.nextOf().toBasetype(); in visit() local
H A Dmtype.d620 Type t2n = t2.next; variable