Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.h161 Expression *parseNewExp(Expression *thisexp);
H A Dparse.c7123 e = parseNewExp(NULL); in parsePrimaryExp()
7230 e = parseNewExp(e); in parsePostExp()
7901 Expression *Parser::parseNewExp(Expression *thisexp) in parseNewExp() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d8314 e = parseNewExp(null); in parsePrimaryExp()
8749 e = parseNewExp(e);
9223 private AST.Expression parseNewExp(AST.Expression thisexp)