Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c514 compiler_unit_free(struct compiler_unit *u) in compiler_unit_free() function
558 compiler_unit_free(u); in compiler_enter_scope()
566 compiler_unit_free(u); in compiler_enter_scope()
578 compiler_unit_free(u); in compiler_enter_scope()
583 compiler_unit_free(u); in compiler_enter_scope()
589 compiler_unit_free(u); in compiler_enter_scope()
597 compiler_unit_free(u); in compiler_enter_scope()
609 compiler_unit_free(u); in compiler_enter_scope()
614 compiler_unit_free(u); in compiler_enter_scope()
625 compiler_unit_free(u); in compiler_enter_scope()
[all …]
/external/python/cpython2/Python/
Dcompile.c439 compiler_unit_free(struct compiler_unit *u) in compiler_unit_free() function
479 compiler_unit_free(u); in compiler_enter_scope()
487 compiler_unit_free(u); in compiler_enter_scope()
494 compiler_unit_free(u); in compiler_enter_scope()
505 compiler_unit_free(u); in compiler_enter_scope()
510 compiler_unit_free(u); in compiler_enter_scope()
521 compiler_unit_free(u); in compiler_enter_scope()
544 compiler_unit_free(c->u); in compiler_exit_scope()