Searched refs:COMP_SETCOMP (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Python/ |
D | compile.c | 43 #define COMP_SETCOMP 1 macro 2716 case COMP_SETCOMP: in compiler_comprehension_generator() 2756 case COMP_SETCOMP: in compiler_comprehension() 2824 return compiler_comprehension(c, e, COMP_SETCOMP, name, in compiler_setcomp()
|
D | ast.c | 48 #define COMP_SETCOMP 1 macro 1314 else if (type == COMP_SETCOMP) in ast_for_itercomp() 1356 return ast_for_itercomp(c, n, COMP_SETCOMP); in ast_for_setcomp()
|
/external/python/cpython3/Python/ |
D | compile.c | 40 #define COMP_SETCOMP 2 macro 4485 case COMP_SETCOMP: in compiler_sync_comprehension_generator() 4578 case COMP_SETCOMP: in compiler_async_comprehension_generator() 4637 case COMP_SETCOMP: in compiler_comprehension() 4740 return compiler_comprehension(c, e, COMP_SETCOMP, name, in compiler_setcomp()
|
D | ast.c | 588 #define COMP_SETCOMP 2 macro 2145 else if (type == COMP_SETCOMP) in ast_for_itercomp() 2265 return ast_for_itercomp(c, n, COMP_SETCOMP); in ast_for_setcomp()
|