Home
last modified time | relevance | path

Searched refs:scope_kind_t (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dscope.h70 } scope_kind_t; typedef
73 scope_kind_t kind;
93 scope_t *scope_new(scope_kind_t kind, mp_parse_node_t pn, qstr source_file, mp_uint_t emit_options);
A Dscope.c43 scope_t *scope_new(scope_kind_t kind, mp_parse_node_t pn, qstr source_file, mp_uint_t emit_options)… in scope_new()
A Demit.h147 void (*store_comp)(emit_t *emit, scope_kind_t kind, mp_uint_t set_stack_index);
245 void mp_emit_bc_store_comp(emit_t *emit, scope_kind_t kind, mp_uint_t list_stack_index);
A Demitbc.c765 void mp_emit_bc_store_comp(emit_t *emit, scope_kind_t kind, mp_uint_t collection_stack_index) { in mp_emit_bc_store_comp()
A Dcompile.c209 STATIC void compile_comprehension(compiler_t *comp, mp_parse_node_struct_t *pns, scope_kind_t kind);
242 STATIC scope_t *scope_new_and_link(compiler_t *comp, scope_kind_t kind, mp_parse_node_t pn, uint em… in scope_new_and_link()
2465 STATIC void compile_comprehension(compiler_t *comp, mp_parse_node_struct_t *pns, scope_kind_t kind)… in compile_comprehension()
A Demitnative.c2633 STATIC void emit_native_store_comp(emit_t *emit, scope_kind_t kind, mp_uint_t collection_index) { in emit_native_store_comp()

Completed in 22 milliseconds