Lines Matching full:trip
15 // round-trip transmutable to `i8`.
20 // SAFETY: `i8` has the same size and alignment with itself, and is round-trip transmutable to
26 // SAFETY: `i16` has the same size and alignment with itself, and is round-trip transmutable to
34 // - `*mut T` has the same size and alignment with `*const c_void`, and is round-trip
44 // - `*const T` has the same size and alignment with `*const c_void`, and is round-trip
52 // SAFETY: `i32` has the same size and alignment with itself, and is round-trip transmutable to
65 // SAFETY: `i64` has the same size and alignment with itself, and is round-trip transmutable to
105 // SAFETY: `isize` has the same size and alignment with `isize_atomic_repr`, and is round-trip
118 // SAFETY: `u32` and `i32` has the same size and alignment, and `u32` is round-trip transmutable to
131 // SAFETY: `u64` and `i64` has the same size and alignment, and `u64` is round-trip transmutable to
144 // SAFETY: `usize` has the same size and alignment with `isize_atomic_repr`, and is round-trip