Searched refs:ActualSize (Results 1 – 5 of 5) sorted by relevance
88 uptr ActualSize() const; // Size allocated by the allocator.
71 uptr HwasanChunkView::ActualSize() const { in ActualSize() function in __hwasan::HwasanChunkView
378 uptr size = chunk.ActualSize(); in PrintAddressDescription()
1404 const uint64_t ActualSize = CTy->getSizeInBits(); in hasVectorBeenPadded() local1424 assert(ActualSize >= (NumVecElements * ElementSize) && "Invalid vector size"); in hasVectorBeenPadded()1425 return ActualSize != (NumVecElements * ElementSize); in hasVectorBeenPadded()
14737 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt() local14742 if (APFloat::semanticsPrecision(sem) >= ActualSize) { in FoldIntToFPToInt()