Searched defs:CurrentCapacity (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp105 unsigned CurrentCapacity = EndOfBuffer - StartOfBuffer; local
106 unsigned UsedCapacity = CurrentCapacity - (StartOfData - StartOfBuffer);
108 unsigned NewCapacity = CurrentCapacity;

Completed in 68 milliseconds