Lines Matching refs:compiler_unit
97 struct compiler_unit { struct
144 struct compiler_unit *u; /* compiler state for current block */ argument
419 compiler_unit_check(struct compiler_unit *u) in compiler_unit_check()
439 compiler_unit_free(struct compiler_unit *u) in compiler_unit_free()
467 struct compiler_unit *u; in compiler_enter_scope()
469 u = (struct compiler_unit *)PyObject_Malloc(sizeof( in compiler_enter_scope()
470 struct compiler_unit)); in compiler_enter_scope()
475 memset(u, 0, sizeof(struct compiler_unit)); in compiler_enter_scope()
549 … c->u = (struct compiler_unit *)PyCapsule_GetPointer(capsule, COMPILER_CAPSULE_NAME_COMPILER_UNIT); in compiler_exit_scope()
569 struct compiler_unit *u; in compiler_new_block()
3164 struct compiler_unit *u = c->u; in compiler_pop_fblock()
3174 struct compiler_unit *u = c->u; in compiler_in_loop()