Searched refs:VISIT_SEQ_IN_SCOPE (Results 1 – 2 of 2) sorted by relevance
/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()
|
/external/python/cpython3/Python/ |
D | compile.c | 1537 #define VISIT_SEQ_IN_SCOPE(C, TYPE, SEQ) { \ macro 1844 VISIT_SEQ_IN_SCOPE(c, stmt, in compiler_mod() 2280 VISIT_SEQ_IN_SCOPE(c, stmt, body); in compiler_function()
|