Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c1630 #define VISIT_IN_SCOPE(C, TYPE, V) {\ macro
1965 VISIT_IN_SCOPE(c, expr, mod->v.Expression.body); in compiler_mod()
2394 VISIT_IN_SCOPE(c, stmt, (stmt_ty)asdl_seq_GET(body, i)); in compiler_function()
2800 VISIT_IN_SCOPE(c, expr, e->v.Lambda.body); in compiler_lambda()