Searched refs:VISIT_IN_SCOPE (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | compile.c | 1116 #define VISIT_IN_SCOPE(C, TYPE, V) {\ macro 1208 VISIT_IN_SCOPE(c, expr, mod->v.Expression.body); in compiler_mod() 1388 VISIT_IN_SCOPE(c, stmt, st); in compiler_function() 1520 VISIT_IN_SCOPE(c, expr, e->v.Lambda.body); in compiler_lambda()
|
/external/python/cpython3/Python/ |
D | compile.c | 1333 #define VISIT_IN_SCOPE(C, TYPE, V) {\ macro 1541 VISIT_IN_SCOPE(c, expr, mod->v.Expression.body); in compiler_mod() 2272 VISIT_IN_SCOPE(c, expr, e->v.Lambda.body); in compiler_lambda()
|