Lines Matching refs:compiler_unit
169 struct compiler_unit { struct
229 struct compiler_unit *u; /* compiler state for current block */
564 compiler_unit_check(struct compiler_unit *u) in compiler_unit_check()
582 compiler_unit_free(struct compiler_unit *u) in compiler_unit_free()
611 struct compiler_unit *u; in compiler_enter_scope()
614 u = (struct compiler_unit *)PyObject_Calloc(1, sizeof( in compiler_enter_scope()
615 struct compiler_unit)); in compiler_enter_scope()
725 c->u = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME); in compiler_exit_scope()
747 struct compiler_unit *u = c->u; in compiler_set_qualname()
755 struct compiler_unit *parent; in compiler_set_qualname()
759 parent = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME); in compiler_set_qualname()
826 struct compiler_unit *u; in compiler_new_block()
1749 struct compiler_unit *u = c->u; in compiler_pop_fblock()