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

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

Completed in 95 milliseconds