HomeSort by relevance Sort by last modified time
    Searched refs:BO_Div (Results 1 - 16 of 16) 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 49 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 ||
205 if (Op == BO_Div || Op == BO_Rem || Op == BO_DivAssign ||
CStringChecker.cpp 685 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:
ExprEngineC.cpp 110 case BO_DivAssign: Op = BO_Div; break;
    [all...]
SimpleSValBuilder.cpp 227 case BO_Div:
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 314 case BO_Div: return translateBinOp(til::BOP_Div, BO, Ctx);
  /external/clang/lib/AST/
StmtProfile.cpp 688 BinaryOp = BO_Div;
    [all...]
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 139 milliseconds