Searched refs:funcargs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DBuffer.py505 funcargs = ", ".join(["Py_ssize_t i%d, Py_ssize_t s%d, Py_ssize_t o%d" % (i, i, i) for i in range(nd)])
506 proto.putln("static CYTHON_INLINE void* %s_imp(void* buf, %s);" % (name, funcargs))
510 """) % (name, funcargs) + "".join([dedent("""\
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlparser.c823 static void funcargs (LexState *ls, expdesc *f, int line) { function
828 case '(': { /* funcargs -> `(' [ explist ] `)' */
839 case '{': { /* funcargs -> constructor */
843 case TK_STRING: { /* funcargs -> STRING */
901 primaryexp { '.' NAME | '[' exp ']' | ':' NAME funcargs | funcargs } */
918 case ':': { /* `:' NAME funcargs */
923 funcargs(ls, v, line);
926 case '(': case TK_STRING: case '{': { /* funcargs */
928 funcargs(l
[all...]

Completed in 95 milliseconds