Searched refs:BO_Mul (Results 1 - 18 of 18) sorted by path

/external/clang/include/clang/AST/
H A DExpr.h2986 bool isMultiplicativeOp() const { return Opc >= BO_Mul && Opc <= BO_Rem; }
3050 return Opcode(unsigned(Opc) - BO_MulAssign + BO_Mul);
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);
/external/clang/lib/AST/
H A DExpr.cpp1735 case BO_Mul: return "*";
1776 case OO_Star: return BO_Mul;
H A DExprConstant.cpp1633 case BO_Mul:
1732 case BO_Mul:
7764 case BO_Mul:
8499 case BO_Mul:
H A DStmtProfile.cpp684 BinaryOp = BO_Mul;
/external/clang/lib/Analysis/
H A DCFG.cpp768 case BO_Mul:
H A DThreadSafetyCommon.cpp313 case BO_Mul: return translateBinOp(til::BOP_Mul, BO, Ctx);
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp873 case BO_Mul: CheckName = "mul_overflow"; break;
2214 case BO_Mul:
3373 case BO_Mul:
/external/clang/lib/Sema/
H A DSemaChecking.cpp5203 case BO_Mul:
H A DSemaExpr.cpp5965 return Opc >= BO_Mul && Opc <= BO_Shr;
9174 case tok::star: Opc = BO_Mul; break;
9353 case BO_Mul:
/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp245 return sb.evalBinOpNN(state, BO_Mul, baseVal,
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.cpp143 state, BO_Mul, ArrayLength, EleSizeVal.castAs<NonLoc>(), SizeTy);
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp153 case BO_Mul:
H A DExprEngineC.cpp109 case BO_MulAssign: Op = BO_Mul; break;
H A DSimpleConstraintManager.cpp40 case BO_Mul:
H A DSimpleSValBuilder.cpp220 case BO_Mul:
405 case BO_Mul:

Completed in 4343 milliseconds