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 335 const nonloc::ConcreteInt& lhsInt = cast<nonloc::ConcreteInt>(lhs);
346 rhs_I = &BasicVals.Convert(lhsInt.getValue(), *Constant);
356 return lhsInt.evalBinOp(*this, op, cast<nonloc::ConcreteInt>(rhs));
358 const llvm::APSInt& lhsValue = lhsInt.getValue();
894 if (loc::ConcreteInt *lhsInt = dyn_cast<loc::ConcreteInt>(&lhs))
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 2021 milliseconds