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

  /external/clang/include/clang/AST/
OperationKinds.h 307 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 &&
IdempotentOperationChecker.cpp 214 case BO_Div:
238 case BO_Div:
309 case BO_Div:
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 156 case BO_Div:
SimpleConstraintManager.cpp 41 case BO_Div:
ExprEngineC.cpp 103 case BO_DivAssign: Op = BO_Div; break;
    [all...]
SimpleSValBuilder.cpp 201 case BO_Div:
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 580 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 135 milliseconds