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

/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1212 const llvm::APSInt *SizeInt = svalBuilder.getKnownValue(state, Size); local
1213 if (!SizeInt)
1216 CharUnits RegionSize = CharUnits::fromQuantity(SizeInt->getSExtValue());

Completed in 152 milliseconds