| 186 | |
| 187 | |
| 188 | inline machine_address GetPointerAddress(const volatile void *ptr) |
| 189 | { |
| 190 | return (reinterpret_cast<machine_address>(ptr)); |
| 191 | } |
| 192 | |
| 193 | |
| 194 | inline const float& asfloat(const int32& i) |
nothing calls this directly
no outgoing calls
no test coverage detected