Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dldo.c791 StkId firstArg = L->top.p - n; /* first argument */ in resume() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d429 bool checkParamArgumentReturn(Scope* sc, Expression firstArg, Expression arg, Parameter param, bool… in checkParamArgumentReturn()
H A Dexpressionsem.d1940 Expression firstArg = ((tf.next && tf.next.ty == Tvoid || isCtorCall) && in functionParameters() local