HomeSort by relevance Sort by last modified time
    Searched refs:evalBinOp (Results 1 - 11 of 11) 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,
VLASizeChecker.cpp 140 SVal LessThanZeroVal = svalBuilder.evalBinOp(state, BO_LT, sizeD, Zero, Ty);
BasicObjCFoundationChecks.cpp     [all...]
  /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 130 SVal Constraint_untested = evalBinOp(state, BO_GT, V,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 472 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
477 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op,
483 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op,
485 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,

Completed in 142 milliseconds