Searched refs:parseDeclarator (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | parse.h | 115 Type *parseDeclarator(Type *t, int *alt, Identifier **pident,
|
H A D | parse.c | 2131 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 D | parse.d | 3005 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 D | ChangeLog-2007 | 227 * dmd2/parse.c (parseDeclarator): Fix aliasing bug.
|