/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | mem_map.h | 34 MemMapDefault(uptr Base, uptr Capacity) : Base(Base), Capacity(Capacity) {} in MemMapDefault() 52 uptr Capacity = 0; variable 72 uptr Capacity = 0; variable
|
H A D | mem_map_fuchsia.h | 68 uptr Capacity = 0; variable
|
H A D | mem_map_linux.h | 24 MemMapLinux(uptr Base, uptr Capacity) in MemMapLinux()
|
H A D | mem_map_fuchsia.cpp | 94 MemMapFuchsia(uptr Base,uptr Capacity) MemMapFuchsia() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | ArrayRecycler.h | 73 explicit Capacity(uint8_t idx) : Index(idx) {} in Capacity() function 76 Capacity() : Index(0) {} in Capacity() function
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangle.h | 31 size_t Capacity = 0; global() member 35 addNode(size_t Capacity) addNode() argument
|
/llvm-project/llvm/unittests/Support/ |
H A D | ArrayRecyclerTest.cpp | 24 TEST(ArrayRecyclerTest, Capacity) { in TEST() argument
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 102 support::ulittle32_t Capacity; member 112 explicit HashTable(uint32_t Capacity) { in HashTable()
|
/llvm-project/llvm/lib/Support/ |
H A D | IntervalMap.cpp | 120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
|
/llvm-project/clang/lib/Sema/ |
H A D | TypeLocBuilder.h | 30 size_t Capacity; variable
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | AddressRanges.h | 72 void reserve(size_t Capacity) { Ranges.reserve(Capacity); } in reserve()
|
H A D | SmallVector.h | 55 Size_T Size = 0, Capacity; variable [all...] |
H A D | IntervalMap.h | 225 static constexpr unsigned Capacity = N; enumerator [all...] |
/llvm-project/libcxx/test/std/containers/container.adaptors/ |
H A D | push_range_container_adaptors.h | 189 static constexpr int Capacity = 8; member
|
/llvm-project/libcxx/test/std/ranges/range.utility/range.utility.conv/ |
H A D | container.h | 33 static constexpr int Capacity = 8; global() member
|
/llvm-project/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 71 T *Capacity = nullptr; variable
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyUtil.h | 223 size_t Capacity = 0; variable
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTVector.h | 40 llvm::PointerIntPair<T *, 1, bool> Capacity; variable
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SampleProfileInference.cpp | 133 void addEdge(uint64_t Src, uint64_t Dst, int64_t Capacity, int64_t Cost) { in addEdge() 555 int64_t Capacity; member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 83 unsigned Capacity = 1024; in allocate() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 59 static unsigned constexpr NumWords = Capacity / WordWidth; member [all...] |