Searched refs:AssumedAllocatedSize (Results 1 – 1 of 1) sorted by relevance
13349 return AssumedAllocatedSize; in getAllocatedSize()13481 (AssumedAllocatedSize == HasNoAllocationSize in getAsStr()13483 : std::to_string(AssumedAllocatedSize->getFixedValue())) + in getAsStr()13488 std::optional<TypeSize> AssumedAllocatedSize = HasNoAllocationSize; member13493 if (AssumedAllocatedSize == HasNoAllocationSize || in changeAllocationSize()13494 AssumedAllocatedSize != Size) { in changeAllocationSize()13495 AssumedAllocatedSize = Size; in changeAllocationSize()