Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d1963 … const typesMatch = arg.type.mutableOf().unSharedOf().equals(tprm.mutableOf().unSharedOf()); in functionParameters() local
1964 if (!((hasCopyCtor && typesMatch) || tprm.equals(arg.type))) in functionParameters()