Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d5040 const returnloc = token.loc; in parseFunctionLiteral() local
5042 fd.fbody = new AST.ReturnStatement(returnloc, ae); in parseFunctionLiteral()
5081 const returnloc = token.loc; variable
5083 f.fbody = new AST.ReturnStatement(returnloc, parseExpression());
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c4245 Loc returnloc = token.loc; in parseFunctionLiteral() local
4247 fd->fbody = new ReturnStatement(returnloc, ae); in parseFunctionLiteral()