Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast.c1909 ast_for_itercomp(struct compiling *c, const node *n, int type) in ast_for_itercomp() function
2039 return ast_for_itercomp(c, n, COMP_GENEXP); in ast_for_genexp()
2046 return ast_for_itercomp(c, n, COMP_LISTCOMP); in ast_for_listcomp()
2053 return ast_for_itercomp(c, n, COMP_SETCOMP); in ast_for_setcomp()
/external/python/cpython2/Python/
Dast.c1297 ast_for_itercomp(struct compiling *c, const node *n, int type) in ast_for_itercomp() function
1349 return ast_for_itercomp(c, n, COMP_GENEXP); in ast_for_genexp()
1356 return ast_for_itercomp(c, n, COMP_SETCOMP); in ast_for_setcomp()