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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.h111 Type *parseType(Identifier **pident = NULL, TemplateParameters **ptpl = NULL);
115 Type *parseDeclarator(Type *t, int *alt, Identifier **pident,
H A Dparse.c3001 Type *Parser::parseType(Identifier **pident, TemplateParameters **ptpl) argument
3059 t = parseDeclarator(t, &alt, pident, ptpl);
3060 checkCstyleTypeSyntax(typeLoc, t, alt, pident ? *pident : NULL);
3438 Type *Parser::parseDeclarator(Type *t, int *palt, Identifier **pident, argument
3448 if (pident)
3449 *pident = token.ident;
3470 ts = parseDeclarator(t, palt, pident);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d3442 AST.Type parseType(Identifier* pident = null, AST.TemplateParameters** ptpl = null)
3500 t = parseDeclarator(t, alt, pident, ptpl);
3501 checkCstyleTypeSyntax(typeLoc, t, alt, pident ? *pident : null);
3963 * pident = set to Identifier if there is one, null if not
3972 private AST.Type parseDeclarator(AST.Type t, ref int palt, Identifier* pident,
3982 if (pident)
3983 *pident = token.ident;
4003 ts = parseDeclarator(t, palt, pident);
H A Dcparse.d2499 * pident = set to Identifier if there is one, null if not
2507 out Identifier pident, ref Specifier specifier)
2524 pident = token.ident;

Completed in 213 milliseconds