Searched refs:compiler_unit (Results 1 – 1 of 1) sorted by relevance
97 struct compiler_unit { struct144 struct compiler_unit *u; /* compiler state for current block */ argument419 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()[all …]