Searched refs:BO_Mul (Results 1 - 17 of 17) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h307 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.h2956 bool isMultiplicativeOp() const { return Opc >= BO_Mul && Opc <= BO_Rem; }
3020 return Opcode(unsigned(Opc) - BO_MulAssign + BO_Mul);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp76 if (mulop == NULL && 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 DIdempotentOperationChecker.cpp237 case BO_Mul:
254 case BO_Mul:
277 case BO_Mul:
308 case BO_Mul:
H A DVLASizeChecker.cpp142 state, BO_Mul, ArrayLength, EleSizeVal.castAs<NonLoc>(), SizeTy);
H A DArrayBoundCheckerV2.cpp245 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.cpp194 case BO_Mul:
379 case BO_Mul:
H A DExprEngineC.cpp102 case BO_MulAssign: Op = BO_Mul; break;
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp870 case BO_Mul: CheckName = "mul_overflow"; break;
2119 case BO_Mul:
3258 case BO_Mul:
/external/clang/lib/AST/
H A DExpr.cpp1687 case BO_Mul: return "*";
1728 case OO_Star: return BO_Mul;
H A DExprConstant.cpp1488 case BO_Mul:
1587 case BO_Mul:
7552 case BO_Mul:
8268 case BO_Mul:
/external/clang/lib/Analysis/
H A DCFG.cpp513 case BO_Mul:
/external/clang/lib/Sema/
H A DSemaChecking.cpp4605 case BO_Mul:
H A DSemaExpr.cpp5705 return Opc >= BO_Mul && Opc <= BO_Shr;
8741 case tok::star: Opc = BO_Mul; break;
8920 case BO_Mul:

Completed in 304 milliseconds