| /llvm-project-15.0.7/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-15.0.7/clang/include/clang/AST/ |
| H A D | ASTUnresolvedSet.h | 79 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 D | ASTVector.h | 173 void reserve(const ASTContext &C, unsigned N) { in reserve() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | IndexedMap.h | 56 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 | 74 void reserve(size_t Capacity) { Ranges.reserve(Capacity); } in reserve() function
|
| H A D | MapVector.h | 65 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
|
| H A D | SmallBitVector.h | 348 void reserve(unsigned N) { in reserve() function
|
| /llvm-project-15.0.7/libc/src/__support/CPP/ |
| H A D | vector.h | 46 constexpr void reserve(size_t new_size) { in reserve() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | InstructionWorklist.h | 79 void reserve(size_t Size) { in reserve() function
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_exception.h | 35 void *reserve; member 79 void* reserve; // padding. member
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | vector.h | 60 void reserve(uptr NewSize) { in reserve() function
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TypeLocBuilder.h | 56 void reserve(size_t Requested) { in reserve() function
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | EPCGenericJITLinkMemoryManagerTest.cpp | 31 Expected<ExecutorAddr> reserve(uint64_t Size) { in reserve() function in __anon63c1d9060111::SimpleAllocator
|
| H A D | MemoryMapperTest.cpp | 20 Expected<ExecutorAddrRange> reserve(MemoryMapper &M, size_t NumBytes) { in reserve() function
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | simple_packed_serialization.h | 260 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 D | MemoryMapper.cpp | 38 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 D | SimplePackedSerialization.h | 270 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 D | ExecutorSharedMemoryMapperService.cpp | 54 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 D | isl_hash.c | 161 const void *val, int reserve) in isl_hash_table_find()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Support/ |
| H A D | BumpVector.h | 188 void reserve(BumpVectorContext &C, unsigned N) { in reserve() function
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ValueMap.h | 144 void reserve(size_t Size) { Map.reserve(Size); } in reserve() function
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyUtil.h | 113 void reserve(size_t Ncp, MemRegionRef A) { in reserve() function
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | FoldingSet.cpp | 266 void FoldingSetBase::reserve(unsigned EltCount, const FoldingSetInfo &Info) { in reserve() function in FoldingSetBase
|