Home
last modified time | relevance | path

Searched refs:MP_PASS_SCOPE (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dcompile.c285 if (comp->pass == MP_PASS_SCOPE) { in compile_load_id()
297 if (comp->pass == MP_PASS_SCOPE) { in compile_store_id()
309 if (comp->pass == MP_PASS_SCOPE) { in compile_delete_id()
774 if (comp->pass == MP_PASS_SCOPE) { in compile_funcdef_helper()
794 if (comp->pass == MP_PASS_SCOPE) { in compile_classdef_helper()
1279 if (comp->pass == MP_PASS_SCOPE) { in compile_global_nonlocal_stmt()
2125 if (comp->pass == MP_PASS_SCOPE) { in compile_lambdef()
2470 if (comp->pass == MP_PASS_SCOPE) { in compile_comprehension()
3073 if (comp->pass == MP_PASS_SCOPE) { in compile_scope()
3241 if (comp->pass > MP_PASS_SCOPE) { in compile_scope_inline_asm()
[all …]
A Demitbc.c392 if (emit->pass == MP_PASS_SCOPE) { in mp_emit_bc_end_pass()
458 if (emit->pass == MP_PASS_SCOPE) { in mp_emit_bc_adjust_stack_size()
490 if (emit->pass == MP_PASS_SCOPE) { in mp_emit_bc_label_assign()
A Demit.h43 MP_PASS_SCOPE = 1, // work out id's and their kind, and number of labels enumerator
A Demitnative.c767 if (emit->pass > MP_PASS_SCOPE && emit->stack_size > emit->scope->stack_size) { in adjust_stack()

Completed in 22 milliseconds