HomeSort by relevance Sort by last modified time
    Searched refs:capacity_ptr (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
ASTVector.h 158 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()) {
368 const_iterator capacity_ptr() const { function in class:clang::ASTVector
371 iterator capacity_ptr() { return (iterator)Capacity.getPointer(); } function in class:clang::ASTVector
  /external/llvm/include/llvm/ADT/
SmallVector.h 121 iterator capacity_ptr() { return (iterator)this->CapacityX; } function in class:llvm::SmallVectorTemplateCommon
122 const_iterator capacity_ptr() const { return (const_iterator)this->CapacityX;} function in class:llvm::SmallVectorTemplateCommon
136 size_t capacity() const { return capacity_ptr() - begin(); }
426 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
437 if (NumInputs > size_type(this->capacity_ptr()-this->end()))

Completed in 69 milliseconds