Searched refs:BO_Mul (Results 1 - 21 of 21) 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.h48 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
H A DExpr.h2990 bool isMultiplicativeOp() const { return Opc >= BO_Mul && Opc <= BO_Rem; }
3054 return Opcode(unsigned(Opc) - BO_MulAssign + BO_Mul);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp76 if (mulop == nullptr && opc == BO_Mul)
78 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl)
85 else if ((opc == BO_Add || opc == BO_Mul)
H A DVLASizeChecker.cpp165 state, BO_Mul, ArrayLength, EleSizeVal.castAs<NonLoc>(), SizeTy);
H A DArrayBoundCheckerV2.cpp234 return sb.evalBinOpNN(state, BO_Mul, baseVal,
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp153 case BO_Mul:
H A DSimpleConstraintManager.cpp40 case BO_Mul:
H A DSimpleSValBuilder.cpp220 case BO_Mul:
405 case BO_Mul:
H A DExprEngineC.cpp109 case BO_MulAssign: Op = BO_Mul; break;
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1013 case BO_Mul:
H A DSemaOpenMP.cpp2579 ExprResult Update = SemaRef.BuildBinOp(S, Loc, BO_Mul, Iter.get(),
2708 LastIteration32 = SemaRef.BuildBinOp(CurScope, SourceLocation(), BO_Mul,
2711 LastIteration64 = SemaRef.BuildBinOp(CurScope, SourceLocation(), BO_Mul,
2932 Div = SemaRef.BuildBinOp(CurScope, UpdLoc, BO_Mul, Div.get(),
5241 BOK = BO_Mul;
5488 case BO_Mul:
H A DSemaExpr.cpp6350 return Opc >= BO_Mul && Opc <= BO_Shr;
9832 case tok::star: Opc = BO_Mul; break;
10042 case BO_Mul:
H A DSemaChecking.cpp5905 case BO_Mul:
/external/clang/lib/AST/
H A DStmtProfile.cpp822 BinaryOp = BO_Mul;
H A DExpr.cpp1785 case BO_Mul: return "*";
1826 case OO_Star: return BO_Mul;
H A DExprConstant.cpp1650 case BO_Mul:
1749 case BO_Mul:
8046 case BO_Mul:
8868 case BO_Mul:
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp511 case BO_Mul: return translateBinOp(til::BOP_Mul, BO, Ctx);
H A DCFG.cpp838 case BO_Mul:
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp954 case BO_Mul: CheckName = "mul_overflow"; break;
2331 case BO_Mul:
3539 case BO_Mul:
H A DCGStmtOpenMP.cpp1521 case BO_Mul:

Completed in 287 milliseconds