Home
last modified time | relevance | path

Searched defs:TypeParams (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/
Dhygiene.rs28 struct TypeParams<'a, T, I: Iterator> { struct
38 TypeParams<'static, (), IntoIter<()>>: argument
Dstruct_known_layout.rs40 struct TypeParams<'a, T, I: Iterator> { struct
49 assert_impl_all!(TypeParams<'static, (), IntoIter<()>>: KnownLayout); argument
Dstruct_from_zeroes.rs51 struct TypeParams<'a, T: ?Sized, I: Iterator> { struct
60 assert_impl_all!(TypeParams<'static, (), IntoIter<()>>: FromZeroes); argument
Dstruct_from_bytes.rs53 struct TypeParams<'a, T: ?Sized, I: Iterator> { struct
62 assert_impl_all!(TypeParams<'static, (), IntoIter<()>>: FromBytes); argument
Dstruct_unaligned.rs74 struct TypeParams<'a, T: ?Sized, I: Iterator> { struct
83 assert_impl_all!(TypeParams<'static, (), IntoIter<()>>: Unaligned); argument
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/
Dhygiene.rs28 struct TypeParams<'a, T, I: Iterator> { struct
38 TypeParams<'static, (), IntoIter<()>>: argument
Dstruct_known_layout.rs40 struct TypeParams<'a, T, I: Iterator> { struct
49 assert_impl_all!(TypeParams<'static, (), IntoIter<()>>: KnownLayout); argument
Dstruct_from_bytes.rs53 struct TypeParams<'a, T: ?Sized, I: Iterator> { struct
62 assert_impl_all!(TypeParams<'static, (), IntoIter<()>>: FromBytes); argument
Dstruct_from_zeroes.rs51 struct TypeParams<'a, T: ?Sized, I: Iterator> { struct
60 assert_impl_all!(TypeParams<'static, (), IntoIter<()>>: FromZeroes); argument
Dstruct_unaligned.rs74 struct TypeParams<'a, T: ?Sized, I: Iterator> { struct
83 assert_impl_all!(TypeParams<'static, (), IntoIter<()>>: Unaligned); argument
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1062 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local
1071 llvm::Type *TypeParams[] = {getIdentTyPointerTy()}; in createRuntimeFunction() local
1080 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local
1091 llvm::Type *TypeParams[] = { in createRuntimeFunction() local
1102 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local
1136 llvm::Type *TypeParams[] = { in createRuntimeFunction() local
1147 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; in createRuntimeFunction() local
1155 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; in createRuntimeFunction() local
1163 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; in createRuntimeFunction() local
1172 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/ast/
Dgenerics.rs161 pub struct TypeParams<'a, P>(Iter<'a, P>); struct
163 impl<'a, P: GenericParamExt> Iterator for TypeParams<'a, P> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dgenerics.rs114 pub fn type_params(&self) -> TypeParams { in type_params()
182 pub struct TypeParams<'a>(Iter<'a, GenericParam>); struct
184 impl<'a> Iterator for TypeParams<'a> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dgenerics.rs135 pub fn type_params(&self) -> TypeParams { in type_params()
217 pub struct TypeParams<'a>(Iter<'a, GenericParam>); struct
219 impl<'a> Iterator for TypeParams<'a> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dgenerics.rs135 pub fn type_params(&self) -> TypeParams { in type_params()
217 pub struct TypeParams<'a>(Iter<'a, GenericParam>); struct
219 impl<'a> Iterator for TypeParams<'a> { implementation
/aosp_15_r20/external/clang/lib/AST/
H A DDeclPrinter.cpp1132 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1142 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1211 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dinstantiate.go21 TypeParams() *TypeParamList methodSpec
Dsignature.go74 func (s *Signature) TypeParams() *TypeParamList { return s.tparams } func
Dalias.go55 func (a *Alias) TypeParams() *TypeParamList { return a.tparams } func
Dnamed.go311 func (t *Named) TypeParams() *TypeParamList { return t.resolve().tparams } func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dinstantiate.go24 TypeParams() *TypeParamList methodSpec
Dalias.go58 func (a *Alias) TypeParams() *TypeParamList { return a.tparams } func
Dsignature.go85 func (s *Signature) TypeParams() *TypeParamList { return s.tparams } func
Dnamed.go314 func (t *Named) TypeParams() *TypeParamList { return t.resolve().tparams } func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DLLVMContextImpl.h196 ArrayRef<Type *> TypeParams; member

12