Home
last modified time | relevance | path

Searched refs:functionToBufferFull (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dhdrgen.h40 void functionToBufferFull(TypeFunction *tf, OutBuffer *buf, Identifier *ident, HdrGenState* hgs, Te…
H A Dhdrgen.c1484 functionToBufferFull((TypeFunction *)fd->type, buf, d->ident, hgs, d); in visitEponymousMember()
3409 void functionToBufferFull(TypeFunction *tf, OutBuffer *buf, Identifier *ident, in functionToBufferFull() function
H A Ddoc.c1059 functionToBufferFull((TypeFunction *)origType, buf, d->ident, &hgs, td); in toDocBuffer()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dhdrgen.c1484 functionToBufferFull((TypeFunction *)fd->type, buf, d->ident, hgs, d); in visitEponymousMember()
3409 void functionToBufferFull(TypeFunction *tf, OutBuffer *buf, Identifier *ident, in functionToBufferFull() function
H A Dhdrgen.d1212 functionToBufferFull(cast(TypeFunction)fd.type, buf, d.ident, hgs, d); in visitEponymousMember()
3032 void functionToBufferFull(TypeFunction tf, OutBuffer* buf, const Identifier ident, HdrGenState* hgs… in functionToBufferFull() function
H A Ddoc.c1059 functionToBufferFull((TypeFunction *)origType, buf, d->ident, &hgs, td); in toDocBuffer()
H A Ddsymbolsem.d3796 functionToBufferFull(cast(TypeFunction)(funcdecl.type), &buf, in funcDeclarationSemantic()
3806 functionToBufferFull(cast(TypeFunction)(fd.type), &buf1, in funcDeclarationSemantic()
H A Ddoc.d1313 functionToBufferFull(cast(TypeFunction)origType, buf, d.ident, &hgs, td); in toDocBuffer()