Searched refs:allowAltSyntax (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | parse.h | 136 … bool isDeclarator(Token **pt, int *haveId, int *haveTpl, TOK endtok, bool allowAltSyntax = true);
|
H A D | parse.c | 6133 bool Parser::isDeclarator(Token **pt, int *haveId, int *haveTpl, TOK endtok, bool allowAltSyntax) in isDeclarator() argument 6209 if (!allowAltSyntax) in isDeclarator()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | parse.d | 7207 …te bool isDeclarator(Token** pt, int* haveId, int* haveTpl, TOK endtok, bool allowAltSyntax = true) 7283 if (!allowAltSyntax)
|