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

/external/clang/include/clang/AST/
H A DASTVector.h158 if (End < this->capacity_ptr()) {
169 if (unsigned(this->capacity_ptr()-Begin) < N)
175 size_t capacity() const { return this->capacity_ptr() - Begin; }
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
222 if (this->End < this->capacity_ptr()) {
367 const_iterator capacity_ptr() const { function in class:clang::ASTVector
370 iterator capacity_ptr() { return (iterator)Capacity.getPointer(); } function in class:clang::ASTVector
/external/llvm/include/llvm/ADT/
H A DSmallVector.h118 iterator capacity_ptr() { return (iterator)this->CapacityX; } function in class:llvm::SmallVectorTemplateCommon
119 const_iterator capacity_ptr() const { return (const_iterator)this->CapacityX;} function in class:llvm::SmallVectorTemplateCommon
133 size_t capacity() const { return capacity_ptr() - begin(); }
420 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
434 if (NumInputs > size_type(this->capacity_ptr()-this->end()))

Completed in 58 milliseconds