/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/ADT/ |
H A D | IndexedMap.h | 69 unsigned NewSize = toIndex_(n) + 1; grow() local
|
H A D | SmallVector.h | 188 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 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()
|
H A D | BitVector.h | 468 unsigned NewSize = Size + 1; in push_back() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64GlobalsTagging.cpp | 73 uint64_t NewSize = alignTo(SizeInBytes, kTagGranuleSize); tagGlobalDefinition() local
|
/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 | 297 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 | 744 size_t NewSize = 0; in MutateAndTestOne() local 921 size_t NewSize = MD.Mutate(CurrentUnitData, U.size(), MaxMutationLen); in MinimizeCrashLoop() local [all...] |
H A D | FuzzerCorpus.h | 415 AddFeature(size_t Idx,uint32_t NewSize,bool Shrink) AddFeature() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | IntervalMap.cpp | 121 const unsigned *CurSize, unsigned NewSize[], in distribute()
|
H A D | SmallPtrSet.cpp | 94 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()
|
H A D | StringMap.cpp | 219 unsigned NewSize; in RehashTable() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStreamBuilder.cpp | 44 size_t NewSize = TypeRecordBytes + Size; updateTypeIndexOffsets() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 215 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 D | RISCVExpandPseudoInsts.cpp | 82 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction() local 477 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction() local
|
H A D | RISCVExpandAtomicPseudoInsts.cpp | 86 const unsigned NewSize = getInstSizeInBytes(MF); runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 312 MemoryLocation getWithNewSize(LocationSize NewSize) const { in getWithNewSize()
|
/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 | 305 CharUnits NewSize = NewOffset.alignTo(RL.getAlignment()); in calculateOptimalPad() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 819 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
|