Searched refs:reserve (Results 251 - 275 of 409) sorted by relevance

<<11121314151617

/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp152 ExportsGUID.reserve(ExportList.size());
170 ImportModulesVector.reserve(ImportList.size());
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_bvector.h643 reserve(size_type __n) function in class:vector
646 __throw_length_error(__N("vector::reserve"));
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_bitset.h1234 __tmp.reserve(_Nb);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.h1013 int reserve);
/freebsd-11-stable/sys/vm/
H A Duma_core.c1043 KASSERT(pages > 0, ("startup_alloc can't reserve 0 pages\n"));
2327 int reserve; local
2331 reserve = 0;
2333 reserve = keg->uk_reserve;
2341 if (keg->uk_free > reserve) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp623 componentTys.reserve(Entries.size());
H A DCodeGenPGO.cpp1041 ScaledWeights.reserve(Weights.size());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp256 ModuleHeaders.reserve(Inputs.size());
H A DVerifyDiagnosticConsumer.cpp770 C2.reserve(C.size());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h855 ParamTys.reserve(Arguments.size());
H A DLoopInfo.h415 /// interface to do reserve() for Blocks
418 Blocks.reserve(size);
H A DLoopInfoImpl.h470 L->getSubLoopsVector().reserve(NumSubloops);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitVector.h30 /// Iterators get invalidated when resize / reserve is called.
391 void reserve(unsigned N) { function in class:llvm::BitVector
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp92 V.reserve(Elements.size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp302 Weights.reserve(TI->getNumSuccessors());
H A DAliasSetTracker.cpp613 ASVector.reserve(SaturationThreshold);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp555 Streams.reserve(File.streams().size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp586 FuncOrigArgs.reserve(Info.OrigArgs.size());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp696 JumpScopes.reserve(JumpScopesMap.size());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1048 Buffer.reserve(n);
1794 Dummy.reserve(Fragment.size() * CharByteWidth);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp337 SUnits.reserve(NumNodes * 2);
H A DLegalizeTypesGeneric.cpp380 NewElts.reserve(NumElts*2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp122 Str.reserve(C.remaining().size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp847 FilterIds.reserve(FilterIds.size() + TyIds.size() + 1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp403 // around 14-20 so let's pre-reserve the needed memory for
405 Dies.reserve(Dies.size() + getDebugInfoSize() / 14);

Completed in 389 milliseconds

<<11121314151617