Searched refs:BO_And (Results 1 – 16 of 16) sorted by relevance
312 BO_And, // [C99 6.5.10] Bitwise AND operator. enumerator
62 case BO_And: DISPATCH(BinAnd, BinaryOperator); in Visit()
2951 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp()2980 return Opcode(unsigned(Opc) - BO_AndAssign + BO_And); in getOpForCompoundAssignment()
215 case BO_And: in checkPreStmt()278 case BO_And: in checkPreStmt()310 case BO_And: in checkPreStmt()
113 SVal maskedFlagsUC = C.getSValBuilder().evalBinOpNN(state, BO_And, in CheckOpen()
253 case BO_And: in MakeSymIntVal()331 case BO_And: in evalBinOpNN()407 case BO_And: in evalBinOpNN()
34 case BO_And: in canReasonAbout()
224 case BO_And: in evalAPSInt()
107 case BO_AndAssign: Op = BO_And; break; in VisitBinaryOperator()
559 BinaryOp = BO_And; in DecodeOperatorCall()
161 case BO_And: // Bitwise AND operator. in isKnownToHaveBooleanValue()1684 case BO_And: return "&"; in getOpcodeStr()1716 case OO_Amp: return BO_And; in getOverloadedOpcode()
4709 case BO_And: return Success(LHS & RHS, E, Result); in VisitBinOp()6688 case BO_And: in CheckICE()
8322 case tok::amp: Opc = BO_And; break; in ConvertTokenKindToBinaryOpcode()8473 case BO_And: in CreateBuiltinBinOp()8599 assert(Bop->getOpcode() == BO_And); in EmitDiagnosticForBitwiseAndInBitwiseOr()8678 if (Bop->getOpcode() == BO_And) in DiagnoseBitwiseAndInBitwiseOr()
4185 case BO_And: in GetExprRange()
514 case BO_And: { in tryEvaluateBool()
3267 case BO_And: in EmitCompoundAssignmentLValue()