/llvm-project/libc/test/src/string/ |
H A D | strtok_r_test.cpp | 15 char *reserve = nullptr; in TEST() local 23 char *reserve = nullptr; in TEST() local 31 char *reserve = nullptr; in TEST() local 39 char *reserve = nullptr; in TEST() local 49 char *reserve = nullptr; in TEST() local 58 char *reserve = nullptr; in TEST() local 67 char *reserve = nullptr; in TEST() local 76 char *reserve = nullptr; in TEST() local 86 char *reserve = nullptr; in TEST() local 98 char *reserve = nullptr; in TEST() local [all …]
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.h | 31 void reserve(size_t Size) { String.reserve(Size + 1); } in reserve() function
|
H A D | vector.h | 56 bool reserve(uptr NewSize) { in reserve() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTUnresolvedSet.h | 89 void reserve(ASTContext &C, unsigned N) { in reserve() function 115 void reserve(ASTContext &C, unsigned N) { Impl.reserve(C, N); } in reserve() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | IndexedMap.h | 57 void reserve(typename StorageT::size_type s) { in reserve() function
|
H A D | PackedVector.h | 112 void reserve(unsigned N) { Bits.reserve(N << (BitNum-1)); } in reserve() function
|
H A D | AddressRanges.h | 72 void reserve(size_t Capacity) { Ranges.reserve(Capacity); } in reserve() function
|
H A D | MapVector.h | 64 void reserve(size_type NumEntries) { in reserve() function
|
H A D | DenseSet.h | 90 void reserve(size_t Size) { TheMap.reserve(Size); } in reserve() function
|
/llvm-project/libcxxabi/src/ |
H A D | cxa_exception.h | 35 void *reserve; member 84 void* reserve; // padding. member
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | InstructionWorklist.h | 79 void reserve(size_t Size) { in reserve() function
|
/llvm-project/clang/lib/Sema/ |
H A D | TypeLocBuilder.h | 60 void reserve(size_t Requested) { in reserve() function
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | EPCGenericJITLinkMemoryManagerTest.cpp | 31 Expected<ExecutorAddr> reserve(uint64_t Size) { in reserve() function in __anon8b65c8890111::SimpleAllocator
|
H A D | MemoryMapperTest.cpp | 20 Expected<ExecutorAddrRange> reserve(MemoryMapper &M, size_t NumBytes) { in reserve() function
|
H A D | MapperJITLinkMemoryManagerTest.cpp | 32 void reserve(size_t NumBytes, OnReservedFunction OnReserved) override { in reserve() function in __anon8be376790111::CounterMapper
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 44 void InProcessMemoryMapper::reserve(size_t NumBytes, reserve() function in llvm::orc::InProcessMemoryMapper 220 void SharedMemoryMapper::reserve(size_t NumBytes, reserve() function in llvm::orc::SharedMemoryMapper
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | simple_packed_serialization.h | 270 static void reserve(std::string &S, uint64_t Size) { S.reserve(Size); } in reserve() function 299 static void reserve(std::vector<T> &V, uint64_t Size) { V.reserve(Size); } in reserve() function 325 static void reserve(std::unordered_map<K, V> &M, uint64_t Size) { in reserve() function [all...] |
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | SimplePackedSerialization.h | 279 static void reserve(std::string &S, uint64_t Size) { S.reserve(Size); } in reserve() function 301 static void reserve(std::vector<T> &V, uint64_t Size) { V.reserve(Size); } in reserve() function 323 static void reserve(SmallVectorImpl<T> &V, uint64_t Size) { V.reserve(Size); } in reserve() function
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | ExecutorSharedMemoryMapperService.cpp | 53 ExecutorSharedMemoryMapperService::reserve(uint64_t Size) { reserve() function in llvm::orc::rt_bootstrap::ExecutorSharedMemoryMapperService
|
/llvm-project/libcxx/test/std/ranges/range.utility/range.utility.conv/ |
H A D | container.h | 123 constexpr void reserve(size_t) reserve() function
|
/llvm-project/libc/src/__support/CPP/ |
H A D | string.h | 122 LIBC_INLINE void reserve(size_t new_capacity) { reserve() function
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | concepts-out-of-line-def.cpp | 553 constexpr void Slot_map<T>::reserve() const noexcept reserve() function in GH56482::Slot_map 558 constexpr void Slot_map<T>::reserve(int) const noexcept reserve() function in GH56482::Slot_map
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_hash.c | 161 const void *val, int reserve) in isl_hash_table_find()
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 143 void reserve(size_t Size) { Map.reserve(Size); } in reserve() function
|
/llvm-project/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 197 void reserve(BumpVectorContext &C, unsigned N) { in reserve() function
|