Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslallocate.c223 UINT32 NewSize; in UtExpandLineBuffers() local
264 UINT32 NewSize) in UtReallocLineBuffers()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h56 bool reserve(uptr NewSize) { in reserve()
62 void resize(uptr NewSize) { in resize()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h69 unsigned NewSize = toIndex_(n) + 1; grow() local
H A DSmallVector.h188 bool isSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { in isSafeToReferenceAfterResize()
202 void assertSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { in assertSafeToReferenceAfterResize()
245 size_t NewSize = This->size() + N; in reserveForParamAndGetAddressImpl() local
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()
H A DBitVector.h468 unsigned NewSize = Size + 1; in push_back() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp73 uint64_t NewSize = alignTo(SizeInBytes, kTagGranuleSize); tagGlobalDefinition() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h96 void setRedZoneSize(size_t NewSize) { in setRedZoneSize()
H A DAllocator.h297 void setRedZoneSize(size_t NewSize) { in setRedZoneSize()
H A DOnDiskHashTable.h96 void resize(size_t NewSize) { in resize()
/freebsd/contrib/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; in MutateAndTestOne() local
921 size_t NewSize = MD.Mutate(CurrentUnitData, U.size(), MaxMutationLen); in MinimizeCrashLoop() local
[all...]
H A DFuzzerCorpus.h415 AddFeature(size_t Idx,uint32_t NewSize,bool Shrink) AddFeature() argument
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp121 const unsigned *CurSize, unsigned NewSize[], in distribute()
H A DSmallPtrSet.cpp94 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()
H A DStringMap.cpp219 unsigned NewSize; in RehashTable() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp44 size_t NewSize = TypeRecordBytes + Size; updateTypeIndexOffsets() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp215 TypeSize NewSize = DL->getTypeSizeInBits(NewTy); in convertToOptType() local
245 TypeSize NewSize = DL->getTypeSizeInBits(NewVTy); in convertFromOptType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp82 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction() local
477 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction() local
H A DRISCVExpandAtomicPseudoInsts.cpp86 const unsigned NewSize = getInstSizeInBytes(MF); runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h312 MemoryLocation getWithNewSize(LocationSize NewSize) const { in getWithNewSize()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp208 unsigned NewSize = F.getInstructionCount(); in runOnFunction() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp305 CharUnits NewSize = NewOffset.alignTo(RL.getAlignment()); in calculateOptimalPad() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp819 void setSize(CharUnits NewSize) { Size = Context.toBits(NewSize); } in setSize()
820 void setSize(uint64_t NewSize) { Size = NewSize; } in setSize()
830 void setDataSize(CharUnits NewSize) { DataSize = Context.toBits(NewSize); } in setDataSize()
831 void setDataSize(uint64_t NewSize) { DataSize = NewSize; } in setDataSize()
3050 auto NewSize = Context.toCharUnitsFromBits( in layoutBitField() local

12