Searched refs:COMP_GENEXP (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Python/ |
D | compile.c | 39 #define COMP_GENEXP 0 macro 3872 case COMP_GENEXP: in compiler_sync_comprehension_generator() 3990 case COMP_GENEXP: in compiler_async_comprehension_generator() 4048 if (is_async_generator && !is_async_function && type != COMP_GENEXP) { in compiler_comprehension() 4058 if (type != COMP_GENEXP) { in compiler_comprehension() 4083 if (type != COMP_GENEXP) { in compiler_comprehension() 4109 if (is_async_generator && type != COMP_GENEXP) { in compiler_comprehension() 4134 return compiler_comprehension(c, e, COMP_GENEXP, name, in compiler_genexp()
|
D | ast.c | 612 #define COMP_GENEXP 0 macro 1932 if (type == COMP_GENEXP) in ast_for_itercomp() 2039 return ast_for_itercomp(c, n, COMP_GENEXP); in ast_for_genexp()
|
/external/python/cpython2/Python/ |
D | compile.c | 42 #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()
|
D | ast.c | 47 #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()
|