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

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

Completed in 337 milliseconds