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

  /external/clang/lib/StaticAnalyzer/Checkers/
BoolAssignmentChecker.cpp 86 svalBuilder.evalBinOp(state, BO_GE, *DV, zeroVal,
122 svalBuilder.evalBinOp(state, BO_LE, *DV, OneVal,
BasicObjCFoundationChecks.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 459 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
464 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
470 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
472 return svalBuilder.evalBinOp(ST, Op, LHS, RHS, T);
SVals.h 348 SVal evalBinOp(SValBuilder &svalBuilder, BinaryOperator::Opcode Op,
538 SVal evalBinOp(BasicValueFactory& BasicVals, BinaryOperator::Opcode Op,
SValBuilder.h 115 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 195 SVal nonloc::ConcreteInt::evalBinOp(SValBuilder &svalBuilder,
221 SVal loc::ConcreteInt::evalBinOp(BasicValueFactory& BasicVals,
ExprEngineC.cpp 93 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());
    [all...]
SValBuilder.cpp 333 SVal SValBuilder::evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
365 return evalBinOp(state, BO_EQ, lhs, rhs, getConditionType())
SimpleSValBuilder.cpp 660 lhs.castAs<loc::ConcreteInt>().evalBinOp(BasicVals, op, *rInt);
    [all...]
ExprEngine.cpp 121 SVal Constraint_untested = evalBinOp(state, BO_GT, V,
    [all...]

Completed in 264 milliseconds