Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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-15.0.7/clang/include/clang/AST/
H A DASTUnresolvedSet.h79 void reserve(ASTContext &C, unsigned N) { in reserve() function
105 void reserve(ASTContext &C, unsigned N) { Impl.reserve(C, N); } in reserve() function
H A DASTVector.h173 void reserve(const ASTContext &C, unsigned N) { in reserve() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIndexedMap.h56 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.h74 void reserve(size_t Capacity) { Ranges.reserve(Capacity); } in reserve() function
H A DMapVector.h65 void reserve(size_type NumEntries) { in reserve() function
H A DDenseSet.h90 void reserve(size_t Size) { TheMap.reserve(Size); } in reserve() function
H A DSmallBitVector.h348 void reserve(unsigned N) { in reserve() function
/llvm-project-15.0.7/libc/src/__support/CPP/
H A Dvector.h46 constexpr void reserve(size_t new_size) { in reserve() function
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h79 void reserve(size_t Size) { in reserve() function
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.h35 void *reserve; member
79 void* reserve; // padding. member
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dvector.h60 void reserve(uptr NewSize) { in reserve() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DTypeLocBuilder.h56 void reserve(size_t Requested) { in reserve() function
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManagerTest.cpp31 Expected<ExecutorAddr> reserve(uint64_t Size) { in reserve() function in __anon63c1d9060111::SimpleAllocator
H A DMemoryMapperTest.cpp20 Expected<ExecutorAddrRange> reserve(MemoryMapper &M, size_t NumBytes) { in reserve() function
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dsimple_packed_serialization.h260 static void reserve(std::string &S, uint64_t Size) { S.reserve(Size); } in reserve() function
282 static void reserve(std::vector<T> &V, uint64_t Size) { V.reserve(Size); } in reserve() function
308 static void reserve(std::unordered_map<K, V> &M, uint64_t Size) { in reserve() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp38 void InProcessMemoryMapper::reserve(size_t NumBytes, in reserve() function in llvm::orc::InProcessMemoryMapper
197 void SharedMemoryMapper::reserve(size_t NumBytes, in reserve() function in llvm::orc::SharedMemoryMapper
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimplePackedSerialization.h270 static void reserve(std::string &S, uint64_t Size) { S.reserve(Size); } in reserve() function
292 static void reserve(std::vector<T> &V, uint64_t Size) { V.reserve(Size); } in reserve() function
314 static void reserve(SmallVectorImpl<T> &V, uint64_t Size) { V.reserve(Size); } in reserve() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp54 ExecutorSharedMemoryMapperService::reserve(uint64_t Size) { in reserve() function in llvm::orc::rt_bootstrap::ExecutorSharedMemoryMapperService
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_hash.c161 const void *val, int reserve) in isl_hash_table_find()
/llvm-project-15.0.7/clang/include/clang/Analysis/Support/
H A DBumpVector.h188 void reserve(BumpVectorContext &C, unsigned N) { in reserve() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValueMap.h144 void reserve(size_t Size) { Map.reserve(Size); } in reserve() function
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h113 void reserve(size_t Ncp, MemRegionRef A) { in reserve() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DFoldingSet.cpp266 void FoldingSetBase::reserve(unsigned EltCount, const FoldingSetInfo &Info) { in reserve() function in FoldingSetBase

12