Home
last modified time | relevance | path

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

/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 …]
/external/python/cpython3/Python/
Dcompile.c659 compiler_exit_scope(struct compiler *c) in compiler_exit_scope() function
1443 compiler_exit_scope(c); \
1517 compiler_exit_scope(c); \
1543 compiler_exit_scope(c); \
1835 compiler_exit_scope(c); in compiler_mod()
1858 compiler_exit_scope(c); in compiler_mod()
2273 compiler_exit_scope(c); in compiler_function()
2284 compiler_exit_scope(c); in compiler_function()
2344 compiler_exit_scope(c); in compiler_class()
2352 compiler_exit_scope(c); in compiler_class()
[all …]