Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.cpp118 unsigned UsedCapacity = CurrentCapacity - (StartOfData - StartOfBuffer); in allocate() local
123 } while (NewCapacity < UsedCapacity + Size); in allocate()
127 char *NewStartOfData = NewEndOfBuffer - UsedCapacity; in allocate()
128 memcpy(NewStartOfData, StartOfData, UsedCapacity); in allocate()