Searched refs:isreturn (Results 1 – 17 of 17) sorted by relevance
1427 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()
684 if (t1.isreturn)690 if (t2.isreturn)701 else if (t1.isreturn && !t2.isreturn)4209 bool isreturn; /// 'this' is returned by ref member4253 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)
626 bool isreturn() const;627 void isreturn(bool v);
374 if (ta.isreturn && !ta.isreturninferred) in mangleFuncType()
1194 tf.isreturn = true; in typeSemantic()1262 if (tf.isreturn && !tf.isref && !tf.next.hasPointers()) in typeSemantic()1264 tf.isreturn = false; in typeSemantic()
371 tf.isreturn = true; in buildOpAssign()
1287 f.isreturn = true; in visit()
3178 …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()
560 if (tf.isreturn) in declareThis()
3633 if (t.isreturn) in visitFuncIdentWithPrefix()
2983 tf.isreturn = false; // ignore 'return' attribute, whether explicit or inferred in package()
704 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()
234 …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()
2026 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 …]
605 …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()
606 bool isreturn; // true: 'this' is returned by ref variable
318 tf->isreturn = true; in buildOpAssign()