Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.h111 Type *parseType(Identifier **pident = NULL, TemplateParameters **ptpl = NULL);
H A Dparse.c3001 Type *Parser::parseType(Identifier **pident, TemplateParameters **ptpl) in parseType() argument
3059 t = parseDeclarator(t, &alt, pident, ptpl); in parseType()
/netbsd-src/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);