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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp86 svalBuilder.evalBinOp(state, BO_GE, *DV, zeroVal,
122 svalBuilder.evalBinOp(state, BO_LE, *DV, OneVal,
H A DBasicObjCFoundationChecks.cpp959 SvalBuilder.evalBinOp(State, BO_GT,
/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp195 SVal nonloc::ConcreteInt::evalBinOp(SValBuilder &svalBuilder, function in class:nonloc::ConcreteInt
221 SVal loc::ConcreteInt::evalBinOp(BasicValueFactory& BasicVals, function in class:loc::ConcreteInt
H A DExprEngineC.cpp93 SVal Result = evalBinOp(state, Op, LeftV, RightV, B->getType());
149 SVal Result = svalBuilder.evalCast(evalBinOp(state, Op, V, RightV, CTy),
867 Result = evalBinOp(state, BO_EQ, *LV, X, U->getType());
874 Result = evalBinOp(state, BO_EQ, V.castAs<NonLoc>(), X,
935 SVal Result = evalBinOp(state, Op, V2, RHS, U->getType());
H A DSValBuilder.cpp333 SVal SValBuilder::evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, function in class:SValBuilder
365 return evalBinOp(state, BO_EQ, lhs, rhs, getConditionType())
H A DSimpleSValBuilder.cpp660 lhs.castAs<loc::ConcreteInt>().evalBinOp(BasicVals, op, *rInt);
H A DExprEngine.cpp121 SVal Constraint_untested = evalBinOp(state, BO_GT, V,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h459 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, function in class:clang::ento::ExprEngine
464 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, function in class:clang::ento::ExprEngine
470 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op, function in class:clang::ento::ExprEngine
472 return svalBuilder.evalBinOp(ST, Op, LHS, RHS, T);
H A DSVals.h348 SVal evalBinOp(SValBuilder &svalBuilder, BinaryOperator::Opcode Op,
538 SVal evalBinOp(BasicValueFactory& BasicVals, BinaryOperator::Opcode Op,
H A DSValBuilder.h115 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,

Completed in 187 milliseconds