Searched defs:gcc_type (Results 1 – 4 of 4) sorted by relevance
| /third_party/rust/rust/compiler/rustc_codegen_gcc/src/ |
| D | abi.rs | 34 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
|
| D | type_of.rs | 125 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
|
| D | mono_item.rs | 21 let gcc_type = self.layout_of(ty).gcc_type(self); in predefine_static() localVariable
|
| D | consts.rs | 83 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
|