Searched refs:overnext0 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.c162 for (; f1 != f2; f1 = f1->overnext0)
164 if (f1->overnext0 == NULL)
166 f1->overnext0 = f2;
H A Ddeclaration.h542 FuncDeclaration *overnext0; // next in overload list (only used during IFTI) member in class:FuncDeclaration
H A Ddtemplate.c2442 for (size_t ovi = 0; f; f = f->overnext0, ovi++)
2605 m->lastf = m->lastf->overnext0;
H A Dfunc.c330 overnext0 = NULL;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.d1158 for (; f1 != f2; f1 = f1.overnext0)
1160 if (f1.overnext0 is null)
1162 f1.overnext0 = f2;
H A Ddeclaration.h561 FuncDeclaration *overnext0; // next in overload list (only used during IFTI) member in class:FuncDeclaration
H A Dfunc.d288 FuncDeclaration overnext0; /// next in overload list (only used during IFTI)
H A Ddtemplate.d2960 for (size_t ovi = 0; f; f = f.overnext0, ovi++)
3112 m.lastf = m.lastf.overnext0;

Completed in 198 milliseconds