Searched refs:resize (Results 201 - 225 of 483) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp185 FU.resize(Pos);
H A DSystemZLongBranch.cpp273 MBBs.resize(NumBlocks);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp54 RawMask.resize(NumMaskElts, 0);
/freebsd-12-stable/contrib/libstdc++/include/debug/
H A Dhash_map.h240 using _Base::resize;
H A Dhash_multimap.h224 using _Base::resize;
H A Dhash_multiset.h205 using _Base::resize;
H A Dhash_set.h215 using _Base::resize;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp70 KillRegUnits.resize(NumRegUnits);
71 DefRegUnits.resize(NumRegUnits);
72 TmpRegUnits.resize(NumRegUnits);
H A DScheduleDAGInstrs.cpp1323 R.DFSTreeData.resize(SubtreeClasses.getNumClasses());
1336 R.SubtreeConnections.resize(SubtreeClasses.getNumClasses());
1337 R.SubtreeConnectLevels.resize(SubtreeClasses.getNumClasses());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp899 ProducedBinaries.resize(Modules.size());
906 ProducedBinaryFiles.resize(Modules.size());
1028 ModulesOrdering.resize(Modules.size());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp162 scratch.resize(decls);
166 vals.resize(n);
168 val.resize(decls);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp236 ResultToks.resize(NumToksPriorToVAOpt + 1);
770 Buffer.resize(LHSTok.getLength() + RHS.getLength());
790 Buffer.resize(LHSLen+RHSLen);
H A DPreprocessor.cpp475 Buffer.resize(Tok.getLength());
1026 FilenameBuffer.resize(PreAppendSize + FilenameTok.getLength());
1037 FilenameBuffer.resize(PreAppendSize + ActualLen);
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp100 UnsatisfiedPredDepsForPred.resize(MatchDag.getNumPredicates(),
579 ReferencedOperands.resize(E.value()->getFromMO()->getIdx() + 1);
642 P->second.resize(LeafIdx + 1);
763 << Indent << "if (MIs.size() <= NewInstrID) MIs.resize(NewInstrID + 1);\n"
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp476 this->sections.resize(sections.size());
544 this->sections.resize(size);
1030 this->symbols.resize(eSyms.size());
1176 verdefs.resize(verdefIndex + 1);
1579 this->symbols.resize(eSyms.size());
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp276 FileLineRanges.resize(
1356 FilenameStrs.resize(FileEntries.size());
1357 FilenameRefs.resize(FileEntries.size());
1380 FilenameStrs.resize(FileEntries.size());
1381 FilenameRefs.resize(FileEntries.size());
/freebsd-12-stable/sys/geom/
H A Dgeom_subr.c369 gp->resize = mp->resize;
638 if (gp->resize == NULL && size < pp->mediasize) {
656 if ((gp->flags & G_GEOM_WITHER) == 0 && gp->resize != NULL)
657 gp->resize(cp);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp810 Info.PendingDeducedPacks.resize(Pack.Index + 1);
897 Pack.New.resize(PackElements);
2903 Deduced.resize(Partial->getTemplateParameters()->size());
2946 Deduced.resize(Partial->getTemplateParameters()->size());
3946 Deduced.resize(TemplateParams->size());
4132 Deduced.resize(TemplateParams->size());
4285 Deduced.resize(TemplateParams->size());
4616 Deduced.resize(1);
4862 Deduced.resize(TemplateParams->size());
4913 Args1.resize(NumComparedArgument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp112 /// move) on resize, and TrackingMDRef is very expensive to copy.
145 void resize(unsigned N) { MetadataPtrs.resize(N); } function in class:__anon4495::BitcodeReaderMetadataList
167 MetadataPtrs.resize(N);
213 resize(Idx + 1);
233 resize(Idx + 1);
916 MetadataList.resize(MDStringRef.size() +
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp312 Symbol->Aux.resize(1);
385 Sym->Aux.resize(1);
845 File->Aux.resize(Count);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp894 opcode_data.resize(max_op_byte_size);
1268 saved_registers.resize(prologue_completed_saved_registers.size(), false);
1310 prologue_completed_saved_registers.resize(saved_registers.size(), false);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp307 PostorderIds.resize(getSize());
526 LeftMostDescendants.resize(getSize());
540 KeyRoots.resize(Leaves);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp181 Block.resize(N);
186 B.Consumes.resize(N);
187 B.Kills.resize(N);
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dbasic_string.h624 * This function will %resize the %string to the specified
630 resize(size_type __n, _CharT __c);
636 * This function will resize the %string to the specified length. If
643 resize(size_type __n) function in class:basic_string
644 { this->resize(__n, _CharT()); }
/freebsd-12-stable/contrib/libstdc++/include/ext/
H A Dvstring.h354 * This function will %resize the %string to the specified
360 resize(size_type __n, _CharT __c);
366 * This function will resize the %string to the specified length. If
373 resize(size_type __n) function in class:__versa_string
374 { this->resize(__n, _CharT()); }

Completed in 278 milliseconds

1234567891011>>