Searched refs:BO_Rem (Results 1 - 16 of 16) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h310 BO_Mul, BO_Div, BO_Rem, // [C99 6.5.5] Multiplicative operators. enumerator in enum:clang::BinaryOperatorKind
H A DStmtVisitor.h50 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
H A DExpr.h2986 bool isMultiplicativeOp() const { return Opc >= BO_Mul && Opc <= BO_Rem; }
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDivZeroChecker.cpp52 Op != BO_Rem &&
H A DTestAfterDivZeroChecker.cpp109 if (Op == BO_Div || Op == BO_Rem || Op == BO_DivAssign ||
205 if (Op == BO_Div || Op == BO_Rem || Op == BO_DivAssign ||
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp159 case BO_Rem:
H A DSimpleConstraintManager.cpp42 case BO_Rem:
H A DExprEngineC.cpp111 case BO_RemAssign: Op = BO_Rem; break;
H A DSimpleSValBuilder.cpp235 case BO_Rem:
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp315 case BO_Rem: return translateBinOp(til::BOP_Rem, BO, Ctx);
/external/clang/lib/AST/
H A DStmtProfile.cpp692 BinaryOp = BO_Rem;
H A DExpr.cpp1737 case BO_Rem: return "%";
1778 case OO_Percent: return BO_Rem;
H A DExprConstant.cpp1649 case BO_Rem:
1658 Result = (Opcode == BO_Rem ? LHS % RHS : LHS / RHS);
8501 case BO_Rem:
8519 Exp->getOpcode() == BO_Rem) {
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp864 } else if (Opcode == BO_Div || Opcode == BO_Rem) {
3375 case BO_Rem:
/external/clang/lib/Sema/
H A DSemaChecking.cpp5191 case BO_Rem: {
H A DSemaExpr.cpp9176 case tok::percent: Opc = BO_Rem; break;
9358 case BO_Rem:

Completed in 286 milliseconds