Home
last modified time | relevance | path

Searched refs:ifbase (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d4244 if (auto ifbase = cbase.isInterfaceDeclaration()) in dotExp() local
4245 e = new CastExp(e.loc, e, ifbase.type); in dotExp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c8520 if (InterfaceDeclaration *ifbase = cbase->isInterfaceDeclaration()) in dotExp() local
8521 e = new CastExp(e->loc, e, ifbase->type); in dotExp()