Home
last modified time | relevance | path

Searched defs:treturn (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c4229 FuncDeclaration *FuncDeclaration::genCfunc(Parameters *fparams, Type *treturn, const char *name, St… in genCfunc()
4234 FuncDeclaration *FuncDeclaration::genCfunc(Parameters *fparams, Type *treturn, Identifier *id, Stor… in genCfunc()
H A Dmtype.c5139 TypeFunction::TypeFunction(Parameters *parameters, Type *treturn, int varargs, LINK linkage, Storag… in TypeFunction()
5187 TypeFunction *TypeFunction::create(Parameters *parameters, Type *treturn, int varargs, LINK linkage… in create()
5199 Type *treturn = next ? next->syntaxCopy() : NULL; in syntaxCopy() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d4284 Type treturn = next ? next.syntaxCopy() : null; in syntaxCopy() local