Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c43 #define COMP_SETCOMP 1 macro
2715 case COMP_SETCOMP: in compiler_comprehension_generator()
2755 case COMP_SETCOMP: in compiler_comprehension()
2823 return compiler_comprehension(c, e, COMP_SETCOMP, name, in compiler_setcomp()
Dast.c48 #define COMP_SETCOMP 1 macro
1314 else if (type == COMP_SETCOMP) in ast_for_itercomp()
1356 return ast_for_itercomp(c, n, COMP_SETCOMP); in ast_for_setcomp()