Home
last modified time | relevance | path

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

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