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

  /external/clang/include/clang/AST/
OperationKinds.h 308 BO_Add, BO_Sub, // [C99 6.5.6] Additive operators.
StmtVisitor.h 51 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 36 if (B->getOpcode() != BO_Sub && B->getOpcode() != BO_Add)
MallocOverflowSecurityChecker.cpp 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 275 case BO_Add:
306 case BO_Add:
674 if (B->getOpcode() == BO_Sub || B->getOpcode() == BO_Add)
CStringChecker.cpp 378 SVal BufEnd = svalBuilder.evalBinOpLN(state, BO_Add, *BufLoc,
398 SVal BufEnd = svalBuilder.evalBinOpLN(state, BO_Add, *BufLoc,
494 SVal FirstEnd = svalBuilder.evalBinOpLN(state, BO_Add,
    [all...]
ArrayBoundCheckerV2.cpp 259 return svalBuilder.evalBinOpNN(state, BO_Add, x.castAs<NonLoc>(),
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 217 case BO_Add:
378 case BO_Add:
473 newRHS = BasicVals.evalAPSInt(BO_Add, first, second);
866 case BO_Add:
    [all...]
BasicValueFactory.cpp 162 case BO_Add:
SimpleConstraintManager.cpp 228 if (Op == BO_Add || Op == BO_Sub) {
ExprEngineC.cpp 105 case BO_AddAssign: Op = BO_Add; break;
    [all...]
ProgramState.cpp 347 SVal newIdx = svalBuilder.evalBinOpNN(this, BO_Add,
354 svalBuilder.evalBinOpNN(this, BO_Add, UpperBound.castAs<NonLoc>(),
SValBuilder.cpp 350 assert(op == BO_Add);
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
StmtProfile.cpp 558 BinaryOp = BO_Add;
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 475 result = S.BuildBinOp(Sc, opcLoc, BO_Add, result.take(), one);
    [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 876 milliseconds