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.c715 compiler_exit_scope(struct compiler *c) in compiler_exit_scope() function
1551 compiler_exit_scope(c); \
1634 compiler_exit_scope(c); \
1660 compiler_exit_scope(c); \
1955 compiler_exit_scope(c); in compiler_mod()
1977 compiler_exit_scope(c); in compiler_mod()
2388 compiler_exit_scope(c); in compiler_function()
2401 compiler_exit_scope(c); in compiler_function()
2464 compiler_exit_scope(c); in compiler_class()
2472 compiler_exit_scope(c); in compiler_class()
[all …]