Searched refs:BO_Shl (Results 1 – 16 of 16) sorted by relevance
306 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators. enumerator
52 case BO_Shl: DISPATCH(BinShl, BinaryOperator); in Visit()
2847 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp()
280 case BO_Shl: in checkPreStmt()312 case BO_Shl: in checkPreStmt()
78 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl) in CheckMallocArgument()
168 case BO_Shl: { in evalAPSInt()
43 case BO_Shl: in canReasonAbout()
240 case BO_Shl: in MakeSymIntVal()411 case BO_Shl: in evalBinOpNN()
39 case BO_Shl: os << "<<" ; break; in print()
104 case BO_ShlAssign: Op = BO_Shl; break; in VisitBinaryOperator()
619 BinaryOp = BO_Shl; in DecodeOperatorCall()
1582 case BO_Shl: return "<<"; in getOpcodeStr()1635 case OO_LessLess: return BO_Shl; in getOverloadedOpcode()
4705 case BO_Shl: { in VisitBinOp()6624 case BO_Shl: in CheckICE()
2836 case BO_Shl: in EmitCompoundAssignmentLValue()
6530 if (Opc != BO_Shl) in DiagnoseBadShiftValues()8130 case tok::lessless: Opc = BO_Shl; break; in ConvertTokenKindToBinaryOpcode()8275 case BO_Shl: in CreateBuiltinBinOp()
4062 case BO_Shl: in GetExprRange()