Searched refs:SizeInt (Results 1 – 1 of 1) sorted by relevance
116 const llvm::APSInt *SizeInt = svalBuilder.getKnownValue(state, Size); in checkPreStmt() local117 if (!SizeInt) in checkPreStmt()120 CharUnits regionSize = CharUnits::fromQuantity(SizeInt->getZExtValue()); in checkPreStmt()