Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1037 const llvm::APSInt &ExtentInt = ExtentCI->getValue(); in collectSubRegionBindings() local
1038 assert(ExtentInt.isNonNegative() || ExtentInt.isUnsigned()); in collectSubRegionBindings()
1040 Length = ExtentInt.getLimitedValue() * SVB.getContext().getCharWidth(); in collectSubRegionBindings()