Searched refs:prettyFormatHelper (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dsymbol.d | 327 extern(D) private const(char)[] prettyFormatHelper() in prettyFormatHelper() function 339 .verror(loc, format, ap, kind(), prettyFormatHelper().ptr); in error() 348 .verror(loc, format, ap, kind(), prettyFormatHelper().ptr); in error() 356 .vdeprecation(loc, format, ap, kind(), prettyFormatHelper().ptr); in deprecation() 365 .vdeprecation(loc, format, ap, kind(), prettyFormatHelper().ptr); in deprecation() 375 .verror(loc, format, ap, kind(), prettyFormatHelper().ptr); in pragma() 384 .verror(loc, format, ap, kind(), prettyFormatHelper().ptr); in pragma() 392 .vdeprecation(loc, format, ap, kind(), prettyFormatHelper().ptr); in pragma() 401 .vdeprecation(loc, format, ap, kind(), prettyFormatHelper().ptr); in pragma()
|