Home
last modified time | relevance | path

Searched refs:pLastDecl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.h74 Dsymbols *parseDeclDefs(int once, Dsymbol **pLastDecl = NULL, PrefixAttributes *pAttrs = NULL);
76 Dsymbols *parseBlock(Dsymbol **pLastDecl, PrefixAttributes *pAttrs = NULL);
124 Dsymbol *parseForeachStaticDecl(Loc loc, Dsymbol **pLastDecl);
H A Dparse.c243 Dsymbols *Parser::parseDeclDefs(int once, Dsymbol **pLastDecl, PrefixAttributes *pAttrs) in parseDeclDefs() argument
246 if (!pLastDecl) in parseDeclDefs()
247 pLastDecl = &lastDecl; in parseDeclDefs()
358 *pLastDecl = (*a)[a->dim-1]; in parseDeclDefs()
394 if (*pLastDecl) in parseDeclDefs()
395 (*pLastDecl)->ddocUnittest = (UnitTestDeclaration *)s; in parseDeclDefs()
466 athen = parseBlock(pLastDecl); in parseDeclDefs()
471 athen = parseBlock(pLastDecl); in parseDeclDefs()
479 aelse = parseBlock(pLastDecl); in parseDeclDefs()
491 s = parseForeachStaticDecl(token.loc, pLastDecl); in parseDeclDefs()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d292 …AST.Dsymbols* parseDeclDefs(int once, AST.Dsymbol* pLastDecl = null, PrefixAttributes!AST* pAttrs …
295 if (!pLastDecl)
296 pLastDecl = &lastDecl;
420 *pLastDecl = (*a)[a.dim - 1];
486 if (*pLastDecl)
487 (*pLastDecl).ddocUnittest = cast(AST.UnitTestDeclaration)s;
555 athen = parseBlock(pLastDecl);
560 athen = parseBlock(pLastDecl);
568 aelse = parseBlock(pLastDecl);
580 s = parseForeach!(AST.StaticForeachDeclaration)(token.loc, pLastDecl);
[all …]