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 | 41 #define COMP_SETCOMP 2 macro 3881 case COMP_SETCOMP: in compiler_sync_comprehension_generator() 3999 case COMP_SETCOMP: in compiler_async_comprehension_generator() 4064 case COMP_SETCOMP: in compiler_comprehension() 4164 return compiler_comprehension(c, e, COMP_SETCOMP, name, in compiler_setcomp()
|
D | ast.c | 614 #define COMP_SETCOMP 2 macro 1936 else if (type == COMP_SETCOMP) in ast_for_itercomp() 2053 return ast_for_itercomp(c, n, COMP_SETCOMP); in ast_for_setcomp()
|