Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp581 CharUnits lastEnd = CharUnits::Zero(); in getCoerceAndExpandTypes() local
585 if (entry.Begin != lastEnd) { in getCoerceAndExpandTypes()
586 auto paddingSize = entry.Begin - lastEnd; in getCoerceAndExpandTypes()
601 lastEnd = entry.Begin + getTypeAllocSize(CGM, entry.Type); in getCoerceAndExpandTypes()
602 assert(entry.End <= lastEnd); in getCoerceAndExpandTypes()