Searched refs:BO_And (Results 1 – 17 of 17) sorted by relevance
309 BO_And, // [C99 6.5.10] Bitwise AND operator. enumerator
62 case BO_And: DISPATCH(BinAnd, BinaryOperator); in Visit()
2850 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp()2879 return Opcode(unsigned(Opc) - BO_AndAssign + BO_And); in getOpForCompoundAssignment()
214 case BO_And: in checkPreStmt()277 case BO_And: in checkPreStmt()309 case BO_And: in checkPreStmt()
113 SVal maskedFlagsUC = C.getSValBuilder().evalBinOpNN(state, BO_And, in CheckOpen()
247 case BO_And: in MakeSymIntVal()325 case BO_And: in evalBinOpNN()401 case BO_And: in evalBinOpNN()
224 case BO_And: in evalAPSInt()
34 case BO_And: in canReasonAbout()
47 case BO_And: os << '&' ; break; in print()
106 case BO_AndAssign: Op = BO_And; break; in VisitBinaryOperator()
559 BinaryOp = BO_And; in DecodeOperatorCall()
90 case BO_And: // Bitwise AND operator. in isKnownToHaveBooleanValue()1590 case BO_And: return "&"; in getOpcodeStr()1622 case OO_Amp: return BO_And; in getOverloadedOpcode()
4691 case BO_And: return Success(LHS & RHS, E, Result); in VisitBinOp()6632 case BO_And: in CheckICE()
8138 case tok::amp: Opc = BO_And; break; in ConvertTokenKindToBinaryOpcode()8289 case BO_And: in CreateBuiltinBinOp()8421 assert(Bop->getOpcode() == BO_And); in EmitDiagnosticForBitwiseAndInBitwiseOr()8498 if (Bop->getOpcode() == BO_And) in DiagnoseBitwiseAndInBitwiseOr()
4056 case BO_And: in GetExprRange()
476 case BO_And: { in tryEvaluateBool()
2844 case BO_And: in EmitCompoundAssignmentLValue()