Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.h115 Type *parseDeclarator(Type *t, int *alt, Identifier **pident,
H A Dparse.c2131 memtype = parseDeclarator(memtype, &alt, NULL); in parseEnum()
3059 t = parseDeclarator(t, &alt, pident, ptpl); in parseType()
3438 Type *Parser::parseDeclarator(Type *t, int *palt, Identifier **pident, in parseDeclarator() function
3470 ts = parseDeclarator(t, palt, pident); in parseDeclarator()
3967 t = parseDeclarator(ts, &alt, &ident, &tpl, storage_class, &disable, &udas); in parseDeclarations()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d3005 memtype = parseDeclarator(memtype, alt, null); in parseEnum()
3500 t = parseDeclarator(t, alt, pident, ptpl);
3972 private AST.Type parseDeclarator(AST.Type t, ref int palt, Identifier* pident,
4003 ts = parseDeclarator(t, palt, pident);
4455 auto t = parseDeclarator(ts, alt, &ident, &tpl, storage_class, &disable, &udas);
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2007227 * dmd2/parse.c (parseDeclarator): Fix aliasing bug.