Searched refs:toFullSignature (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic2.d654 cd.error("interface function `%s` is not implemented", ifd.toFullSignature());
661 cd.error("interface function `%s` is not implemented", ifd.toFullSignature());
H A Ddeclaration.h638 const char *toFullSignature(); // for diagnostics, e.g. 'int foo(int x, int y) pure'
H A Dfunc.d1201 final const(char)* toFullSignature()
H A Dexpressionsem.d3573 fd.toFullSignature());
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddclass.c1896 cd->error("interface function '%s' is not implemented", ifd->toFullSignature());
1906 cd->error("interface function '%s' is not implemented", ifd->toFullSignature());
H A Ddeclaration.h626 const char *toFullSignature(); // for diagnostics, e.g. 'int foo(int x, int y) pure'
H A Dfunc.c3725 const char *FuncDeclaration::toFullSignature() function in class:FuncDeclaration
H A Dexpressionsem.c1102 errorSupplemental(exp->loc, "function '%s' is not implemented", fd->toFullSignature());

Completed in 145 milliseconds