Searched refs:outId (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c318 outId = NULL;
376 f->outId = outId;
1306 if (!fdx->outId && f->nextOf() && f->nextOf()->toBasetype()->ty != Tvoid)
1307 fdx->outId = Id::result; // provide a default
1319 if (fdx->outId)
1321 p = new Parameter(STCref | STCconst, f->nextOf(), fdx->outId, NULL);
1334 if (fdx->outId)
1335 eresult = new IdentifierExp(loc, fdx->outId);
2024 fensure = mergeFensure(fensure, outId);
[all...]
H A Ddeclaration.h528 Identifier *outId; // identifier for out statement member in class:FuncDeclaration
529 VarDeclaration *vresult; // variable corresponding to outId
H A Dhdrgen.c1969 if (f->outId)
1972 buf->writestring(f->outId->toChars());
H A Dparse.c4382 f->outId = token.ident;

Completed in 225 milliseconds