Home
last modified time | relevance | path

Searched refs:functionToBufferWithIdent (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dhdrgen.h41 void functionToBufferWithIdent(TypeFunction *t, OutBuffer *buf, const char *ident);
H A Dhdrgen.c3418 void functionToBufferWithIdent(TypeFunction *tf, OutBuffer *buf, const char *ident) in functionToBufferWithIdent() function
H A Dfunc.c3728 functionToBufferWithIdent(type->toTypeFunction(), &buf, toChars()); in toFullSignature()
H A Dexpression.c6766 functionToBufferWithIdent((TypeFunction *)fd->type, &buf, funcStr); in resolveLoc()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d1204 functionToBufferWithIdent(type.toTypeFunction(), &buf, toChars(), isStatic); in toFullSignature()
H A Dhdrgen.d3039 void functionToBufferWithIdent(TypeFunction tf, OutBuffer* buf, const(char)* ident, bool isStatic) in functionToBufferWithIdent() function
H A Dexpression.d6966 functionToBufferWithIdent(fd.type.isTypeFunction(), &buf, funcStr, fd.isStatic); in resolveLoc()