Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dscope.c127 id->kind = ID_INFO_KIND_CELL; in scope_close_over_in_parents()
131 assert(id->kind == ID_INFO_KIND_FREE || id->kind == ID_INFO_KIND_CELL); in scope_close_over_in_parents()
143 …if (id2->kind == ID_INFO_KIND_LOCAL || id2->kind == ID_INFO_KIND_CELL || id2->kind == ID_INFO_KIND… in scope_check_to_close_over()
A Demitcommon.c56 assert(id->kind == ID_INFO_KIND_CELL || id->kind == ID_INFO_KIND_FREE); in mp_emit_common_id_op()
A Dscope.h37 ID_INFO_KIND_CELL, // in a function f, read/written by children of f enumerator
A Demitbc.c408 if (id->kind == ID_INFO_KIND_CELL) { in mp_emit_bc_end_pass()
A Dcompile.c625 if (id->kind == ID_INFO_KIND_CELL || id->kind == ID_INFO_KIND_FREE) { in close_over_variables_etc()
3459 if (id->kind == ID_INFO_KIND_CELL && !(id->flags & ID_FLAG_IS_PARAM)) { in scope_compute_things()
3471 if (id->kind == ID_INFO_KIND_CELL || id->kind == ID_INFO_KIND_FREE) { in scope_compute_things()
A Demitnative.c627 if (id->kind == ID_INFO_KIND_CELL) { in emit_native_start_pass()
685 if (id->kind == ID_INFO_KIND_CELL) { in emit_native_end_pass()

Completed in 20 milliseconds