/freebsd-src/sys/contrib/dev/acpica/compiler/ |
H A D | aslallocate.c | 223 UINT32 NewSize; in UtExpandLineBuffers() local 264 UINT32 NewSize) in UtReallocLineBuffers() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | vector.h | 59 return reallocate(NewSize); in resize() argument 54 reserve(uptr NewSize) reserve() argument
|
/freebsd-src/contrib/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()
|
H A D | SmallVector.h | 187 /// NewSize. in isSafeToReferenceAfterResize() argument 201 /// Check whether Elt will be invalidated by resizing the vector to NewSize. in 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() 1952 unsigned NewSize = P.leafSize() - 1; in treeErase() local 1992 unsigned NewSize = P.size(Level) - 1; in eraseNode() local 2057 unsigned NewSize[4]; in overflow() local
|
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-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64GlobalsTagging.cpp | 97 uint64_t NewSize = alignTo(SizeInBytes, kTagGranuleSize); in tagGlobalDefinition() local
|
/freebsd-src/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 | 292 setRedZoneSize(size_t NewSize) setRedZoneSize() argument
|
H A D | OnDiskHashTable.h | 96 void resize(size_t NewSize) { in resize() argument
|
/freebsd-src/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
|
H A D | FuzzerCorpus.h | 418 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) { in AddFeature()
|
/freebsd-src/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 | 212 unsigned NewSize; RehashTable() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStreamBuilder.cpp | 45 size_t NewSize = TypeRecordBytes + Size; in updateTypeIndexOffsets() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVExpandPseudoInsts.cpp | 82 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction() local 457 const unsigned NewSize = getInstSizeInBytes(MF); runOnMachineFunction() local
|
H A D | RISCVExpandAtomicPseudoInsts.cpp | 88 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 312 MemoryLocation getWithNewSize(LocationSize NewSize) const { in getWithNewSize() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopPass.cpp | 207 unsigned NewSize = F.getInstructionCount(); runOnFunction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PaddingChecker.cpp | 305 CharUnits NewSize = NewOffset.alignTo(RL.getAlignment()); in calculateOptimalPad() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 812 setSize(CharUnits NewSize) setSize() argument 813 setSize(uint64_t NewSize) setSize() argument 823 setDataSize(CharUnits NewSize) setDataSize() argument 824 setDataSize(uint64_t NewSize) setDataSize() argument 3038 auto NewSize = Context.toCharUnitsFromBits( layoutBitField() local [all...] |