Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsideeffect.d120 return mutabilityOfType(tf.isref, tf.next) == 2 ? 2 : 1; in callSideEffectLevel()
149 return mutabilityOfType(tf.isref, tf.next) == 2 ? 2 : 1; in callSideEffectLevel()
H A Dmtype.d270 int mutabilityOfType(bool isref, Type t) in mutabilityOfType() function
4332 if (mutabilityOfType(pref, t) == 0) in purityLevel()