Searched refs:toCBufferInstance (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | hdrgen.h | 38 void toCBufferInstance(TemplateInstance *ti, OutBuffer *buf, bool qualifyTypes = false);
|
| H A D | dtemplate.c | 7929 toCBufferInstance(this, &buf); in toChars() 7936 toCBufferInstance(this, &buf, true); in toPrettyCharsHelper() 8668 toCBufferInstance(this, &buf); in toChars()
|
| H A D | hdrgen.c | 3224 void toCBufferInstance(TemplateInstance *ti, OutBuffer *buf, bool qualifyTypes) in toCBufferInstance() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dtemplate.d | 5963 toCBufferInstance(this, &buf); in toChars() 5970 toCBufferInstance(this, &buf, true); in toPrettyCharsHelper() 7683 toCBufferInstance(this, &buf); in toChars()
|
| H A D | hdrgen.d | 2818 void toCBufferInstance(const TemplateInstance ti, OutBuffer* buf, bool qualifyTypes = false)
|