Home
last modified time | relevance | path

Searched refs:is_any_ptr (Results 1 – 5 of 5) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/interpret/
H A Dcast.rs123 || src.layout.ty.is_any_ptr(), in misc_cast()
149 if src.layout.ty.is_any_ptr() && cast_ty.is_unsafe_ptr() { in misc_cast()
H A Doperator.rs330 _ if left.layout.ty.is_any_ptr() => { in overflowing_binary_op()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dtype_.rs266 …result.push(field.gcc_type(cx, !field.ty.is_any_ptr())); // FIXME(antoyo): might need to check if … in struct_fields()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dva_arg.rs112 let gr_type = target_ty.is_any_ptr() || target_ty.is_integral(); in emit_aapcs_va_arg()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dsty.rs1861 pub fn is_any_ptr(&self) -> bool { in is_any_ptr() method