Home
last modified time | relevance | path

Searched defs:gcc_type (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dabi.rs34 fn gcc_type<'gcc>(&self, cx: &CodegenCx<'gcc, '_>) -> Type<'gcc> { in gcc_type() method
78 fn gcc_type<'gcc>(&self, cx: &CodegenCx<'gcc, '_>) -> Type<'gcc>; in gcc_type() method
82 fn gcc_type<'gcc>(&self, cx: &CodegenCx<'gcc, '_>) -> Type<'gcc> { in gcc_type() method
99 …fn gcc_type(&self, cx: &CodegenCx<'gcc, 'tcx>) -> (Type<'gcc>, Vec<Type<'gcc>>, bool, FxHashSet<us… in gcc_type() method
104 …fn gcc_type(&self, cx: &CodegenCx<'gcc, 'tcx>) -> (Type<'gcc>, Vec<Type<'gcc>>, bool, FxHashSet<us… in gcc_type() method
Dtype_of.rs125 let gcc_type = cx.type_named_struct(name); in uncached_gcc_type() localVariable
139 let gcc_type = cx.type_named_struct(name); in uncached_gcc_type() localVariable
150 fn gcc_type<'gcc>(&self, cx: &CodegenCx<'gcc, 'tcx>) -> Type<'gcc>; in gcc_type() method
184 fn gcc_type<'gcc>(&self, cx: &CodegenCx<'gcc, 'tcx>) -> Type<'gcc> { in gcc_type() method
Dmono_item.rs21 let gcc_type = self.layout_of(ty).gcc_type(self); in predefine_static() localVariable
Dconsts.rs83 let gcc_type = self.layout_of(ty).gcc_type(self); in codegen_static() localVariable
346 let gcc_type = cx.layout_of(ty).gcc_type(cx); in check_and_apply_linkage() localVariable