Searched refs:ast_for_genexp (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | ast.c | 1346 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/ |
D | ast.c | 2248 ast_for_genexp(struct compiling *c, const node *n) in ast_for_genexp() function 2390 return copy_location(ast_for_genexp(c, ch), n, n); in ast_for_atom() 3046 e = copy_location(ast_for_genexp(c, ch), maybegenbeg, closepar); in ast_for_call()
|