Searched defs:treturn (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | func.c | 4229 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 D | mtype.c | 5139 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 D | mtype.d | 4284 Type treturn = next ? next.syntaxCopy() : null; in syntaxCopy() local
|