Home
last modified time | relevance | path

Searched defs:reserve (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project/libc/test/src/string/
H A Dstrtok_r_test.cpp15 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 Dstring_utils.h31 void reserve(size_t Size) { String.reserve(Size + 1); } in reserve() function
H A Dvector.h56 bool reserve(uptr NewSize) { in reserve() function
/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h89 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 DIndexedMap.h57 void reserve(typename StorageT::size_type s) { in reserve() function
H A DPackedVector.h112 void reserve(unsigned N) { Bits.reserve(N << (BitNum-1)); } in reserve() function
H A DAddressRanges.h72 void reserve(size_t Capacity) { Ranges.reserve(Capacity); } in reserve() function
H A DMapVector.h64 void reserve(size_type NumEntries) { in reserve() function
H A DDenseSet.h90 void reserve(size_t Size) { TheMap.reserve(Size); } in reserve() function
/llvm-project/libcxxabi/src/
H A Dcxa_exception.h35 void *reserve; member
84 void* reserve; // padding. member
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h79 void reserve(size_t Size) { in reserve() function
/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.h60 void reserve(size_t Requested) { in reserve() function
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManagerTest.cpp31 Expected<ExecutorAddr> reserve(uint64_t Size) { in reserve() function in __anon8b65c8890111::SimpleAllocator
H A DMemoryMapperTest.cpp20 Expected<ExecutorAddrRange> reserve(MemoryMapper &M, size_t NumBytes) { in reserve() function
H A DMapperJITLinkMemoryManagerTest.cpp32 void reserve(size_t NumBytes, OnReservedFunction OnReserved) override { in reserve() function in __anon8be376790111::CounterMapper
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp44 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 Dsimple_packed_serialization.h270 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 DSimplePackedSerialization.h279 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 DExecutorSharedMemoryMapperService.cpp53 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 Dcontainer.h123 constexpr void reserve(size_t) reserve() function
/llvm-project/libc/src/__support/CPP/
H A Dstring.h122 LIBC_INLINE void reserve(size_t new_capacity) { reserve() function
/llvm-project/clang/test/SemaTemplate/
H A Dconcepts-out-of-line-def.cpp553 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 Disl_hash.c161 const void *val, int reserve) in isl_hash_table_find()
/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h143 void reserve(size_t Size) { Map.reserve(Size); } in reserve() function
/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h197 void reserve(BumpVectorContext &C, unsigned N) { in reserve() function

12