Lines Matching refs:compiler_unit
171 struct compiler_unit { struct
231 struct compiler_unit *u; /* compiler state for current block */
566 compiler_unit_check(struct compiler_unit *u) in compiler_unit_check()
584 compiler_unit_free(struct compiler_unit *u) in compiler_unit_free()
613 struct compiler_unit *u; in compiler_enter_scope()
616 u = (struct compiler_unit *)PyObject_Calloc(1, sizeof( in compiler_enter_scope()
617 struct compiler_unit)); in compiler_enter_scope()
727 c->u = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME); in compiler_exit_scope()
749 struct compiler_unit *u = c->u; in compiler_set_qualname()
757 struct compiler_unit *parent; in compiler_set_qualname()
761 parent = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME); in compiler_set_qualname()
828 struct compiler_unit *u; in compiler_new_block()
1751 struct compiler_unit *u = c->u; in compiler_pop_fblock()