Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp868 const llvm::APSInt &ExtentInt = ExtentCI->getValue(); in collectSubRegionBindings() local
869 assert(ExtentInt.isNonNegative() || ExtentInt.isUnsigned()); in collectSubRegionBindings()
871 Length = ExtentInt.getLimitedValue() * SVB.getContext().getCharWidth(); in collectSubRegionBindings()