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

/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp829 const llvm::APSInt &ExtentInt = ExtentCI->getValue(); local
830 assert(ExtentInt.isNonNegative() || ExtentInt.isUnsigned());
832 Length = ExtentInt.getLimitedValue() * SVB.getContext().getCharWidth();

Completed in 537 milliseconds