Home
last modified time | relevance | path

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

/external/rust/crates/jni/0.20.0/src/wrapper/objects/
Dauto_array.rs11 pub trait TypeArray { interface
23 impl TypeArray for $jni_type { impl
/external/rust/crates/jni/src/wrapper/objects/
Dauto_elements.rs108 pub trait TypeArray: type_array_sealed::TypeArraySealed {} trait
/external/rust/crates/prettyplease/src/
Dty.rs35 fn type_array(&mut self, ty: &TypeArray) { in type_array()
/external/rust/crates/syn/src/
Dty.rs581 impl Parse for TypeArray { implementation
1012 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/
Ddebug.rs2611 impl Debug for TypeArray { implementation
2613 impl TypeArray { in fmt() implementation
Deq.rs1819 impl Eq for TypeArray {} implementation
1822 impl PartialEq for TypeArray { implementation
Dclone.rs1875 impl Clone for TypeArray { implementation
Dhash.rs2437 impl Hash for TypeArray { implementation
Dvisit_mut.rs640 fn visit_type_array_mut(&mut self, i: &mut TypeArray) { in visit_type_array_mut()
Dfold.rs643 fn fold_type_array(&mut self, i: TypeArray) -> TypeArray { in fold_type_array()
Dvisit.rs639 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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp425 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DDebugInfoMetadata.cpp795 uint8_t CC, Metadata *TypeArray, in getImpl()
/external/rust/crates/vulkano/out/
Dspirv_parse.rs116 TypeArray { enumerator