Searched refs:toFullSignature (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | semantic2.d | 654 … cd.error("interface function `%s` is not implemented", ifd.toFullSignature()); in visit() 661 … cd.error("interface function `%s` is not implemented", ifd.toFullSignature()); in visit()
|
| H A D | declaration.h | 638 const char *toFullSignature(); // for diagnostics, e.g. 'int foo(int x, int y) pure'
|
| H A D | func.d | 1201 final const(char)* toFullSignature() in toFullSignature() function
|
| H A D | expressionsem.d | 3573 fd.toFullSignature()); in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dclass.c | 1896 cd->error("interface function '%s' is not implemented", ifd->toFullSignature()); in fillVtbl() 1906 cd->error("interface function '%s' is not implemented", ifd->toFullSignature()); in fillVtbl()
|
| H A D | declaration.h | 626 const char *toFullSignature(); // for diagnostics, e.g. 'int foo(int x, int y) pure'
|
| H A D | func.c | 3725 const char *FuncDeclaration::toFullSignature() in toFullSignature() function
|
| H A D | expressionsem.c | 1102 … errorSupplemental(exp->loc, "function '%s' is not implemented", fd->toFullSignature()); in visit()
|