Home
last modified time | relevance | path

Searched refs:COMP_LISTCOMP (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Dcompile.c40 #define COMP_LISTCOMP 1 macro
3877 case COMP_LISTCOMP: in compiler_sync_comprehension_generator()
3995 case COMP_LISTCOMP: in compiler_async_comprehension_generator()
4061 case COMP_LISTCOMP: in compiler_comprehension()
4149 return compiler_comprehension(c, e, COMP_LISTCOMP, name, in compiler_listcomp()
Dast.c613 #define COMP_LISTCOMP 1 macro
1934 else if (type == COMP_LISTCOMP) in ast_for_itercomp()
2046 return ast_for_itercomp(c, n, COMP_LISTCOMP); in ast_for_listcomp()