Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c966 #define VISIT_SEQ_IN_BLOCK(ST, TYPE, SEQ, S) { \ macro
1015 VISIT_SEQ_IN_BLOCK(st, stmt, s->v.FunctionDef.body, s); in symtable_visit_stmt()
1031 VISIT_SEQ_IN_BLOCK(st, stmt, s->v.ClassDef.body, s); in symtable_visit_stmt()
1524 VISIT_SEQ_IN_BLOCK(st, expr, outermost->ifs, (void*)e); in symtable_handle_comprehension()