Searched refs:EQEQ (Results 1 – 12 of 12) sorted by relevance
166 #undef EQEQ167 EQEQ, enumerator
1317 case Token::EQEQ: // fall through in determine_binary_type()1550 case Token::EQEQ: return RESULT(Bool, ==); in constantFold()1587 case Token::EQEQ: return RESULT(Bool, ==); in constantFold()1608 case Token::EQEQ: in constantFold()1636 case Token::EQEQ: in constantFold()1724 if (!determine_binary_type(fContext, Token::EQEQ, ifTrue->fType, ifFalse->fType, &trueType, in convertTernaryExpression()
619 case Token::EQEQ: // fall through in GetBinaryPrecedence()663 case Token::EQEQ: in writeBinaryExpression()
96 case Token::EQEQ: in writeBinaryExpression()
888 case Token::EQEQ: // fall through in writeFunctionCall()
647 case Token::Kind::EQEQ: in writeBinaryExpression()
1540 case Token::EQEQ: return "=="; in OperatorName()
1706 case Token::EQEQ: // fall through in equalityExpression()
598 case Token::EQEQ: in compileBinary()
2154 case Token::EQEQ: { in writeBinaryExpression()
74 EQEQ = "=="
77 EQEQ = "=="