Searched refs:PLUS (Results 1 – 18 of 18) sorted by relevance
26 #define PLUS 14 macro
23 PLUS = 14 variable
25 PLUS = 14 variable
27 PLUS = 14 variable
120 elif child.type == token.PLUS:
113 0x4E 0x002B #PLUS SIGN178 0x8F 0x00B1 #PLUS-MINUS SIGN
80 0x2B 0x002B # PLUS SIGN
78 0x2B 0x002B # PLUS SIGN
275 REQ(n, PLUS); in compile_item()
1028 case '+': return PLUS; in PyToken_OneChar()
686 if nodelist[i-1][0] == token.PLUS:717 if t == token.PLUS:
2376 && validate_chain_two_ops(tree, validate_term, PLUS, MINUS)); in validate_arith_expr()2410 && ((TYPE(CHILD(tree, 0)) == PLUS) in validate_factor()
1048 case '+': return PLUS; in PyToken_OneChar()
2405 && validate_chain_two_ops(tree, validate_term, PLUS, MINUS)); in validate_arith_expr()2439 && ((TYPE(CHILD(tree, 0)) == PLUS) in validate_factor()
345 case PLUS: in get_operator()1762 case PLUS: in ast_for_factor()
345 case PLUS: in get_operator()1767 case PLUS: in ast_for_factor()
295 #errclass Operator {PLUS MINUS TIMES DIVIDE}