Home
last modified time | relevance | path

Searched defs:ConstAllocation (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dallocation.rs153 pub struct ConstAllocation<'tcx>(pub Interned<'tcx, Allocation>); struct
155 impl<'tcx> fmt::Debug for ConstAllocation<'tcx> { implementation
163 impl<'tcx> ConstAllocation<'tcx> { implementation
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcodec.rs149 impl<'tcx, E: TyEncoder<I = TyCtxt<'tcx>>> Encodable<E> for ConstAllocation<'tcx> { implementation
359 impl<'tcx, D: TyDecoder<I = TyCtxt<'tcx>>> Decodable<D> for ConstAllocation<'tcx> { implementation