Home
last modified time | relevance | path

Searched refs:checkCstyleTypeSyntax (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.h122 void checkCstyleTypeSyntax(Loc loc, Type *t, int alt, Identifier *ident);
H A Dparse.c2132 checkCstyleTypeSyntax(typeLoc, memtype, alt, NULL); in parseEnum()
3060 checkCstyleTypeSyntax(typeLoc, t, alt, pident ? *pident : NULL); in parseType()
3976 checkCstyleTypeSyntax(loc, t, alt, ident); in parseDeclarations()
4705 void Parser::checkCstyleTypeSyntax(Loc loc, Type *t, int alt, Identifier *ident) in checkCstyleTypeSyntax() function
H A Dparse.d3006 checkCstyleTypeSyntax(typeLoc, memtype, alt, null); in parseEnum()
3501 checkCstyleTypeSyntax(typeLoc, t, alt, pident ? *pident : null);
4464 checkCstyleTypeSyntax(loc, t, alt, ident);
5265 private void checkCstyleTypeSyntax(Loc loc, AST.Type t, int alt, Identifier ident)
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.h122 void checkCstyleTypeSyntax(Loc loc, Type *t, int alt, Identifier *ident);
H A Dparse.c2132 checkCstyleTypeSyntax(typeLoc, memtype, alt, NULL); in parseEnum()
3060 checkCstyleTypeSyntax(typeLoc, t, alt, pident ? *pident : NULL); in parseType()
3976 checkCstyleTypeSyntax(loc, t, alt, ident); in parseDeclarations()
4705 void Parser::checkCstyleTypeSyntax(Loc loc, Type *t, int alt, Identifier *ident) in checkCstyleTypeSyntax() function