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 184 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
198 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
364 iterator capacity_ptr() { return (iterator)this->Capacity; } function in class:clang::ASTVector
  /external/llvm/include/llvm/ADT/
SmallVector.h 116 iterator capacity_ptr() { return (iterator)this->CapacityX; } function in class:llvm::SmallVectorTemplateCommon
117 const_iterator capacity_ptr() const { return (const_iterator)this->CapacityX;} function in class:llvm::SmallVectorTemplateCommon
131 size_t capacity() const { return capacity_ptr() - begin(); }
442 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
456 if (NumInputs > size_type(this->capacity_ptr()-this->end()))

Completed in 224 milliseconds