Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c1360 ast_for_atom(struct compiling *c, const node *n) in ast_for_atom() function
1790 e = ast_for_atom(c, CHILD(n, 0)); in ast_for_power()
/external/python/cpython3/Python/
Dast.c2079 ast_for_atom(struct compiling *c, const node *n) in ast_for_atom() function
2464 e = ast_for_atom(c, CHILD(n, start)); in ast_for_atom_expr()