Home
last modified time | relevance | path

Searched refs:evalBinOp (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDBoolAssignmentChecker.cpp86 svalBuilder.evalBinOp(state, BO_GE, *DV, zeroVal, in checkBind()
122 svalBuilder.evalBinOp(state, BO_LE, *DV, OneVal, in checkBind()
HDVLASizeChecker.cpp140 SVal LessThanZeroVal = svalBuilder.evalBinOp(state, BO_LT, sizeD, Zero, Ty); in checkPreStmt()
HDBasicObjCFoundationChecks.cpp959 SvalBuilder.evalBinOp(State, BO_GT, in assumeCollectionNonEmpty()
HDMallocChecker.cpp1994 SVal TotalSize = svalBuilder.evalBinOp(State, BO_Mul, count, elementSize, in CallocMem()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExprEngine.h472 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, in evalBinOp() function
477 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, in evalBinOp() function
483 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op, in evalBinOp() function
485 return svalBuilder.evalBinOp(ST, Op, LHS, RHS, T); in evalBinOp()
HDSVals.h348 SVal evalBinOp(SValBuilder &svalBuilder, BinaryOperator::Opcode Op,
538 SVal evalBinOp(BasicValueFactory& BasicVals, BinaryOperator::Opcode Op,
HDSValBuilder.h115 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSVals.cpp195 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
HDExprEngineC.cpp93 SVal Result = evalBinOp(state, Op, LeftV, RightV, B->getType()); in VisitBinaryOperator()
149 SVal Result = svalBuilder.evalCast(evalBinOp(state, Op, V, RightV, CTy), in VisitBinaryOperator()
867 Result = evalBinOp(state, BO_EQ, *LV, X, U->getType()); in VisitUnaryOperator()
874 Result = evalBinOp(state, BO_EQ, V.castAs<NonLoc>(), X, in VisitUnaryOperator()
935 SVal Result = evalBinOp(state, Op, V2, RHS, U->getType()); in VisitIncrementDecrementOperator()
HDSValBuilder.cpp333 SVal SValBuilder::evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, in evalBinOp() function in SValBuilder
365 return evalBinOp(state, BO_EQ, lhs, rhs, getConditionType()) in evalEQ()
HDSimpleSValBuilder.cpp660 lhs.castAs<loc::ConcreteInt>().evalBinOp(BasicVals, op, *rInt); in evalBinOpLL()
HDExprEngine.cpp130 SVal Constraint_untested = evalBinOp(state, BO_GT, V, in getInitialState()