Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1305 const llvm::APSInt *SizeInt = svalBuilder.getKnownValue(state, Size); in getSizeInElements() local
1306 if (!SizeInt) in getSizeInElements()
1309 CharUnits RegionSize = CharUnits::fromQuantity(SizeInt->getSExtValue()); in getSizeInElements()