Home
last modified time | relevance | path

Searched defs:is_backend_immediate (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dtype_of.rs358 fn is_backend_immediate(&self, layout: TyAndLayout<'tcx>) -> bool { in is_backend_immediate() method
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dtype_.rs120 fn is_backend_immediate(&self, layout: TyAndLayout<'tcx>) -> bool; in is_backend_immediate() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dtype_.rs266 fn is_backend_immediate(&self, layout: TyAndLayout<'tcx>) -> bool { in is_backend_immediate() method