Home
last modified time | relevance | path

Searched refs:returnLabel (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic3.d570 funcdecl.returnLabel = funcdecl.searchLabel(Id.returnLabel); in visit()
802 assert(!funcdecl.returnLabel); in visit()
830 if (funcdecl.vresult || funcdecl.returnLabel) in visit()
955 if (funcdecl.nrvo_var || funcdecl.returnLabel) in visit()
1110 auto ls = new LabelStatement(Loc.initial, Id.returnLabel, fens); in visit()
1111 funcdecl.returnLabel.statement = ls; in visit()
1112 a.push(funcdecl.returnLabel.statement); in visit()
H A Didentifier.c71 else if (this == Id::returnLabel) p = "return"; in toHChars2()
H A Dfunc.c225 if (fd->returnLabel) in visit()
232 GotoStatement *gs = new GotoStatement(s->loc, Id::returnLabel); in visit()
233 gs->label = fd->returnLabel; in visit()
320 returnLabel = NULL; in FuncDeclaration()
1674 returnLabel = new LabelDsymbol(Id::returnLabel); in semantic3()
1907 assert(!returnLabel); in semantic3()
1945 if (vresult || returnLabel) in semantic3()
2012 if (nrvo_var || returnLabel) in semantic3()
2147 LabelStatement *ls = new LabelStatement(Loc(), Id::returnLabel, fens); in semantic3()
2148 returnLabel->statement = ls; in semantic3()
[all …]
H A Didentifier.d121 else if (this == Id.returnLabel) in toHChars2()
H A Ddeclaration.h547 LabelDsymbol *returnLabel; // where the return goes variable
H A Dfunc.d122 if (fd.returnLabel) in visit()
129 auto gs = new GotoStatement(s.loc, Id.returnLabel); in visit()
130 gs.label = fd.returnLabel; in visit()
274 LabelDsymbol returnLabel; /// where the return goes variable
H A Dstatementsem.c2697 if (fd->returnLabel) in visit()
2699 GotoStatement *gs = new GotoStatement(rs->loc, Id::returnLabel); in visit()
2700 gs->label = fd->returnLabel; in visit()
H A Dstatementsem.d2805 if (fd.returnLabel) in package()
2807 auto gs = new GotoStatement(rs.loc, Id.returnLabel); in package()
2808 gs.label = fd.returnLabel; in package()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Didentifier.c71 else if (this == Id::returnLabel) p = "return"; in toHChars2()
H A Dfunc.c225 if (fd->returnLabel) in visit()
232 GotoStatement *gs = new GotoStatement(s->loc, Id::returnLabel); in visit()
233 gs->label = fd->returnLabel; in visit()
320 returnLabel = NULL; in FuncDeclaration()
1674 returnLabel = new LabelDsymbol(Id::returnLabel); in semantic3()
1907 assert(!returnLabel); in semantic3()
1945 if (vresult || returnLabel) in semantic3()
2012 if (nrvo_var || returnLabel) in semantic3()
2147 LabelStatement *ls = new LabelStatement(Loc(), Id::returnLabel, fens); in semantic3()
2148 returnLabel->statement = ls; in semantic3()
[all …]
H A Ddeclaration.h530 LabelDsymbol *returnLabel; // where the return goes variable
H A Dstatementsem.c2697 if (fd->returnLabel) in visit()
2699 GotoStatement *gs = new GotoStatement(rs->loc, Id::returnLabel); in visit()
2700 gs->label = fd->returnLabel; in visit()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc316 if (this->func_->returnLabel) in is_return_label()
317 return this->func_->returnLabel->ident == ident; in is_return_label()
781 sym = this->func_->returnLabel; in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc317 if (this->func_->returnLabel) in is_return_label()
318 return this->func_->returnLabel->ident == ident; in is_return_label()
772 sym = this->func_->returnLabel; in visit()