| 49 | } |
| 50 | |
| 51 | inline char* data_from_rep(_Rep_base* rep) noexcept { |
| 52 | char* data = reinterpret_cast<char*>(rep); |
| 53 | return data + sizeof(*rep); |
| 54 | } |
| 55 | |
| 56 | #if defined(_LIBCPP_CHECK_FOR_GCC_EMPTY_STRING_STORAGE) |
| 57 | inline const char* compute_gcc_empty_string_storage() noexcept { |
no outgoing calls
no test coverage detected