Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp122 unsigned UsedCapacity = CurrentCapacity - (StartOfData - StartOfBuffer); in allocate() local
127 } while (NewCapacity < UsedCapacity + Size); in allocate()
131 char *NewStartOfData = NewEndOfBuffer - UsedCapacity; in allocate()
132 memcpy(NewStartOfData, StartOfData, UsedCapacity); in allocate()