Searched refs:CurCapacity (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h226 size_t CurCapacity = Capacity-Begin; local
228 size_t NewCapacity = 2*CurCapacity;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h381 size_t CurCapacity = this->capacity(); local
383 size_t NewCapacity = 2*CurCapacity;

Completed in 73 milliseconds