Searched refs:BO_Shl (Results 1 – 16 of 16) sorted by relevance
302 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators. enumerator
52 case BO_Shl: DISPATCH(BinShl, BinaryOperator); in Visit()
2835 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp()
279 case BO_Shl: in checkPreStmt()311 case BO_Shl: in checkPreStmt()
78 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl) in CheckMallocArgument()
42 case BO_Shl: in canReasonAbout()
171 case BO_Shl: { in evalAPSInt()
243 case BO_Shl: in MakeSymIntVal()388 case BO_Shl: in evalBinOpNN()
39 case BO_Shl: os << "<<" ; break; in print()
84 case BO_ShlAssign: Op = BO_Shl; break; in VisitBinaryOperator()
614 BinaryOp = BO_Shl; in DecodeOperatorCall()
1446 case BO_Shl: return "<<"; in getOpcodeStr()1499 case OO_LessLess: return BO_Shl; in getOverloadedOpcode()
4743 case BO_Shl: { in VisitBinOp()6662 case BO_Shl: in CheckICE()
2838 case BO_Shl: in EmitCompoundAssignmentLValue()
6371 if (Opc != BO_Shl) in DiagnoseBadShiftValues()7787 case tok::lessless: Opc = BO_Shl; break; in ConvertTokenKindToBinaryOpcode()7933 case BO_Shl: in CreateBuiltinBinOp()
3637 case BO_Shl: in GetExprRange()