Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d2752 const lastCovariant = m.lastf.type.covariant(fd.type); in applyFunction() local
2755 if (lastCovariant == Covariant.yes || lastCovariant == Covariant.no) in applyFunction()