Searched defs:MemoryKind (Results 1 – 10 of 10) sorted by relevance
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | ResourceMemoryAllocatorVk.h | 34 enum class MemoryKind { enum
|
| /third_party/rust/rust/compiler/rustc_const_eval/src/interpret/ |
| D | memory.rs | 31 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
|
| D | intern.rs | 342 M: CompileTimeMachine<'mir, 'tcx, const_eval::MemoryKind>, in intern_const_alloc_recursive()
|
| D | machine.rs | 89 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()
|
| D | place.rs | 766 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/ |
| D | machine.rs | 166 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/ |
| D | machine.rs | 119 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/ |
| D | dataflow_const_prop.rs | 537 type MemoryKind = !; typedef
|
| D | const_prop.rs | 152 type MemoryKind = !; typedef
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
| D | SystemZAsmParser.cpp | 68 enum MemoryKind { enum
|