/llvm-project/libcxx/include/__filesystem/ |
H A D | space_info.h | 25 uintmax_t capacity; member
|
/llvm-project/clang/test/Rewriter/ |
H A D | rewrite-nest.m | 10 NSUInteger capacity; field
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.h | 32 uptr capacity() { return String.capacity() - 1; } in capacity() function
|
H A D | vector.h | 55 constexpr uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity() function
|
/llvm-project/lldb/source/Core/ |
H A D | AddressRangeListImpl.cpp | 26 Reserve(size_t capacity) Reserve() argument
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeTableCollection.cpp | 61 uint32_t TypeTableCollection::capacity() { return Records.size(); } capacity() function in TypeTableCollection
|
H A D | AppendingTypeTableBuilder.cpp | 62 uint32_t AppendingTypeTableBuilder::capacity() { return SeenRecords.size(); } capacity() function in AppendingTypeTableBuilder
|
H A D | GlobalTypeTableBuilder.cpp | 65 uint32_t GlobalTypeTableBuilder::capacity() { return SeenRecords.size(); } capacity() function in GlobalTypeTableBuilder
|
H A D | MergingTypeTableBuilder.cpp | 66 uint32_t MergingTypeTableBuilder::capacity() { return SeenRecords.size(); } capacity() function in MergingTypeTableBuilder
|
H A D | LazyRandomTypeCollection.cpp | 146 uint32_t LazyRandomTypeCollection::capacity() { return Records.size(); } capacity() function in LazyRandomTypeCollection
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | vector_test.cpp | 52 scudo::uptr capacity = V.capacity(); in TEST() local
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | contiguous_container.cpp | 44 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 D | HashTable.h | 209 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 D | PagedVector.h | 99 [[nodiscard]] size_t capacity() const { in capacity() function
|
H A D | FoldingSet.h | 162 unsigned capacity() { in capacity() function
|
/llvm-project/lldb/source/API/ |
H A D | SBMemoryRegionInfoList.cpp | 35 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 D | container.h | 129 constexpr std::size_t capacity() const capacity() function
|
H A D | to.pass.cpp | 166 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 D | string.h | 92 LIBC_INLINE constexpr size_t capacity() const { return capacity_; } capacity() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | flexible-array-test.cpp | 79 unsigned capacity; member
|
/llvm-project/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 204 size_t capacity() const { return Capacity - Begin; } in capacity() function
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyUtil.h | 136 size_t capacity() const { return Capacity; } in capacity() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTVector.h | 180 size_t capacity() const { return this->capacity_ptr() - Begin; } in capacity() function
|
/llvm-project/libcxx/test/support/ |
H A D | filesystem_test_helper.h | 60 space(std::string path,std::uintmax_t & capacity,std::uintmax_t & free,std::uintmax_t & avail) space() argument
|
H A D | nasty_containers.h | 74 size_type capacity() const TEST_NOEXCEPT { return v_.capacity(); } in capacity() function
|