Home
last modified time | relevance | path

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

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