Searched refs:AssumedAllocatedSize (Results 1 – 1 of 1) sorted by relevance
12667 return AssumedAllocatedSize; in getAllocatedSize()12799 (AssumedAllocatedSize == HasNoAllocationSize in getAsStr()12801 : std::to_string(AssumedAllocatedSize->getFixedValue())) + in getAsStr()12806 std::optional<TypeSize> AssumedAllocatedSize = HasNoAllocationSize; member12811 if (AssumedAllocatedSize == HasNoAllocationSize || in changeAllocationSize()12812 AssumedAllocatedSize != Size) { in changeAllocationSize()12813 AssumedAllocatedSize = Size; in changeAllocationSize()