Searched refs:AssumedAllocatedSize (Results 1 – 1 of 1) sorted by relevance
12677 return AssumedAllocatedSize; in getAllocatedSize()12807 (AssumedAllocatedSize == HasNoAllocationSize in getAsStr()12809 : std::to_string(AssumedAllocatedSize->getFixedValue())) + in getAsStr()12814 std::optional<TypeSize> AssumedAllocatedSize = HasNoAllocationSize; member12819 if (AssumedAllocatedSize == HasNoAllocationSize || in changeAllocationSize()12820 AssumedAllocatedSize != Size) { in changeAllocationSize()12821 AssumedAllocatedSize = Size; in changeAllocationSize()