Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dtype_.rs116 fn type_struct(&self, fields: &[Type<'gcc>], packed: bool) -> Type<'gcc> { in type_struct() method
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dtype_.rs27 fn type_struct(&self, els: &[Self::Type], packed: bool) -> Self::Type; in type_struct() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dtype_.rs177 fn type_struct(&self, els: &[&'ll Type], packed: bool) -> &'ll Type { in type_struct() method