Home
last modified time | relevance | path

Searched refs:TOKdelegateptr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h67 TOKdelegateptr, enumerator
H A Dtokens.c474 Token::tochars[TOKdelegateptr] = "delegateptr"; in TokenInitializer()
H A Dparse.c8041 precedence[TOKdelegateptr] = PREC_primary; in PrecedenceInitializer()
H A Dexpression.c5958 : UnaExp(loc, TOKdelegateptr, sizeof(DelegatePtrExp), e1) in DelegatePtrExp()