Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c526 ast_for_comp_op(struct compiling *c, const node *n) in ast_for_comp_op() function
1914 newoperator = ast_for_comp_op(c, CHILD(n, i)); in ast_for_expr()
/external/python/cpython3/Python/
Dast.c1133 ast_for_comp_op(struct compiling *c, const node *n) in ast_for_comp_op() function
2620 newoperator = ast_for_comp_op(c, CHILD(n, i)); in ast_for_expr()