Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c39 #define COMP_LISTCOMP 1 macro
4481 case COMP_LISTCOMP: in compiler_sync_comprehension_generator()
4574 case COMP_LISTCOMP: in compiler_async_comprehension_generator()
4634 case COMP_LISTCOMP: in compiler_comprehension()
4725 return compiler_comprehension(c, e, COMP_LISTCOMP, name, in compiler_listcomp()
Dast.c587 #define COMP_LISTCOMP 1 macro
2142 else if (type == COMP_LISTCOMP) in ast_for_itercomp()
2258 return ast_for_itercomp(c, n, COMP_LISTCOMP); in ast_for_listcomp()