Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c1652 #define VISIT_SEQ_IN_SCOPE(C, TYPE, SEQ) { \ macro
1962 VISIT_SEQ_IN_SCOPE(c, stmt, mod->v.Interactive.body); in compiler_mod()