Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c1107 #define VISIT_IN_SCOPE(C, TYPE, V) {\ macro
1199 VISIT_IN_SCOPE(c, expr, mod->v.Expression.body); in compiler_mod()
1379 VISIT_IN_SCOPE(c, stmt, st); in compiler_function()
1511 VISIT_IN_SCOPE(c, expr, e->v.Lambda.body); in compiler_lambda()