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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp202 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy); local
203 if (!pointeeTySize.isZero()) {
207 if (off % pointeeTySize == 0) {
208 newIndex = off / pointeeTySize;

Completed in 57 milliseconds