Searched refs:resize (Results 151 - 175 of 483) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp209 m_register_values.resize(reg_ctx->GetRegisterCount());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitVector.h30 /// Iterators get invalidated when resize / reserve is called.
370 /// resize - Grow or shrink the bitvector.
371 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
513 resize(NewSize, false);
604 resize(RHS.size());
612 resize(RHS.size());
773 /// setBitsInMask - Add '1' bits from Mask to this vector. Don't resize.
780 /// Don't resize. This computes "*this &= ~Mask".
786 /// Don't resize. This computes "*this |= ~Mask".
792 /// Don't resize
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp243 Format.ColumnSizes.resize(Columns);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1267 codepoint_buffer.resize(end - begin);
1529 ResultBuf.resize(SizeBound);
1533 TokenBuf.resize(MaxTokenLength);
1821 SpellingBuffer.resize(Tok.getLength());
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp81 CustomCrossOverInPlaceHere.resize(MaxSize);
326 MutateInPlaceHere.resize(MaxToSize);
428 MutateInPlaceHere.resize(MaxSize);
539 T.resize(Size);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep_new.cpp125 pc_vector.resize(i);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp220 String.resize(Length + AdditionalLength);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRawByteChannel.h175 S.resize(Count);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h300 Dst.resize(Count);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp56 Array->resize(Index + 1, getDocument()->getNode());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp55 MBBVector.resize(MF.getNumBlockIDs());
H A DDwarfEHPrepare.cpp178 Resumes.resize(ResumesLeft);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp58 AdjustedExpressionIDs.resize(Expressions.size(), 0);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h59 Packet.resize(SchedModel->getIssueWidth());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp93 BlockOffsets.resize(MF->getNumBlockIDs());
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp40 ResourceUsage.resize(NumResourceUnits * (Source.size() + 1));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp97 Streams.resize(StreamCount);
/freebsd-12-stable/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh244 match "$(partresmsg 2 1058 19390)" gpt resize -i 2 "$disk"
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp143 Prefetches.resize(index + 1);
H A DX86VZeroUpper.cpp311 BlockStates.resize(MF.getNumBlockIDs());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp178 GroupsOfBlocks.resize(NextGroupIdx + BlocksByName.size());
H A DIPConstantPropagation.cpp57 ArgumentConstants.resize(F.arg_size());
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dhash_policy.hpp187 // A resize trigger policy based on a load check. It keeps the
262 // signifying that a resize is needed.
302 // A resize trigger policy based on collision checks. It keeps the
326 // Sets the load; does not resize the container.
368 // signifying that a resize is needed.
477 // A resize policy which delegates operations to size and trigger policies.
539 resize(size_type suggested_new_size);
/freebsd-12-stable/usr.bin/mkimg/
H A Dvmdk.c255 .resize = vmdk_resize,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp160 m_required_options.resize(1);
161 m_optional_options.resize(1);
184 m_required_options.resize(num_option_sets);
185 m_optional_options.resize(num_option_sets);
211 m_getopt_table.resize(defs.size() + 1);

Completed in 370 milliseconds

1234567891011>>