Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h327 TypeFunction *isFunction_Delegate_PtrToFunction();
H A Ddmangle.d1088 if (t.isFunction_Delegate_PtrToFunction()) in addRefToType()
H A Dtraits.d497 if (auto tf = t.isFunction_Delegate_PtrToFunction()) in semanticTraits()
H A Dmtype.d2686 inout(TypeFunction) isFunction_Delegate_PtrToFunction() in isFunction_Delegate_PtrToFunction() function
H A Dexpression.d5252 if (var && var.type.isFunction_Delegate_PtrToFunction()) in modifiableLvalue()
H A Dexpressionsem.d381 else if (!ce.e1.type.isFunction_Delegate_PtrToFunction()) in checkPropertyCall()
5665 if (auto tf = e.targ.isFunction_Delegate_PtrToFunction()) in visit()