Searched refs:functionParameters (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | expressionsem.c | 57 bool functionParameters(Loc loc, Scope *sc, TypeFunction *tf, Type *tthis, Expressions *arguments, … 1198 … if (functionParameters(exp->loc, sc, tf, NULL, exp->newargs, f, &rettype, &newprefix)) in visit() 1227 …if (functionParameters(exp->loc, sc, tf, exp->type, exp->arguments, f, &exp->type, &exp->argprefix… in visit() 1293 … if (functionParameters(exp->loc, sc, tf, NULL, exp->newargs, f, &rettype, &newprefix)) in visit() 1322 …if (functionParameters(exp->loc, sc, tf, exp->type, exp->arguments, f, &exp->type, &exp->argprefix… in visit() 3573 …if (functionParameters(exp->loc, sc, (TypeFunction *)(t1), tthis, exp->arguments, exp->f, &exp->ty… in visit()
|
H A D | expression.c | 1376 bool functionParameters(Loc loc, Scope *sc, TypeFunction *tf, in functionParameters() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | expressionsem.d | 1677 private bool functionParameters(const ref Loc loc, Scope* sc, in functionParameters() function 3693 …if (functionParameters(exp.loc, sc, tf, null, exp.type, exp.arguments, f, &exp.type, &exp.argprefi… in visit() 3762 …if (functionParameters(exp.loc, sc, tf, null, exp.type, exp.arguments, f, &exp.type, &exp.argprefi… in visit() 5100 …if (functionParameters(exp.loc, sc, cast(TypeFunction)t1, ethis, tthis, exp.arguments, exp.f, &exp… in visit()
|