Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dtype_.rs88 fn type_i32(&self) -> Type<'gcc> { in type_i32() method
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dtype_.rs17 fn type_i32(&self) -> Self::Type; in type_i32() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dtype_.rs149 fn type_i32(&self) -> &'ll Type { in type_i32() method