Home
last modified time | relevance | path

Searched defs:type_vector (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dtype_.rs63 pub fn type_vector(&self, ty: Type<'gcc>, len: u64) -> Type<'gcc> { in type_vector() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dtype_.rs68 pub(crate) fn type_vector(&self, ty: &'ll Type, len: u64) -> &'ll Type { in type_vector() method