Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h628 bool isreturnscope() const;
629 void isreturnscope(bool v);
H A Descape.d1448 tf.isreturnscope = returnScope; in inferReturn()
1780 if (tf.isreturnscope) in visit()
2067 if (tf.isreturnscope) in visit()
H A Dmtype.d4218 bool isreturnscope; /// `this` is returned by value member
4255 this.isreturnscope = true;
4294 t.isreturnscope = isreturnscope; in syntaxCopy()
4469 tf.isreturnscope = t.isreturnscope; in addStorageClass()
4536 t.isreturnscope = isreturnscope; in substWildTo()
H A Dsemantic3.d1288 f.isreturnscope = cast(bool) (funcdecl.storage_class & STC.returnScope); in visit()
H A Dfunc.d564 if (tf.isreturnscope) in declareThis()
H A Dtypesem.d1196 tf.isreturnscope = true; in typeSemantic()