Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dsafe.c149 const bool frompointers = tfromn->hasPointers(); in isSafeCast() local
152 if (frompointers && !topointers && ttobn->isMutable()) in isSafeCast()
155 if (!frompointers && topointers) in isSafeCast()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsafe.d183 const frompointers = tfromn.hasPointers(); in isSafeCast() local
186 if (frompointers && !topointers && ttobn.isMutable()) in isSafeCast()
189 if (!frompointers && topointers) in isSafeCast()