Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp208 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy); in castRegion() local
209 if (!pointeeTySize.isZero()) { in castRegion()
213 if (off % pointeeTySize == 0) { in castRegion()
214 newIndex = off / pointeeTySize; in castRegion()