reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
53 size_t capacity() const { return Capacity; } 108 Size = Capacity = 0; // FIXME: Setting Capacity to 0 is suspect. 253 this->Capacity = NewCapacity; 675 std::swap(this->Capacity, RHS.Capacity); 675 std::swap(this->Capacity, RHS.Capacity); 765 this->Capacity = RHS.Capacity; 765 this->Capacity = RHS.Capacity;lib/Support/SmallVector.cpp
64 this->Capacity = NewCapacity;