Searched refs:reserve (Results 101 - 125 of 409) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h388 void reserve(unsigned NodeCount) { Nodes.reserve(NodeCount); } function in class:clang::ento::ExplodedGraph
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp302 FinalOrder.reserve(MultiNodeOps.size());
303 Mode.reserve(MultiNodeOps.size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp224 PathAndData.reserve(IndexedThreadBlock.second->size());
256 Block.reserve(PathData.size());
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocalename.cc97 __str.reserve(128);
/freebsd-11-stable/contrib/binutils/ld/
H A Ddeffilep.y400 fprintf (file, " stack reserve: 0x%08x\n", def->stack_reserve);
404 fprintf (file, " heap reserve: 0x%08x\n", def->heap_reserve);
697 def_stacksize (int reserve, int commit)
699 def->stack_reserve = reserve;
704 def_heapsize (int reserve, int commit)
706 def->heap_reserve = reserve;
/freebsd-11-stable/sys/dev/hptmv/
H A Dglobal.h113 UCHAR reserve[3]; member in struct:_VDevice_Ext
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp225 Types.reserve(SegmentOffsets.size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp147 MangledName.reserve(GV.getName().size() + 1);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h111 To.Data.reserve(To.Data.size() + From.size());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h212 AllClones.reserve(Sequences.size());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h43 Hashes.reserve(std::distance(std::begin(Records), std::end(Records)));
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp55 ArgsData.reserve(Args.size());
H A DComparisonCategories.cpp205 Values.reserve(4);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp239 MinSizeInColumn.reserve(MaxItems);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h117 PostBlocks.reserve(Container->getNumBlocks());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp64 m_strings.reserve(m_strings.size() + strings.GetSize());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp161 cci->m_file_list.reserve(file_count);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp136 SortedTotals.reserve(CountAndTotalPerName.size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp94 Nodes.reserve(FunctionMap.size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h205 Indexes.reserve(std::distance(R.begin(), R.end()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp113 Matchers.reserve(Cases.size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSlotIndexes.cpp76 idx2MBBMap.reserve(mf->size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp277 Record.Counts.reserve(NumCounters);
436 Record.Counts.reserve(RawCounts.size());
562 CounterBuffer.reserve(CountsSize);
665 Out.reserve(OrigName.size() + Replacement.size() - ExtractedName.size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp131 MDVs.reserve(MetadataAsValues.size());
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h125 result.reserve(std::min(max_length, remaining_bytes_));

Completed in 300 milliseconds

1234567891011>>