Home
last modified time | relevance | path

Searched defs:NewSize (Results 1 – 25 of 57) sorted by relevance

123

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h56 bool reserve(uptr NewSize) { in reserve() argument
62 void resize(uptr NewSize) { in resize() argument
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp95 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 DIndexedMap.h70 unsigned NewSize = toIndex_(n) + 1; in grow() local
H A DPagedVector.h116 void resize(size_t NewSize) { in resize() argument
H A DSmallVector.h187 /// 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 DIntervalMap.h341 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 DSmallBitVector.h100 void switchToSmall(uintptr_t NewSmallBits, size_type NewSize) { in switchToSmall()
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp
/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h96 void setRedZoneSize(size_t NewSize) { in setRedZoneSize()
H A DAllocator.h297 setRedZoneSize(size_t NewSize) setRedZoneSize() argument
/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp121 const unsigned *CurSize, unsigned NewSize[], in distribute()
H A DSmallPtrSet.cpp94 Grow(unsigned NewSize) Grow() argument
H A DStringMap.cpp219 unsigned NewSize; in RehashTable() local
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp98 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 DFuzzerLoop.cpp744 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 DTpiStreamBuilder.cpp45 size_t NewSize = TypeRecordBytes + Size; updateTypeIndexOffsets() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp215 TypeSize NewSize = DL->getTypeSizeInBits(NewTy); convertToOptType() local
245 TypeSize NewSize = DL->getTypeSizeInBits(NewVTy); convertFromOptType() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp82 const unsigned NewSize = getInstSizeInBytes(MF); runOnMachineFunction() local
477 const unsigned NewSize = getInstSizeInBytes(MF); runOnMachineFunction() local
/llvm-project/bolt/include/bolt/Core/
H A DBinarySection.h135 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 DHFSort.cpp91 uint32_t NewSize = TotalSize + C.size(); in freezeClusters() local
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h312 getWithNewSize(LocationSize NewSize) getWithNewSize() argument
/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp208 unsigned NewSize = F.getInstructionCount(); in runOnFunction() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp305 CharUnits NewSize = NewOffset.alignTo(RL.getAlignment()); calculateOptimalPad() local
/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp819 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 DPluginInterface.h1405 resizeResourcePoolImpl(uint32_t OldSize,uint32_t NewSize) resizeResourcePoolImpl() argument
1429 resizeResourcePool(uint32_t NewSize) resizeResourcePool() argument
[all...]

123