HomeSort by relevance Sort by last modified time
    Searched refs:BO_Rem (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_Rem: DISPATCH(BinRem, BinaryOperator);
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DivZeroChecker.cpp 52 Op != BO_Rem &&
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 159 case BO_Rem:
SimpleConstraintManager.cpp 42 case BO_Rem:
ExprEngineC.cpp 102 case BO_RemAssign: Op = BO_Rem; break;
    [all...]
SimpleSValBuilder.cpp 236 case BO_Rem:
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 546 BinaryOp = BO_Rem;
ExprConstant.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 826 } else if (Opcode == BO_Div || Opcode == BO_Rem) {
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 83 milliseconds