Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
Dcompile.c538 compiler_exit_scope(struct compiler *c) in compiler_exit_scope() function
1068 compiler_exit_scope(c); \
1118 compiler_exit_scope(c); \
1144 compiler_exit_scope(c); \
1198 compiler_exit_scope(c); in compiler_mod()
1222 compiler_exit_scope(c); in compiler_mod()
1376 compiler_exit_scope(c); in compiler_function()
1391 compiler_exit_scope(c); in compiler_function()
1431 compiler_exit_scope(c); in compiler_class()
1439 compiler_exit_scope(c); in compiler_class()
[all …]
/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c1591 compiler_exit_scope(c); \
1682 compiler_exit_scope(c); \
1703 compiler_exit_scope(c); \
1821 compiler_exit_scope(struct compiler *c) in compiler_exit_scope() function
2194 compiler_exit_scope(c); in compiler_mod()
2216 compiler_exit_scope(c); in compiler_mod()
2658 compiler_exit_scope(c); in compiler_function()
2671 compiler_exit_scope(c); in compiler_function()
2729 compiler_exit_scope(c); in compiler_class()
2734 compiler_exit_scope(c); in compiler_class()
[all …]