| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | aslallocate.c | 223 UINT32 NewSize; in UtExpandLineBuffers() local 264 UINT32 NewSize) in UtReallocLineBuffers()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | vector.h | 56 bool reserve(uptr NewSize) { in reserve() 62 void resize(uptr NewSize) { in resize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 306 MemoryLocation getWithNewSize(LocationSize NewSize) const { in getWithNewSize() 311 MemoryLocation getWithNewSize(uint64_t NewSize) const { in getWithNewSize() 314 MemoryLocation getWithNewSize(TypeSize NewSize) const { in getWithNewSize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IndexedMap.h | 69 unsigned NewSize = toIndex_(n) + 1; grow() local
|
| H A D | PagedVector.h | 116 void resize(size_t NewSize) { in resize()
|
| H A D | SmallVector.h | 175 bool isSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { in isSafeToReferenceAfterResize() 189 void assertSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { in assertSafeToReferenceAfterResize() 232 size_t NewSize = This->size() + N; in reserveForParamAndGetAddressImpl() local
|
| H A D | IntervalMap.h | 342 unsigned CurSize[], const unsigned NewSize[]) { in adjustSiblingSizes() 1953 unsigned NewSize = P.leafSize() - 1; in treeErase() local 1993 unsigned NewSize = P.size(Level) - 1; in eraseNode() local 2058 unsigned NewSize[4]; in overflow() local
|
| H A D | SmallPtrSet.h | 130 size_type NewSize = NumEntries + (NumEntries / 3); in reserve() local
|
| H A D | SmallBitVector.h | 100 void switchToSmall(uintptr_t NewSmallBits, size_type NewSize) { in switchToSmall()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpStack.cpp | 49 void InterpStack::clearTo(size_t NewSize) { in clearTo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | PerThreadBumpPtrAllocator.h | 96 void setRedZoneSize(size_t NewSize) { in setRedZoneSize()
|
| H A D | Allocator.h | 300 void setRedZoneSize(size_t NewSize) { in setRedZoneSize()
|
| H A D | OnDiskHashTable.h | 96 void resize(size_t NewSize) { in resize()
|
| /freebsd/contrib/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 | 749 size_t NewSize = 0; in MutateAndTestOne() local 926 size_t NewSize = MD.Mutate(CurrentUnitData, U.size(), MaxMutationLen); in MinimizeCrashLoop() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | IntervalMap.cpp | 121 const unsigned *CurSize, unsigned NewSize[], in distribute()
|
| H A D | StringMap.cpp | 219 unsigned NewSize; in RehashTable() local
|
| H A D | SmallPtrSet.cpp | 112 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | TpiStreamBuilder.cpp | 44 size_t NewSize = TypeRecordBytes + Size; in updateTypeIndexOffsets() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULateCodeGenPrepare.cpp | 221 TypeSize NewSize = DL.getTypeSizeInBits(NewTy); in convertToOptType() local 251 TypeSize NewSize = DL.getTypeSizeInBits(NewVTy); in convertFromOptType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandPseudoInsts.cpp | 87 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction() local 523 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction() local
|
| H A D | RISCVRegisterInfo.cpp | 454 TypeSize NewSize = OldLoc.getValue().divideCoefficientBy(NF); in lowerVSPILL() local 536 TypeSize NewSize = OldLoc.getValue().divideCoefficientBy(NF); in lowerVRELOAD() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopPass.cpp | 208 unsigned NewSize = F.getInstructionCount(); in runOnFunction() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PaddingChecker.cpp | 303 CharUnits NewSize = NewOffset.alignTo(RL.getAlignment()); in calculateOptimalPad() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | RecordLayoutBuilder.cpp | 807 void setSize(CharUnits NewSize) { Size = Context.toBits(NewSize); } in setSize() 808 void setSize(uint64_t NewSize) { Size = NewSize; } in setSize() 818 void setDataSize(CharUnits NewSize) { DataSize = Context.toBits(NewSize); } in setDataSize() 819 void setDataSize(uint64_t NewSize) { DataSize = NewSize; } in setDataSize() 3050 auto NewSize = Context.toCharUnitsFromBits( in layoutBitField() local
|