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

  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 413 const nonloc::ConcreteInt& lhsInt = cast<nonloc::ConcreteInt>(lhs);
424 rhs_I = &BasicVals.Convert(lhsInt.getValue(), *Constant);
434 return lhsInt.evalBinOp(*this, op, cast<nonloc::ConcreteInt>(rhs));
436 const llvm::APSInt& lhsValue = lhsInt.getValue();
865 if (loc::ConcreteInt *lhsInt = dyn_cast<loc::ConcreteInt>(&lhs)) {
866 const llvm::APSInt &leftI = lhsInt->getValue();
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 134 milliseconds