Home
last modified time | relevance | path

Searched refs:reserve (Results 76 – 100 of 630) sorted by relevance

12345678910>>...26

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp91 SuspendedThreadsListLinux() { thread_ids_.reserve(1024); } in SuspendedThreadsListLinux()
214 threads.reserve(128); in SuspendAllThreads()
572 buffer->reserve(Max<uptr>(1024, size_up)); in GetRegistersAndSP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFlattenCFGPass.cpp52 Blocks.reserve(F.size()); in iterativelyFlattenCFG()
H A DADCE.cpp225 BlockInfo.reserve(NumBlocks); in initialize()
239 InstInfo.reserve(NumInsts); in initialize()
281 State.reserve(F.size()); in initialize()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp72 Predecessors.reserve(NumPreds, Arena); in reservePredecessors()
75 Ph->values().reserve(NumPreds, Arena); in reservePredecessors()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h64 WorklistMap.reserve(Worklist.size()); in finalize()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h32 Expected<std::pair<ExecutorAddr, std::string>> reserve(uint64_t Size);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DTransformer.cpp62 Changes.reserve(ChangesByFileID.size()); in convertToAtomicChanges()
/freebsd/contrib/tcpdump/
H A Dpflog.h141 uint8_t reserve; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp24 Result.reserve(UTF16Str.size()); in stripUTF16()
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc.h315 void arc_tempreserve_clear(uint64_t reserve);
316 int arc_tempreserve_space(spa_t *spa, uint64_t reserve, uint64_t txg);
/freebsd/contrib/libpcap/
H A Dpflog.h146 uint8_t reserve; member
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c136 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.cpp50 SectionHeaders.reserve(Obj.Sections.size()); in finalize()
/freebsd/sys/dev/hptrr/
H A Dhptintf.h450 HPT_U8 reserve[86]; member
563 HPT_U32 reserve; member
566 HPT_U32 reserve; member
916 HPT_U8 reserve[2]; member
1127 HPT_U8 reserve[3]; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h290 ComdatTable.reserve(Comdats.size()); in getComdatTable()
303 Specifiers.reserve(DependentLibraries.size()); in getDependentLibraries()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp49 Bits.reserve(Bits.size() + NumInserts); in AddString()
266 void FoldingSetBase::reserve(unsigned EltCount, const FoldingSetInfo &Info) { in reserve() function in FoldingSetBase
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp250 ExceptionPointers.reserve(Exceptions.size()); in recalculate()
323 WE->getSubExceptions().reserve(NumSubExceptions); in discoverAndMapException()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dto.h50 __c.reserve(__n); in requires()
118 __result.reserve(static_cast<range_size_t<_Container>>(ranges::size(__range))); in to()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DExtractRanges.cpp46 Ranges.reserve(NumRanges); in decodeRanges()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp73 Tags.reserve(Classes.size() + Defs.size()); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCombinationGenerator.h95 VariablesState.reserve(VariablesChoices.size()); in performGeneration()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp76 Ids.reserve(Mappings.size()); in commit()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp32 HeapProfile() { allocations_.reserve(1024); } in HeapProfile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryItemStream.h75 ItemEndOffsets.reserve(Items.size()); in computeItemOffsets()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp322 Paths.reserve(OriginalPaths.size()); in FileIndex()
323 Types.reserve(OriginalPaths.size()); in FileIndex()
324 Stems.reserve(OriginalPaths.size()); in FileIndex()

12345678910>>...26