Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c43 #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()
Dast.c48 #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/
Dcompile.c41 #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()
Dast.c614 #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()