Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d1427 tf.isreturn = true; in inferReturn()
1756 if (tf.isreturn) in visit()
1791 if (tf.isreturn) in visit()
1804 if (tf.isreturn && tf.isScopeQual) in visit()
1814 if (tf.isreturn) in visit()
1825 if (tf.isreturn && tf.isScopeQual) in visit()
2039 if (tf.isreturn) in visit()
2057 if (fd.isNested() && tf.isreturn) in visit()
2076 if (tf.isreturn) in visit()
H A Dmtype.d684 if (t1.isreturn)
690 if (t2.isreturn)
701 else if (t1.isreturn && !t2.isreturn)
4209 bool isreturn; /// 'this' is returned by ref member
4253 this.isreturn = true;
4293 t.isreturn = isreturn; in syntaxCopy()
4468 tf.isreturn = t.isreturn; in addStorageClass()
4535 t.isreturn = isreturn; in substWildTo()
7158 if (tf.isreturn && !tf.isreturninferred)
H A Dmtype.h626 bool isreturn() const;
627 void isreturn(bool v);
H A Ddmangle.d374 if (ta.isreturn && !ta.isreturninferred) in mangleFuncType()
H A Dtypesem.d1194 tf.isreturn = true; in typeSemantic()
1262 if (tf.isreturn && !tf.isref && !tf.next.hasPointers()) in typeSemantic()
1264 tf.isreturn = false; in typeSemantic()
H A Dclone.d371 tf.isreturn = true; in buildOpAssign()
H A Dsemantic3.d1287 f.isreturn = true; in visit()
H A Ddsymbolsem.d3178 …if (ad && ad.isClassDeclaration() && (tf.isreturn || sc.stc & STC.return_) && !(sc.stc & STC.stati… in funcDeclarationSemantic()
3266 if (f.isreturn && !funcdecl.needThis() && !funcdecl.isNested()) in funcDeclarationSemantic()
H A Dfunc.d560 if (tf.isreturn) in declareThis()
H A Dhdrgen.d3633 if (t.isreturn) in visitFuncIdentWithPrefix()
H A Dstatementsem.d2983 tf.isreturn = false; // ignore 'return' attribute, whether explicit or inferred in package()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Descape.c704 tf->isreturn = true; in inferReturn()
975 if (global.params.vsafe && tf->isreturn && fd && (ad = fd->isThis()) != NULL) in escapeByValue()
982 else if (dve->var->storage_class & STCreturn || tf->isreturn) in escapeByValue()
996 if (tf->isreturn) in escapeByValue()
1180 if (dve->var->storage_class & STCreturn || tf->isreturn) in escapeByRef()
H A Ddmangle.c234 …isnothrow || ta->isnogc || ta->isproperty || ta->isref || ta->trust || ta->isreturn || ta->isscope) in mangleFuncType()
246 if (ta->isreturn) in mangleFuncType()
248 if (ta->isscope && !ta->isreturn && !ta->isscopeinferred) in mangleFuncType()
H A Dmtype.c2026 t->isreturn = isreturn; in substWildTo()
5154 this->isreturn = false; in TypeFunction()
5172 this->isreturn = true; in TypeFunction()
5208 t->isreturn = isreturn; in syntaxCopy()
5379 if (t1->isreturn) in covariant()
5385 if (t2->isreturn) in covariant()
5396 else if (t1->isreturn && !t2->isreturn) in covariant()
5487 tf->isreturn = true; in semantic()
5526 if (tf->isreturn && !tf->isref && !tf->next->hasPointers()) in semantic()
6333 tf->isreturn = t->isreturn; in addStorageClass()
[all …]
H A Dfunc.c605 …if (ad && ad->isClassDeclaration() && (tf->isreturn || sc->stc & STCreturn) && !(sc->stc & STCstat… in semantic()
729 if (f->isreturn && !needThis() && !isNested()) in semantic()
2308 f->isreturn = true; in semantic3()
2503 if (tf->isreturn) in declareThis()
2529 if (tf->isreturn) in declareThis()
H A Dmtype.h606 bool isreturn; // true: 'this' is returned by ref variable
H A Dclone.c318 tf->isreturn = true; in buildOpAssign()