| /llvm-project-15.0.7/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-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangle.h | 30 size_t Capacity = 0; member 34 void addNode(size_t Capacity) { in addNode()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ArrayRecyclerTest.cpp | 24 TEST(ArrayRecyclerTest, Capacity) { in TEST() argument
|
| /llvm-project-15.0.7/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-15.0.7/llvm/lib/Support/ |
| H A D | IntervalMap.cpp | 120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TypeLocBuilder.h | 30 size_t Capacity; variable
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | AddressRanges.h | 74 void reserve(size_t Capacity) { Ranges.reserve(Capacity); } in reserve()
|
| H A D | SmallVector.h | 48 Size_T Size = 0, Capacity; variable
|
| H A D | IntervalMap.h | 225 enum { Capacity = N }; enumerator
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Support/ |
| H A D | BumpVector.h | 62 T *Capacity = nullptr; variable
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyUtil.h | 223 size_t Capacity = 0; variable
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTVector.h | 40 llvm::PointerIntPair<T *, 1, bool> Capacity; variable
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SampleProfileInference.cpp | 120 void addEdge(uint64_t Src, uint64_t Dst, int64_t Capacity, int64_t Cost) { in addEdge() 544 int64_t Capacity; member
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCleanup.cpp | 112 unsigned Capacity = 1024; in allocate() local
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 56 static unsigned constexpr Capacity = std::numeric_limits<uint8_t>::max()+1; member
|