Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c1630 const node* next_oper = CHILD(n, i * 2 + 1); in ast_for_binop() local
1632 newoperator = get_operator(next_oper); in ast_for_binop()
1641 LINENO(next_oper), next_oper->n_col_offset, in ast_for_binop()
/external/python/cpython3/Python/
Dast.c2329 const node* next_oper = CHILD(n, i * 2 + 1); in ast_for_binop() local
2331 newoperator = get_operator(next_oper); in ast_for_binop()
2340 LINENO(next_oper), next_oper->n_col_offset, in ast_for_binop()