Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dtype_.rs134 fn type_ptr_to(&self, ty: Type<'gcc>) -> Type<'gcc> { in type_ptr_to() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dtype_.rs29 fn type_ptr_to(&self, ty: Self::Type) -> Self::Type; in type_ptr_to() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dtype_.rs192 fn type_ptr_to(&self, ty: &'ll Type) -> &'ll Type { in type_ptr_to() method