Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOperationKinds.h312 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators. enumerator
H A DStmtVisitor.h54 case BO_Shr: DISPATCH(BinShr, BinaryOperator); in Visit()
H A DExpr.h3001 static bool isShiftOp(Opcode Opc) { return Opc == BO_Shl || Opc == BO_Shr; } in isShiftOp()
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp44 case BO_Shr: in canReasonAbout()
H A DBasicValueFactory.cpp186 case BO_Shr: { in evalAPSInt()
H A DSimpleSValBuilder.cpp246 case BO_Shr: in MakeSymIntVal()
411 case BO_Shr: in evalBinOpNN()
H A DExprEngineC.cpp115 case BO_ShrAssign: Op = BO_Shr; break; in VisitBinaryOperator()
/minix/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp528 case BO_Shr: return translateBinOp(til::BOP_Shr, BO, Ctx); in translateBinaryOperator()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp861 BinaryOp = BO_Shr; in DecodeOperatorCall()
H A DExpr.cpp1779 case BO_Shr: return ">>"; in getOpcodeStr()
1832 case OO_GreaterGreater: return BO_Shr; in getOverloadedOpcode()
H A DExprConstant.cpp1708 case BO_Shr: { in handleIntIntBinOp()
8856 case BO_Shr: in CheckICE()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp6057 return Opc >= BO_Mul && Opc <= BO_Shr; in IsArithmeticOp()
9331 case tok::greatergreater: Opc = BO_Shr; break; in ConvertTokenKindToBinaryOpcode()
9550 case BO_Shr: in CreateBuiltinBinOp()
9857 || Opc == BO_Shr) { in DiagnoseBinOpPrecedence()
H A DSemaChecking.cpp5608 case BO_Shr: in GetExprRange()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp3491 case BO_Shr: in EmitCompoundAssignmentLValue()