Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h284 bool hasDeprecatedAliasThis();
H A Dmtype.d2003 final bool hasDeprecatedAliasThis() in hasDeprecatedAliasThis() function
H A Dexpressionsem.d5713 const bool preventAliasThis = e.targ.hasDeprecatedAliasThis && !deprecationAllowed; in visit()