Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c1651 ast_for_trailer(struct compiling *c, const node *n, expr_ty left_expr) in ast_for_trailer() function
1799 tmp = ast_for_trailer(c, ch, e); in ast_for_power()
/external/python/cpython3/Python/
Dast.c2578 ast_for_trailer(struct compiling *c, const node *n, expr_ty left_expr, const node *start) in ast_for_trailer() function
2701 e = ast_for_trailer(c, ch, e, CHILD(n, start)); in ast_for_atom_expr()