Home
last modified time | relevance | path

Searched defs:TypeArray (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/jni/src/wrapper/objects/
Dauto_array.rs11 pub trait TypeArray { interface
23 impl TypeArray for $jni_type { impl
/external/rust/crates/syn/src/
Dty.rs653 impl Parse for TypeArray { implementation
1089 impl ToTokens for TypeArray { implementation
/external/libconfig/lib/
Dlibconfig.h++169 TypeArray, enumerator
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1638 typedef llvm::ArrayRef<llvm::Type*> TypeArray; typedef
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp340 Metadata *TypeArray, in getImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp471 uint8_t CC, Metadata *TypeArray, in getImpl()
/external/rust/crates/syn/src/gen/
Deq.rs1844 impl Eq for TypeArray {} implementation
1847 impl PartialEq for TypeArray { implementation
Dclone.rs1908 impl Clone for TypeArray { implementation
Dhash.rs2473 impl Hash for TypeArray { implementation
Dvisit_mut.rs655 fn visit_type_array_mut(&mut self, i: &mut TypeArray) { in visit_type_array_mut()
Dfold.rs658 fn fold_type_array(&mut self, i: TypeArray) -> TypeArray { in fold_type_array()
Ddebug.rs2642 impl Debug for TypeArray { implementation
Dvisit.rs654 fn visit_type_array(&mut self, i: &'ast TypeArray) { in visit_type_array()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp416 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions() local
/external/llvm/unittests/IR/
DMetadataTest.cpp1255 MDTuple *TypeArray = getTuple(); in TEST_F() local