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

  /external/clang/include/clang/AST/
OperationKinds.h 307 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 == 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)
IdempotentOperationChecker.cpp 237 case BO_Mul:
254 case BO_Mul:
277 case BO_Mul:
308 case BO_Mul:
VLASizeChecker.cpp 142 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 194 case BO_Mul:
379 case BO_Mul:
    [all...]
ExprEngineC.cpp 102 case BO_MulAssign: Op = BO_Mul; break;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 513 case BO_Mul:
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 1059 milliseconds