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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp203 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy); local
204 if (!pointeeTySize.isZero()) {
208 if (off % pointeeTySize == 0) {
209 newIndex = off / pointeeTySize;

Completed in 190 milliseconds