Searched refs:MINUSEQ (Results 1 – 18 of 18) sorted by relevance
178 #undef MINUSEQ179 MINUSEQ, enumerator
830 case Token::MINUSEQ: in simplifyExpression()1323 case Token::MINUSEQ: return "-="; in OperatorName()1348 case Token::MINUSEQ: // fall through in IsAssignment()
277 case Token::MINUSEQ: // fall through in GetBinaryPrecedence()
765 case Token::MINUSEQ: // fall through in GetBinaryPrecedence()
1435 case Token::MINUSEQ: // fall through in assignmentExpression()
1787 case Token::MINUSEQ: // fall through in is_assignment()2041 case Token::MINUSEQ: { in writeBinaryExpression()
1163 case Token::MINUSEQ: in determine_binary_type()
755 case Token::MINUSEQ: // fall through in GetBinaryPrecedence()
1779 case Token::MINUSEQ: // fall through in is_assignment()2033 case Token::MINUSEQ: { in writeBinaryExpression()
1162 case Token::MINUSEQ: in determine_binary_type()
63 MINUSEQ("-="), enumConstant
900 return Token.MINUSEQ; in operator()
80 MINUSEQ = "-="