Home
last modified time | relevance | path

Searched defs:capacity (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/libcxx/include/__filesystem/
H A Dspace_info.h25 uintmax_t capacity; member
/llvm-project/clang/test/Rewriter/
H A Drewrite-nest.m10 NSUInteger capacity; field
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h32 uptr capacity() { return String.capacity() - 1; } in capacity() function
H A Dvector.h55 constexpr uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity() function
/llvm-project/lldb/source/Core/
H A DAddressRangeListImpl.cpp26 Reserve(size_t capacity) Reserve() argument
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp61 uint32_t TypeTableCollection::capacity() { return Records.size(); } capacity() function in TypeTableCollection
H A DAppendingTypeTableBuilder.cpp62 uint32_t AppendingTypeTableBuilder::capacity() { return SeenRecords.size(); } capacity() function in AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.cpp65 uint32_t GlobalTypeTableBuilder::capacity() { return SeenRecords.size(); } capacity() function in GlobalTypeTableBuilder
H A DMergingTypeTableBuilder.cpp66 uint32_t MergingTypeTableBuilder::capacity() { return SeenRecords.size(); } capacity() function in MergingTypeTableBuilder
H A DLazyRandomTypeCollection.cpp146 uint32_t LazyRandomTypeCollection::capacity() { return Records.size(); } capacity() function in LazyRandomTypeCollection
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dvector_test.cpp52 scudo::uptr capacity = V.capacity(); in TEST() local
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dcontiguous_container.cpp44 void TestContainer(size_t capacity, size_t off_begin, bool poison_buffer) { in TestContainer()
117 void TestDoubleEndedContainer(size_t capacity, size_t off_begin, in TestDoubleEndedContainer()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h209 uint32_t capacity() const { return Buckets.size(); } in capacity() function
298 static uint32_t maxLoad(uint32_t capacity) { return capacity * 2 / 3 + 1; } in maxLoad()
/llvm-project/llvm/include/llvm/ADT/
H A DPagedVector.h99 [[nodiscard]] size_t capacity() const { in capacity() function
H A DFoldingSet.h162 unsigned capacity() { in capacity() function
/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfoList.cpp35 void Reserve(size_t capacity) { return m_regions.reserve(capacity); } in Reserve()
/llvm-project/libcxx/test/std/ranges/range.utility/range.utility.conv/
H A Dcontainer.h129 constexpr std::size_t capacity() const capacity() function
H A Dto.pass.cpp166 constexpr std::size_t capacity() const in capacity() function
170 constexpr int capacity() const in capacity() function
/llvm-project/libc/src/__support/CPP/
H A Dstring.h92 LIBC_INLINE constexpr size_t capacity() const { return capacity_; } capacity() function
/llvm-project/clang/test/SemaCXX/
H A Dflexible-array-test.cpp79 unsigned capacity; member
/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h204 size_t capacity() const { return Capacity - Begin; } in capacity() function
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h136 size_t capacity() const { return Capacity; } in capacity() function
/llvm-project/clang/include/clang/AST/
H A DASTVector.h180 size_t capacity() const { return this->capacity_ptr() - Begin; } in capacity() function
/llvm-project/libcxx/test/support/
H A Dfilesystem_test_helper.h60 space(std::string path,std::uintmax_t & capacity,std::uintmax_t & free,std::uintmax_t & avail) space() argument
H A Dnasty_containers.h74 size_type capacity() const TEST_NOEXCEPT { return v_.capacity(); } in capacity() function

12