Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c38 #define COMP_GENEXP 0 macro
4476 case COMP_GENEXP: in compiler_sync_comprehension_generator()
4569 case COMP_GENEXP: in compiler_async_comprehension_generator()
4625 if (is_async_generator && !is_async_function && type != COMP_GENEXP && !top_level_await) { in compiler_comprehension()
4631 if (type != COMP_GENEXP) { in compiler_comprehension()
4656 if (type != COMP_GENEXP) { in compiler_comprehension()
4685 if (is_async_generator && type != COMP_GENEXP) { in compiler_comprehension()
4710 return compiler_comprehension(c, e, COMP_GENEXP, name, in compiler_genexp()
Dast.c586 #define COMP_GENEXP 0 macro
2139 if (type == COMP_GENEXP) in ast_for_itercomp()
2251 return ast_for_itercomp(c, n, COMP_GENEXP); in ast_for_genexp()
/external/python/cpython2/Python/
Dcompile.c42 #define COMP_GENEXP 0 macro
2711 case COMP_GENEXP: in compiler_comprehension_generator()
2753 if (type != COMP_GENEXP) { in compiler_comprehension()
2775 if (type != COMP_GENEXP) { in compiler_comprehension()
2809 return compiler_comprehension(c, e, COMP_GENEXP, name, in compiler_genexp()
Dast.c47 #define COMP_GENEXP 0 macro
1312 if (type == COMP_GENEXP) in ast_for_itercomp()
1349 return ast_for_itercomp(c, n, COMP_GENEXP); in ast_for_genexp()