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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp114 const llvm::APSInt *extentInt = svalBuilder.getKnownValue(state, extent); local
115 if (!extentInt)
118 CharUnits regionSize = CharUnits::fromQuantity(extentInt->getSExtValue());

Completed in 214 milliseconds