Home
last modified time | relevance | path

Searched defs:tfx (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c704 TypeFunction *tfx = type->toTypeFunction(); in semantic() local
H A Dexpression.c4731 TypeFunction *tfx = (TypeFunction *)fd->type; in matchType() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d4892 else if (auto tfx = t1.isPtrToFunction()) in visit() local