Searched refs:resize (Results 1 - 25 of 483) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DVASprintf.cpp28 buf.resize(buf.capacity());
38 // The error formatted string didn't fit into our buffer, resize it to the
40 buf.resize(length + 1);
49 buf.resize(length);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DHost.inc40 TargetTripleString.resize(DarwinDashIdx + strlen("-darwin"));
46 TargetTripleString.resize(MacOSDashIdx);
/freebsd-12-stable/usr.bin/mkimg/
H A Dformat.h36 int (*resize)(lba_t); member in struct:mkimg_format
H A Draw.c53 .resize = raw_resize,
H A Dformat.c61 return (format->resize(end));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.h65 void resize(unsigned N) { function in class:llvm::BitcodeReaderValueList
66 ValuePtrs.resize(N);
67 FullTypes.resize(N);
94 ValuePtrs.resize(N);
95 FullTypes.resize(N);
H A DValueList.cpp75 resize(Idx + 1);
105 resize(Idx + 1);
126 resize(Idx + 1);
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Dvalarray.cpp19 template void valarray<size_t>::resize(size_t, size_t);
28 __1d_.resize(__k);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h59 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
60 storage_.resize(s, nullVal_);
70 resize(NewSize);
H A DPackedVector.h109 void resize(unsigned N) { Bits.resize(N << (BitNum - 1)); } function in class:llvm::PackedVector
119 resize(size()+1);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp116 Out.resize(SrcBytes.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT + 1);
129 Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]);
160 // We resize down later so we don't have to worry that this over allocates.
161 DstUTF16.resize(SrcUTF8.size()+1);
174 DstUTF16.resize(Dst - &DstUTF16[0]);
190 Result.resize(Source.size() + 1);
197 Result.resize(reinterpret_cast<wchar_t *>(ResultPtr) - &Result[0]);
220 Result.resize(Source.size());
232 Result.resize(UNI_MAX_UTF8_BYTES_PER_CODE_POINT * Source.size());
237 Result.resize(reinterpret_cas
[all...]
H A DCompression.cpp77 UncompressedBuffer.resize(UncompressedSize);
80 UncompressedBuffer.resize(UncompressedSize);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DCXXFieldCollector.h72 Fields.resize(Fields.size() - getCurNumFields());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIADataStream.cpp35 Record.resize(RecordSize);
49 Record.resize(RecordSize);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h54 NumNodesSolelyBlocking.resize(SUnits->size(), 0);
58 NumNodesSolelyBlocking.resize(SUnits->size(), 0);
/freebsd-12-stable/tests/sys/geom/class/eli/
H A Dresize_test.sh6 atf_test_case resize cleanup
9 atf_set "descr" "geli resize will resize a geli provider"
32 # Doing a backup, resize & restore must be forced (with -f) as geli
37 atf_check -s exit:0 -o match:resized gpart resize -i1 -s 20m ${md}
45 # Now do the resize properly
48 atf_check -s exit:0 -o match:resized gpart resize -i1 -s 30m ${md}
49 atf_check geli resize -s20m ${md}a
51 geli resize -s20m ${md}a
67 atf_check -s exit:0 -o match:resized gpart resize
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp157 SSRefs.resize(MFI->getObjectIndexEnd());
201 AllColors.resize(1);
202 UsedColors.resize(1);
204 OrigAlignments.resize(LastFI);
205 OrigSizes.resize(LastFI);
206 AllColors[0].resize(LastFI);
207 UsedColors[0].resize(LastFI);
208 Assignments.resize(LastFI);
235 AllColors.resize(StackID + 1);
236 UsedColors.resize(StackI
[all...]
H A DSafeStackColoring.cpp67 InterestingAllocas.resize(NumAllocas);
110 BlockInfo.Begin.resize(NumAllocas);
111 BlockInfo.End.resize(NumAllocas);
112 BlockInfo.LiveIn.resize(NumAllocas);
113 BlockInfo.LiveOut.resize(NumAllocas);
213 Started.resize(NumAllocas);
214 Ended.resize(NumAllocas);
216 Start.resize(NumAllocas);
288 LiveRanges.resize(NumAllocas);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DCFString.cpp99 str.resize(max_utf8_str_len);
102 str.resize(strlen(str.c_str()));
123 str.resize(max_length);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp116 raw_path.resize(parent - r_end);
133 raw_path.resize(parent - r_end);
142 raw_path.resize(rev_it - r_end);
144 raw_path.resize(rev_it - r_end);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DDecompressor.h33 Out.resize(DecompressedSize);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp122 SB.resize(Vars[0].Offset / Granularity, kAsanStackLeftRedzoneMagic);
124 SB.resize(Var.Offset / Granularity, kAsanStackMidRedzoneMagic);
126 SB.resize(SB.size() + Var.Size / Granularity, 0);
130 SB.resize(Layout.FrameSize / Granularity, kAsanStackRightRedzoneMagic);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp69 FreeBlocks.resize(Addr + 1, true);
115 FreeBlocks.resize(NewBlockCount, true);
125 FreeBlocks.resize(NewBlockCount, true);
166 FreeBlocks.resize(Block + 1, true);
184 NewBlocks.resize(ReqBlocks);
203 AddedBlockList.resize(AddedBlocks);
268 ExtraBlocks.resize(NumExtraBlocks);
278 DirectoryBlocks.resize(NumDirectoryBlocks);
296 L.StreamMap.resize(StreamData.size());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp164 Result.resize(RoundUpSize);
174 Result.resize(4);
180 Result.resize(RoundUpSize);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectList.cpp38 void ValueObjectList::Resize(size_t size) { m_value_objects.resize(size); }
59 m_value_objects.resize(idx + 1);

Completed in 280 milliseconds

1234567891011>>