Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DBoolAssignmentChecker.cpp86 svalBuilder.evalBinOp(state, BO_GE, *DV, zeroVal, in checkBind()
122 svalBuilder.evalBinOp(state, BO_LE, *DV, OneVal, in checkBind()
DMallocChecker.cpp1102 SVal TotalSize = svalBuilder.evalBinOp(state, BO_Mul, count, elementSize, in CallocMem()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h442 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, in evalBinOp() function
447 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, in evalBinOp() function
453 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op, in evalBinOp() function
455 return svalBuilder.evalBinOp(ST, Op, LHS, RHS, T); in evalBinOp()
DSVals.h340 SVal evalBinOp(SValBuilder &svalBuilder, BinaryOperator::Opcode Op,
530 SVal evalBinOp(BasicValueFactory& BasicVals, BinaryOperator::Opcode Op,
DSValBuilder.h114 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp187 SVal nonloc::ConcreteInt::evalBinOp(SValBuilder &svalBuilder, in evalBinOp() function in nonloc::ConcreteInt
213 SVal loc::ConcreteInt::evalBinOp(BasicValueFactory& BasicVals, in evalBinOp() function in loc::ConcreteInt
DExprEngineC.cpp84 SVal Result = evalBinOp(state, Op, LeftV, RightV, B->getType()); in VisitBinaryOperator()
140 SVal Result = svalBuilder.evalCast(evalBinOp(state, Op, V, RightV, CTy), in VisitBinaryOperator()
830 Result = evalBinOp(state, BO_EQ, *LV, X, U->getType()); in VisitUnaryOperator()
837 Result = evalBinOp(state, BO_EQ, V.castAs<NonLoc>(), X, in VisitUnaryOperator()
896 SVal Result = evalBinOp(state, Op, V2, RHS, U->getType()); in VisitIncrementDecrementOperator()
DSValBuilder.cpp251 SVal SValBuilder::evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, in evalBinOp() function in SValBuilder
283 return evalBinOp(state, BO_EQ, lhs, rhs, Context.IntTy) in evalEQ()
DSimpleSValBuilder.cpp611 lhs.castAs<loc::ConcreteInt>().evalBinOp(BasicVals, op, *rInt); in evalBinOpLL()
DExprEngine.cpp117 SVal Constraint_untested = evalBinOp(state, BO_GT, V, in getInitialState()