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

  /external/clang/include/clang/AST/
OperationKinds.h 300 BO_Mul, BO_Div, BO_Rem, // [C99 6.5.5] Multiplicative operators.
StmtVisitor.h 48 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
  /external/clang/lib/StaticAnalyzer/Checkers/
DivZeroChecker.cpp 54 if (Op != BO_Div &&
IdempotentOperationChecker.cpp 212 case BO_Div:
236 case BO_Div:
307 case BO_Div:
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 159 case BO_Div:
SimpleConstraintManager.cpp 40 case BO_Div:
SymbolManager.cpp 35 case BO_Div: os << '/' ; break;
ExprEngineC.cpp 80 case BO_DivAssign: Op = BO_Div; break;
SimpleSValBuilder.cpp 225 case BO_Div:
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 537 BinaryOp = BO_Div;
ExprConstant.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 253 milliseconds