Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d1274 const isRefOrOut = fparam.isReference(); in typeSemantic() local
1276 if (isRefOrOut && !isAuto) in typeSemantic()
1298 if (isRefOrOut && (!isAuto || e.isLvalue()) in typeSemantic()
1308 if (isRefOrOut && !isAuto && in typeSemantic()