Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c488 ast_for_augassign(struct compiling *c, const node *n) in ast_for_augassign() function
2224 newoperator = ast_for_augassign(c, CHILD(n, 1)); in ast_for_expr_stmt()
/external/python/cpython3/Python/
Dast.c1093 ast_for_augassign(struct compiling *c, const node *n) in ast_for_augassign() function
2939 newoperator = ast_for_augassign(c, CHILD(n, 1)); in ast_for_expr_stmt()