Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dparsermodule.c2438 && validate_chain_two_ops(tree, validate_arith_expr, in validate_shift_expr()
2444 validate_arith_expr(node *tree) in validate_arith_expr() function
3312 res = validate_arith_expr(tree); in validate_node()