Searched refs:BITWISEANDEQ (Results 1 – 18 of 18) sorted by relevance
45 case Token::BITWISEANDEQ: // fall through in is_assignment()66 case Token::BITWISEANDEQ: return Token::BITWISEAND; in remove_assignment()
196 #undef BITWISEANDEQ197 BITWISEANDEQ, enumerator
375 case Token::BITWISEANDEQ: COMPOUND_BITWISE(&=) in evaluate()
1504 case Token::BITWISEANDEQ: return "&="; in OperatorName()1528 case Token::BITWISEANDEQ: // fall through in IsAssignment()
903 case Token::BITWISEANDEQ: // fall through in writeFunctionCall()
632 case Token::BITWISEANDEQ: // fall through in GetBinaryPrecedence()
1524 case Token::BITWISEANDEQ: // fall through in assignmentExpression()
594 case Token::BITWISEANDEQ: in compileBinary()
200 #undef BITWISEANDEQ201 BITWISEANDEQ, enumerator
1484 case Token::BITWISEANDEQ: return "&="; in OperatorName()1508 case Token::BITWISEANDEQ: // fall through in IsAssignment()
884 case Token::BITWISEANDEQ: // fall through in writeFunctionCall()
519 case Token::BITWISEANDEQ: // fall through in GetBinaryPrecedence()
1537 case Token::BITWISEANDEQ: // fall through in assignmentExpression()
1864 case Token::BITWISEANDEQ: // fall through in is_assignment()2242 case Token::BITWISEANDEQ: { in writeBinaryExpression()
89 BITWISEANDEQ = "&="
91 BITWISEANDEQ = "&="