HomeSort by relevance Sort by last modified time
    Searched refs:BO_Mul (Results 1 - 18 of 18) sorted by null

  /external/clang/include/clang/AST/
OperationKinds.h 310 BO_Mul, BO_Div, BO_Rem, // [C99 6.5.5] Multiplicative operators.
StmtVisitor.h 48 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 76 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)
VLASizeChecker.cpp 143 state, BO_Mul, ArrayLength, EleSizeVal.castAs<NonLoc>(), SizeTy);
ArrayBoundCheckerV2.cpp 245 return sb.evalBinOpNN(state, BO_Mul, baseVal,
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 153 case BO_Mul:
SimpleConstraintManager.cpp 40 case BO_Mul:
SimpleSValBuilder.cpp 220 case BO_Mul:
405 case BO_Mul:
    [all...]
ExprEngineC.cpp 109 case BO_MulAssign: Op = BO_Mul; break;
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 313 case BO_Mul: return translateBinOp(til::BOP_Mul, BO, Ctx);
CFG.cpp 768 case BO_Mul:
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 684 BinaryOp = BO_Mul;
    [all...]
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 101 milliseconds