HomeSort by relevance Sort by last modified time
    Searched refs:BO_Div (Results 1 - 19 of 19) sorted by null

  /external/clang/include/clang/AST/
OperationKinds.h 310 BO_Mul, BO_Div, BO_Rem, // [C99 6.5.5] Multiplicative operators.
StmtVisitor.h 50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
  /external/clang/lib/StaticAnalyzer/Checkers/
DivZeroChecker.cpp 51 if (Op != BO_Div &&
TestAfterDivZeroChecker.cpp 109 if (Op == BO_Div || Op == BO_Rem || Op == BO_DivAssign ||
206 if (Op == BO_Div || Op == BO_Rem || Op == BO_DivAssign ||
MallocOverflowSecurityChecker.cpp 192 if (BOp->getOpcode() == BO_Div) {
CStringChecker.cpp 693 const llvm::APSInt *maxLengthInt = BVF.evalAPSInt(BO_Div, maxValInt,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 156 case BO_Div:
SimpleConstraintManager.cpp 41 case BO_Div:
SimpleSValBuilder.cpp 227 case BO_Div:
    [all...]
ExprEngineC.cpp 110 case BO_DivAssign: Op = BO_Div; break;
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 499 case BO_Div: return translateBinOp(til::BOP_Div, BO, Ctx);
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 928 BinaryOp = BO_Div;
    [all...]
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGStmtOpenMP.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]

Completed in 279 milliseconds