Searched refs:BO_Div (Results 1 – 18 of 18) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | OperationKinds.h | 310 BO_Mul, BO_Div, BO_Rem, // [C99 6.5.5] Multiplicative operators. enumerator
|
| HD | StmtVisitor.h | 49 case BO_Div: DISPATCH(BinDiv, BinaryOperator); in Visit()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | TestAfterDivZeroChecker.cpp | 109 if (Op == BO_Div || Op == BO_Rem || Op == BO_DivAssign || in REGISTER_SET_WITH_PROGRAMSTATE() 206 if (Op == BO_Div || Op == BO_Rem || Op == BO_DivAssign || in checkPreStmt()
|
| HD | DivZeroChecker.cpp | 51 if (Op != BO_Div && in checkPreStmt()
|
| HD | CStringChecker.cpp | 684 const llvm::APSInt *maxLengthInt = BVF.evalAPSInt(BO_Div, maxValInt, in getCStringLengthForRegion()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | SimpleConstraintManager.cpp | 41 case BO_Div: in canReasonAbout()
|
| HD | BasicValueFactory.cpp | 156 case BO_Div: in evalAPSInt()
|
| HD | SimpleSValBuilder.cpp | 227 case BO_Div: in MakeSymIntVal()
|
| HD | ExprEngineC.cpp | 110 case BO_DivAssign: Op = BO_Div; break; in VisitBinaryOperator()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | ThreadSafetyCommon.cpp | 512 case BO_Div: return translateBinOp(til::BOP_Div, BO, Ctx); in translateBinaryOperator()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | StmtProfile.cpp | 858 BinaryOp = BO_Div; in DecodeOperatorCall()
|
| HD | ExprConstant.cpp | 1665 case BO_Div: in handleIntIntBinOp() 1758 case BO_Div: in handleFloatFloatBinOp() 8138 case BO_Div: in VisitBinaryOperator() 8882 case BO_Div: in CheckICE() 8900 if (Exp->getOpcode() == BO_Div || in CheckICE()
|
| HD | Expr.cpp | 1786 case BO_Div: return "/"; in getOpcodeStr() 1827 case OO_Slash: return BO_Div; in getOverloadedOpcode()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 2730 Diff = SemaRef.BuildBinOp(S, DefaultLoc, BO_Div, Diff.get(), NewStep.get()); in BuildNumIterations() 3375 SemaRef.BuildBinOp(CurScope, UpdLoc, BO_Div, IV.get(), Div.get()); in CheckOpenMPLoop() 6148 case BO_Div: in ActOnOpenMPReductionClause()
|
| HD | SemaExpr.cpp | 9934 case tok::slash: Opc = BO_Div; break; in ConvertTokenKindToBinaryOpcode() 10144 case BO_Div: in CreateBuiltinBinOp() 10146 Opc == BO_Div); in CreateBuiltinBinOp()
|
| HD | SemaChecking.cpp | 6179 case BO_Div: { in GetExprRange()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprScalar.cpp | 945 } else if (Opcode == BO_Div || Opcode == BO_Rem) { in EmitBinOpCheck() 3558 case BO_Div: in EmitCompoundAssignmentLValue()
|
| HD | CGStmtOpenMP.cpp | 1815 case BO_Div: in emitOMPAtomicRMW()
|