Home
last modified time | relevance | path

Searched refs:BO_Shr (Results 1 – 16 of 16) sorted by relevance

/external/clang/include/clang/AST/
DOperationKinds.h312 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators. enumerator
DStmtVisitor.h55 case BO_Shr: DISPATCH(BinShr, 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.cpp190 case BO_Shr: { in evalAPSInt()
DSimpleConstraintManager.cpp44 case BO_Shr: in canReasonAbout()
DSimpleSValBuilder.cpp246 case BO_Shr: in MakeSymIntVal()
411 case BO_Shr: in evalBinOpNN()
DExprEngineC.cpp115 case BO_ShrAssign: Op = BO_Shr; break; in VisitBinaryOperator()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp504 case BO_Shr: return translateBinOp(til::BOP_Shr, BO, Ctx); in translateBinaryOperator()
/external/clang/lib/AST/
DStmtProfile.cpp1009 BinaryOp = BO_Shr; in DecodeOperatorCall()
DExpr.cpp1828 case BO_Shr: return ">>"; in getOpcodeStr()
1881 case OO_GreaterGreater: return BO_Shr; in getOverloadedOpcode()
DExprConstant.cpp1790 case BO_Shr: { in handleIntIntBinOp()
9249 case BO_Shr: in CheckICE()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2255 case BO_Shr: in emitOMPAtomicRMW()
DCGExprScalar.cpp3537 case BO_Shr: in EmitCompoundAssignmentLValue()
/external/clang/lib/Sema/
DSemaExpr.cpp10116 case tok::greatergreater: Opc = BO_Shr; break; in ConvertTokenKindToBinaryOpcode()
10349 case BO_Shr: in CreateBuiltinBinOp()
10651 || Opc == BO_Shr) { in DiagnoseBinOpPrecedence()
DSemaOpenMP.cpp7379 case BO_Shr: in ActOnOpenMPReductionClause()
DSemaChecking.cpp6331 case BO_Shr: in GetExprRange()