Searched defs:TypeArray (Results 1 – 15 of 15) sorted by relevance
11 pub trait TypeArray { interface23 impl TypeArray for $jni_type { impl
653 impl Parse for TypeArray { implementation1089 impl ToTokens for TypeArray { implementation
169 TypeArray, enumerator
1638 typedef llvm::ArrayRef<llvm::Type*> TypeArray; typedef
340 Metadata *TypeArray, in getImpl()
471 uint8_t CC, Metadata *TypeArray, in getImpl()
1844 impl Eq for TypeArray {} implementation1847 impl PartialEq for TypeArray { implementation
1908 impl Clone for TypeArray { implementation
2473 impl Hash for TypeArray { implementation
655 fn visit_type_array_mut(&mut self, i: &mut TypeArray) { in visit_type_array_mut()
658 fn fold_type_array(&mut self, i: TypeArray) -> TypeArray { in fold_type_array()
2642 impl Debug for TypeArray { implementation
654 fn visit_type_array(&mut self, i: &'ast TypeArray) { in visit_type_array()
416 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions() local
1255 MDTuple *TypeArray = getTuple(); in TEST_F() local