Home
last modified time | relevance | path

Searched refs:isPtrToFunction (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dinitsem.d251 else if ((t.ty == Tdelegate || t.isPtrToFunction()) && i.value.dim == 0) in initializerSemantic()
1383 if (e.type.ty == Tpointer && !e.type.isPtrToFunction()) in hasNonConstPointers()
H A Dmtype.h326 TypeFunction *isPtrToFunction();
H A Dexpressionsem.d4027 if (exp.fd.treq.ty == Tdelegate || exp.fd.treq.isPtrToFunction()) in visit()
4764 if (exp.e1.type.isPtrToFunction()) in visit()
4892 else if (auto tfx = t1.isPtrToFunction()) in visit()
7822 if (t1b.isPtrToFunction()) in visit()
8380 if (t1b.isPtrToFunction()) in visit()
10264 if (tb1.ty == Tdelegate || tb1.isPtrToFunction()) in visit()
10268 if (tb2.ty == Tdelegate || tb2.isPtrToFunction()) in visit()
10370 if (t1.ty == Tdelegate || t1.isPtrToFunction()) in visit()
10374 if (t2.ty == Tdelegate || t2.isPtrToFunction()) in visit()
H A Dmtype.d2674 inout(TypeFunction) isPtrToFunction() in isPtrToFunction() function
H A Ddsymbolsem.d3028 else if (treq.isPtrToFunction()) in funcDeclarationSemantic()