Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c1346 ast_for_genexp(struct compiling *c, const node *n) in ast_for_genexp() function
2047 e = ast_for_genexp(c, ch); in ast_for_call()
2147 return ast_for_genexp(c, n); in ast_for_testlist_comp()
/external/python/cpython3/Python/
Dast.c2036 ast_for_genexp(struct compiling *c, const node *n) in ast_for_genexp() function
2162 return ast_for_genexp(c, ch); in ast_for_atom()
2807 e = ast_for_genexp(c, ch); in ast_for_call()