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.c650 compiler_exit_scope(struct compiler *c) in compiler_exit_scope() function
1285 compiler_exit_scope(c); \
1335 compiler_exit_scope(c); \
1361 compiler_exit_scope(c); \
1528 compiler_exit_scope(c); in compiler_mod()
1555 compiler_exit_scope(c); in compiler_mod()
1935 compiler_exit_scope(c); in compiler_function()
1945 compiler_exit_scope(c); in compiler_function()
2000 compiler_exit_scope(c); in compiler_class()
2008 compiler_exit_scope(c); in compiler_class()
[all …]