Home
last modified time | relevance | path

Searched refs:delegateFunctionPointer (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.h335 delegateFunctionPointer, enumerator
H A Dtokens.d325 delegateFunctionPointer,
H A Doptimize.d1326 case EXP.delegateFunctionPointer: in Expression_optimize()
H A Dhdrgen.d2605 … case EXP.delegateFunctionPointer: return visitDelegateFuncptr(e.isDelegateFuncptrExp()); in expressionPrettyPrint()
4045 EXP.delegateFunctionPointer : "delegatefuncptr", in EXPtoString()
H A Dexpression.d1685 …inout(DelegateFuncptrExp) isDelegateFuncptrExp() { return op == EXP.delegateFunctionPointer ? cast… in isDelegateFuncptrExp()
5788 … super(loc, EXP.delegateFunctionPointer, __traits(classInstanceSize, DelegateFuncptrExp), e1); in this()
7215 EXP.delegateFunctionPointer, EXP.preMinusMinus, EXP.prePlusPlus,
H A Dparse.d9403 EXP.delegateFunctionPointer : PREC.primary,