Home
last modified time | relevance | path

Searched refs:compiler_unit (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dcompile.c169 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()
[all …]