Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.h136 … bool isDeclarator(Token **pt, int *haveId, int *haveTpl, TOK endtok, bool allowAltSyntax = true);
H A Dparse.c6133 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 Dparse.d7207 …te bool isDeclarator(Token** pt, int* haveId, int* haveTpl, TOK endtok, bool allowAltSyntax = true)
7283 if (!allowAltSyntax)