Searched refs:call_function (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | compile.c | 935 EMIT_ARG(call_function, 1, 0, 0); in compile_decorated() 1313 EMIT_ARG(call_function, 1, 0, 0); in compile_assert_stmt() 1917 EMIT_ARG(call_function, 1, 0, 0); // get type(exc) in compile_async_with_stmt_helper() 2001 EMIT_ARG(call_function, 1, 0, 0); in compile_expr_stmt() 2330 EMIT_ARG(call_function, 2, 0, 0); in compile_atom_expr_normal() 2342 EMIT_ARG(call_function, 0, 0, 0); in compile_atom_expr_normal() 2460 EMIT_ARG(call_function, n_positional, n_keyword, star_flags); in compile_trailer_paren_helper() 2487 EMIT_ARG(call_function, 1, 0, 0); in compile_comprehension()
|
A D | emit.h | 152 …void (*call_function)(emit_t *emit, mp_uint_t n_positional, mp_uint_t n_keyword, mp_uint_t star_fl… member
|
Completed in 11 milliseconds