Home
last modified time | relevance | path

Searched defs:MemoryKind (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DResourceMemoryAllocatorVk.h34 enum class MemoryKind { enum
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dmemory.rs31 pub enum MemoryKind<T> { enum
40 impl<T: MayLeak> MayLeak for MemoryKind<T> { implementation
51 impl<T: fmt::Display> fmt::Display for MemoryKind<T> { implementation
202 kind: MemoryKind<M::MemoryKind>, in allocate_ptr()
216 kind: MemoryKind<M::MemoryKind>, in allocate_bytes_ptr()
227 kind: MemoryKind<M::MemoryKind>, in allocate_raw_ptr()
246 kind: MemoryKind<M::MemoryKind>, in reallocate_ptr()
283 kind: MemoryKind<M::MemoryKind>, in deallocate_ptr()
838 … ) -> Vec<(AllocId, MemoryKind<M::MemoryKind>, Allocation<M::Provenance, M::AllocExtra, M::Bytes>)> in find_leaked_allocations() argument
Dintern.rs342 M: CompileTimeMachine<'mir, 'tcx, const_eval::MemoryKind>, in intern_const_alloc_recursive()
Dmachine.rs89 type MemoryKind: Debug + std::fmt::Display + MayLeak + Eq + 'static; typedef
347 kind: Option<MemoryKind<Self::MemoryKind>>, in adjust_allocation()
500 _kind: Option<MemoryKind<Self::MemoryKind>>, in adjust_allocation()
Dplace.rs766 kind: MemoryKind<M::MemoryKind>, in allocate()
777 kind: MemoryKind<M::MemoryKind>, in allocate_str()
/third_party/rust/rust/compiler/rustc_const_eval/src/const_eval/
Dmachine.rs166 pub enum MemoryKind { enum
170 impl fmt::Display for MemoryKind { implementation
178 impl interpret::MayLeak for MemoryKind { implementation
354 type MemoryKind = MemoryKind; typedef
/third_party/rust/rust/src/tools/miri/src/
Dmachine.rs119 impl From<MiriMemoryKind> for MemoryKind<MiriMemoryKind> { implementation
831 type MemoryKind = MiriMemoryKind; typedef
1000 kind: Option<MemoryKind<Self::MemoryKind>>, in adjust_allocation()
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Ddataflow_const_prop.rs537 type MemoryKind = !; typedef
Dconst_prop.rs152 type MemoryKind = !; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp68 enum MemoryKind { enum