Home
last modified time | relevance | path

Searched defs:Capacity (Results 1 – 21 of 21) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map.h34 MemMapDefault(uptr Base, uptr Capacity) : Base(Base), Capacity(Capacity) {} in MemMapDefault()
52 uptr Capacity = 0; variable
72 uptr Capacity = 0; variable
H A Dmem_map_fuchsia.h68 uptr Capacity = 0; variable
H A Dmem_map_linux.h24 MemMapLinux(uptr Base, uptr Capacity) in MemMapLinux()
H A Dmem_map_fuchsia.cpp94 MemMapFuchsia(uptr Base,uptr Capacity) MemMapFuchsia() argument
/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h73 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 DMicrosoftDemangle.h31 size_t Capacity = 0; global() member
35 addNode(size_t Capacity) addNode() argument
/llvm-project/llvm/unittests/Support/
H A DArrayRecyclerTest.cpp24 TEST(ArrayRecyclerTest, Capacity) { in TEST() argument
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h102 support::ulittle32_t Capacity; member
112 explicit HashTable(uint32_t Capacity) { in HashTable()
/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.h30 size_t Capacity; variable
/llvm-project/llvm/include/llvm/ADT/
H A DAddressRanges.h72 void reserve(size_t Capacity) { Ranges.reserve(Capacity); } in reserve()
H A DSmallVector.h55 Size_T Size = 0, Capacity; variable
[all...]
H A DIntervalMap.h225 static constexpr unsigned Capacity = N; enumerator
[all...]
/llvm-project/libcxx/test/std/containers/container.adaptors/
H A Dpush_range_container_adaptors.h189 static constexpr int Capacity = 8; member
/llvm-project/libcxx/test/std/ranges/range.utility/range.utility.conv/
H A Dcontainer.h33 static constexpr int Capacity = 8; global() member
/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h71 T *Capacity = nullptr; variable
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h223 size_t Capacity = 0; variable
/llvm-project/clang/include/clang/AST/
H A DASTVector.h40 llvm::PointerIntPair<T *, 1, bool> Capacity; variable
/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp133 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 DCGCleanup.cpp83 unsigned Capacity = 1024; in allocate() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h59 static unsigned constexpr NumWords = Capacity / WordWidth; member
[all...]