/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | vector.h | 56 bool reserve(uptr NewSize) { in reserve() argument 62 void resize(uptr NewSize) { in resize() argument
|
/llvm-project/compiler-rt/lib/fuzzer/tests/ |
H A D | FuzzerUnittest.cpp | 95 size_t NewSize = MD->CrossOver(A.data(), A.size(), B.data(), B.size(), in TEST() local 144 size_t NewSize = (*MD.*M)(T, sizeof(T), sizeof(T)); in TestEraseBytes() local 188 size_t NewSize = (*MD.*M)(T, 7, 8); in TestInsertByte() local 228 size_t NewSize = (*MD.*M)(T, 4, 8); in TestInsertRepeatedBytes() local 269 size_t NewSize = (*MD.*M)(T, 8, 9); in TestChangeByte() local 305 size_t NewSize = (*MD.*M)(T, 8, 9); in TestChangeBit() local 338 size_t NewSize = (*MD.*M)(T, 7, 7); in TestShuffleBytes() local 369 size_t NewSize = (*MD.*M)(T, 7, 7); in TestCopyPart() local 385 size_t NewSize = (*MD.*M)(T, 5, 8); in TestCopyPart() local 413 size_t NewSize = MD->Mutate_CopyPart(Data, MaxSize, MaxSize); in TEST() local [all …]
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | IndexedMap.h | 70 unsigned NewSize = toIndex_(n) + 1; in grow() local
|
H A D | PagedVector.h | 116 void resize(size_t NewSize) { in resize() argument
|
H A D | SmallVector.h | 187 /// Check whether Elt will be invalidated by resizing the vector to NewSize. in isSafeToReferenceAfterResize() argument 201 assertSafeToReferenceAfterResize(const void * Elt,size_t NewSize) assertSafeToReferenceAfterResize() argument 244 size_t NewSize = This->size() + N; reserveForParamAndGetAddressImpl() local [all...] |
H A D | IntervalMap.h | 341 unsigned CurSize[], const unsigned NewSize[]) { in adjustSiblingSizes() argument 1952 unsigned NewSize = P.leafSize() - 1; treeErase() local 1992 unsigned NewSize = P.size(Level) - 1; eraseNode() local 2057 unsigned NewSize[4]; overflow() local [all...] |
H A D | SmallBitVector.h | 100 void switchToSmall(uintptr_t NewSmallBits, size_type NewSize) { in switchToSmall()
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64GlobalsTagging.cpp |
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | PerThreadBumpPtrAllocator.h | 96 void setRedZoneSize(size_t NewSize) { in setRedZoneSize()
|
H A D | Allocator.h | 297 setRedZoneSize(size_t NewSize) setRedZoneSize() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | IntervalMap.cpp | 121 const unsigned *CurSize, unsigned NewSize[], in distribute()
|
H A D | SmallPtrSet.cpp | 94 Grow(unsigned NewSize) Grow() argument
|
H A D | StringMap.cpp | 219 unsigned NewSize; in RehashTable() local
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerMutate.cpp | 98 size_t NewSize = EF->LLVMFuzzerCustomCrossOver( in Mutate_CustomCrossOver() local 447 size_t NewSize = 0; in Mutate_CrossOver() local 550 size_t NewSize = (this->*(M.Fn))(Data, Size, MaxSize); in MutateImpl() local 581 size_t NewSize = Mutate(T.data(), OneBits, OneBits); in MutateWithMask() local
|
H A D | FuzzerLoop.cpp | 744 size_t NewSize = 0; MutateAndTestOne() local 921 size_t NewSize = MD.Mutate(CurrentUnitData, U.size(), MaxMutationLen); MinimizeCrashLoop() local [all...] |
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStreamBuilder.cpp | 45 size_t NewSize = TypeRecordBytes + Size; updateTypeIndexOffsets() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 215 TypeSize NewSize = DL->getTypeSizeInBits(NewTy); convertToOptType() local 245 TypeSize NewSize = DL->getTypeSizeInBits(NewVTy); convertFromOptType() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVExpandPseudoInsts.cpp | 82 const unsigned NewSize = getInstSizeInBytes(MF); runOnMachineFunction() local 477 const unsigned NewSize = getInstSizeInBytes(MF); runOnMachineFunction() local
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinarySection.h | 135 update(uint8_t * NewData,uint64_t NewSize,unsigned NewAlignment,unsigned NewELFType,unsigned NewELFFlags) update() argument 487 updateContents(const uint8_t * NewData,size_t NewSize) updateContents() argument
|
/llvm-project/bolt/lib/Passes/ |
H A D | HFSort.cpp | 91 uint32_t NewSize = TotalSize + C.size(); in freezeClusters() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 312 getWithNewSize(LocationSize NewSize) getWithNewSize() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopPass.cpp | 208 unsigned NewSize = F.getInstructionCount(); in runOnFunction() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PaddingChecker.cpp | 305 CharUnits NewSize = NewOffset.alignTo(RL.getAlignment()); calculateOptimalPad() local
|
/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 819 void setDataSize(uint64_t NewSize) { DataSize = NewSize; } in setSize() argument 820 setSize(uint64_t NewSize) setSize() argument 830 setDataSize(CharUnits NewSize) setDataSize() argument 831 setDataSize(uint64_t NewSize) setDataSize() argument 3050 auto NewSize = Context.toCharUnitsFromBits( layoutBitField() local [all...] |
/llvm-project/offload/plugins-nextgen/common/include/ |
H A D | PluginInterface.h | 1405 resizeResourcePoolImpl(uint32_t OldSize,uint32_t NewSize) resizeResourcePoolImpl() argument 1429 resizeResourcePool(uint32_t NewSize) resizeResourcePool() argument [all...] |