Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp190 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy); in castRegion() local
191 if (!pointeeTySize.isZero()) { in castRegion()
195 if (off % pointeeTySize == 0) { in castRegion()
196 newIndex = off / pointeeTySize; in castRegion()