Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c42 #define COMP_GENEXP 0 macro
2710 case COMP_GENEXP: in compiler_comprehension_generator()
2752 if (type != COMP_GENEXP) { in compiler_comprehension()
2774 if (type != COMP_GENEXP) { in compiler_comprehension()
2808 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()