/external/clang/lib/StaticAnalyzer/Checkers/ |
D | BoolAssignmentChecker.cpp | 86 svalBuilder.evalBinOp(state, BO_GE, *DV, zeroVal, in checkBind() 122 svalBuilder.evalBinOp(state, BO_LE, *DV, OneVal, in checkBind()
|
D | VLASizeChecker.cpp | 139 SVal LessThanZeroVal = svalBuilder.evalBinOp(state, BO_LT, sizeD, Zero, Ty); in checkPreStmt()
|
D | BasicObjCFoundationChecks.cpp | 957 SvalBuilder.evalBinOp(State, BO_GT, in assumeCollectionNonEmpty()
|
D | CStringChecker.cpp | 1889 svalBuilder.evalBinOp(state, op, resultVal, zeroVal, in evalStrcmpCommon()
|
D | MallocChecker.cpp | 2009 SVal TotalSize = svalBuilder.evalBinOp(State, BO_Mul, count, elementSize, in CallocMem()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 487 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, in evalBinOp() function 492 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, in evalBinOp() function 498 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op, in evalBinOp() function 500 return svalBuilder.evalBinOp(ST, Op, LHS, RHS, T); in evalBinOp()
|
D | SVals.h | 350 SVal evalBinOp(SValBuilder &svalBuilder, BinaryOperator::Opcode Op, 543 SVal evalBinOp(BasicValueFactory& BasicVals, BinaryOperator::Opcode Op,
|
D | SValBuilder.h | 120 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SVals.cpp | 195 SVal nonloc::ConcreteInt::evalBinOp(SValBuilder &svalBuilder, in evalBinOp() function in nonloc::ConcreteInt 221 SVal loc::ConcreteInt::evalBinOp(BasicValueFactory& BasicVals, in evalBinOp() function in loc::ConcreteInt
|
D | ExprEngineC.cpp | 93 SVal Result = evalBinOp(state, Op, LeftV, RightV, B->getType()); in VisitBinaryOperator() 149 SVal Result = svalBuilder.evalCast(evalBinOp(state, Op, V, RightV, CTy), in VisitBinaryOperator() 901 Result = evalBinOp(state, BO_EQ, *LV, X, U->getType()); in VisitUnaryOperator() 908 Result = evalBinOp(state, BO_EQ, V.castAs<NonLoc>(), X, in VisitUnaryOperator() 969 SVal Result = evalBinOp(state, Op, V2, RHS, U->getType()); in VisitIncrementDecrementOperator()
|
D | SValBuilder.cpp | 361 SVal SValBuilder::evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, in evalBinOp() function in SValBuilder 398 return evalBinOp(state, BO_EQ, lhs, rhs, getConditionType()) in evalEQ()
|
D | SimpleSValBuilder.cpp | 660 lhs.castAs<loc::ConcreteInt>().evalBinOp(BasicVals, op, *rInt); in evalBinOpLL()
|
D | ExprEngine.cpp | 132 SVal Constraint_untested = evalBinOp(state, BO_GT, V, in getInitialState()
|