Searched refs:arith_expr (Results 1 – 12 of 12) sorted by relevance
61 #define arith_expr 314 macro
98 shift_expr: arith_expr (('<<'|'>>') arith_expr)*99 arith_expr: term (('+'|'-') term)*
71 arith_expr = 314 variable
120 shift_expr: arith_expr (('<<'|'>>') arith_expr)*121 arith_expr: term (('+'|'-') term)*
106 syms.arith_expr, syms.term,
182 (symbol.arith_expr,
682 def arith_expr(self, nodelist): member in Transformer1438 symbol.arith_expr,1493 symbol.arith_expr,1515 symbol.arith_expr,
933 VALIDATER(shift_expr); VALIDATER(arith_expr);2375 return (validate_ntype(tree, arith_expr) in validate_arith_expr()3240 case arith_expr: in validate_node()
962 VALIDATER(shift_expr); VALIDATER(arith_expr);2404 return (validate_ntype(tree, arith_expr) in validate_arith_expr()3269 case arith_expr: in validate_node()
1945 case arith_expr: in ast_for_expr()
1940 case arith_expr: in ast_for_expr()