Home | History | Annotate | Download | only in dmd

Lines Matching refs:delegate_

3926             case TOK.delegate_:
3946 t = save == TOK.delegate_ ? new AST.TypeDelegate(tf) : new AST.TypePointer(tf); // pointer to function
4787 token.value != TOK.delegate_ &&
4804 token.value == TOK.delegate_ ||
4947 case TOK.delegate_:
5001 save = TOK.delegate_;
5652 case TOK.delegate_:
7309 case TOK.delegate_:
8240 || token.value == TOK.delegate_ || token.value == TOK.return_
8391 case TOK.delegate_:
8625 case TOK.delegate_:
9428 EXP.delegate_ : PREC.unary,