Searched refs:SCOPE_LIST_COMP (Results 1 – 5 of 5) sorted by relevance
58 #define SCOPE_IS_COMP_LIKE(s) (SCOPE_LIST_COMP <= (s) && (s) <= SCOPE_GEN_EXPR)65 SCOPE_LIST_COMP, enumerator
37 [SCOPE_LIST_COMP] = MP_QSTR__lt_listcomp_gt_,
768 if (kind == SCOPE_LIST_COMP) { in mp_emit_bc_store_comp()
2542 compile_comprehension(comp, pns2, SCOPE_LIST_COMP); in compile_atom_bracket()3163 if (scope->kind == SCOPE_LIST_COMP) { in compile_scope()
2635 if (kind == SCOPE_LIST_COMP) { in emit_native_store_comp()
Completed in 19 milliseconds