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 300 BO_Mul, BO_Div, BO_Rem, // [C99 6.5.5] Multiplicative operators.
StmtVisitor.h 47 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 235 case BO_Mul:
252 case BO_Mul:
275 case BO_Mul:
306 case BO_Mul:
VLASizeChecker.cpp 141 SVal ArraySizeVal = svalBuilder.evalBinOpNN(state, BO_Mul, ArrayLength,
ArrayBoundCheckerV2.cpp 246 return sb.evalBinOpNN(state, BO_Mul, baseVal,
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 156 case BO_Mul:
SimpleConstraintManager.cpp 39 case BO_Mul:
SimpleSValBuilder.cpp 218 case BO_Mul:
378 case BO_Mul:
    [all...]
SymbolManager.cpp 34 case BO_Mul: os << '*' ; break;
ExprEngineC.cpp 79 case BO_MulAssign: Op = BO_Mul; break;
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]

Completed in 684 milliseconds