Home
last modified time | relevance | path

Searched refs:BO_Shl (Results 1 – 17 of 17) sorted by relevance

/external/clang/include/clang/AST/
DOperationKinds.h312 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators. enumerator
DStmtVisitor.h54 case BO_Shl: DISPATCH(BinShl, BinaryOperator); in Visit()
DExpr.h3043 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp()
/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp172 case BO_Shl: { in evalAPSInt()
DSimpleConstraintManager.cpp43 case BO_Shl: in canReasonAbout()
DSimpleSValBuilder.cpp245 case BO_Shl: in MakeSymIntVal()
416 case BO_Shl: in evalBinOpNN()
DExprEngineC.cpp114 case BO_ShlAssign: Op = BO_Shl; break; in VisitBinaryOperator()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp87 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl) in CheckMallocArgument()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp503 case BO_Shl: return translateBinOp(til::BOP_Shl, BO, Ctx); in translateBinaryOperator()
/external/clang/lib/AST/
DStmtProfile.cpp1005 BinaryOp = BO_Shl; in DecodeOperatorCall()
DExpr.cpp1827 case BO_Shl: return "<<"; in getOpcodeStr()
1880 case OO_LessLess: return BO_Shl; in getOverloadedOpcode()
DExprConstant.cpp1759 case BO_Shl: { in handleIntIntBinOp()
9248 case BO_Shl: in CheckICE()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2254 case BO_Shl: in emitOMPAtomicRMW()
DCGExprScalar.cpp3536 case BO_Shl: in EmitCompoundAssignmentLValue()
/external/clang/lib/Sema/
DSemaExpr.cpp8119 if (Opc != BO_Shl) in DiagnoseBadShiftValues()
10115 case tok::lessless: Opc = BO_Shl; break; in ConvertTokenKindToBinaryOpcode()
10348 case BO_Shl: in CreateBuiltinBinOp()
10650 if ((Opc == BO_Shl && LHSExpr->getType()->isIntegralType(Self.getASTContext())) in DiagnoseBinOpPrecedence()
DSemaOpenMP.cpp7378 case BO_Shl: in ActOnOpenMPReductionClause()
DSemaChecking.cpp6315 case BO_Shl: in GetExprRange()