Searched refs:VISIT_SEQ_IN_SCOPE (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Python/ |
D | compile.c | 1355 #define VISIT_SEQ_IN_SCOPE(C, TYPE, SEQ) { \ macro 1537 VISIT_SEQ_IN_SCOPE(c, stmt, in compiler_mod() 1941 VISIT_SEQ_IN_SCOPE(c, stmt, body); in compiler_function()
|
/external/python/cpython2/Python/ |
D | compile.c | 1138 #define VISIT_SEQ_IN_SCOPE(C, TYPE, SEQ) { \ macro 1204 VISIT_SEQ_IN_SCOPE(c, stmt, in compiler_mod()
|