Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp5272 CharUnits beginOfScan = request.Offset - InstanceBegin; in buildBitmap() local
5276 if ((beginOfScan % WordSize) != 0) continue; in buildBitmap()
5283 if (beginOfScan.isNegative()) { in buildBitmap()
5288 unsigned beginOfScanInWords = beginOfScan / WordSize; in buildBitmap()