/aosp_15_r20/external/clang/lib/Tooling/Core/ |
H A D | QualTypeNames.cpp | 133 const Type *TypePtr, in getFullyQualifiedTemplateType() 333 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf() 455 const Type *TypePtr = getFullyQualifiedTemplateType( in getFullyQualifiedType() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/ |
H A D | insert_observers.cpp | 104 std::unordered_map<TypePtr, QConfigTypePtrMap>& type_remap, in clone_impl() 190 const std::function<TypePtr(TypePtr, std::optional<QConfig>)>& in remapTypes() 242 const std::function<TypePtr(TypePtr, std::optional<QConfig>)>& in remapTypes() 258 const std::unordered_map<TypePtr, QConfigTypePtrMap>& type_remap) { in clone_method()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | argument_spec.h | 51 operator TypePtr() const { in TypePtr() function 371 operator TypePtr() const { in TypePtr() function
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | schema_type_parser.h | 11 using TypePtr = c10::TypePtr; variable
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/ |
H A D | module.cpp | 274 const std::unordered_map<TypePtr, TypePtr>& type_remap) { in clone_method() 344 std::unordered_map<TypePtr, TypePtr>& type_remap, in clone_impl()
|
/aosp_15_r20/external/rust/android-crates-io/crates/async-trait/src/ |
D | lifetime.rs | 85 fn visit_type_ptr_mut(&mut self, ty: &mut TypePtr) { in visit_type_ptr_mut()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/ |
H A D | ty.rs | 617 impl Parse for TypePtr { implementation 1051 impl ToTokens for TypePtr { implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/ |
H A D | ty.rs | 681 impl Parse for TypePtr { implementation 1149 impl ToTokens for TypePtr { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/ |
D | ty.rs | 617 impl Parse for TypePtr { implementation 1051 impl ToTokens for TypePtr { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/ |
D | ty.rs | 109 fn type_ptr(&mut self, ty: &TypePtr) { in type_ptr()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/ |
H A D | alias_analysis.cpp | 31 ska::flat_hash_map<TypePtr, AliasTypeSet>* mutable_type_cache) in MutableTypePtrHelper() 158 ska::flat_hash_map<TypePtr, AliasTypeSet>* mutable_type_cache) { in isMutableTypeImpl()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 568 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 1484 void *TypePtr; in mangleArgumentType() local 1531 auto *TypePtr = (const void *)&*Iter; in manglePassObjectSizeArg() local
|
H A D | ItaniumMangle.cpp | 4225 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in mangleSubstitution() local 4391 uintptr_t TypePtr = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr()); in addSubstitution() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/gen/ |
H A D | eq.rs | 2020 impl Eq for crate::TypePtr {} implementation 2023 impl PartialEq for crate::TypePtr { implementation
|
H A D | clone.rs | 2013 impl Clone for crate::TypePtr { implementation
|
H A D | debug.rs | 2883 impl Debug for crate::TypePtr { implementation 2889 impl crate::TypePtr { implementation
|
H A D | hash.rs | 2564 impl Hash for crate::TypePtr { implementation
|
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 2185 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local 3899 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
|
H A D | RewriteModernObjC.cpp | 2274 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local 4740 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/gen/ |
H A D | eq.rs | 1966 impl Eq for TypePtr {} implementation 1969 impl PartialEq for TypePtr { implementation
|
H A D | clone.rs | 2032 impl Clone for TypePtr { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/gen/ |
D | eq.rs | 2020 impl Eq for crate::TypePtr {} implementation 2023 impl PartialEq for crate::TypePtr { implementation
|
D | clone.rs | 2013 impl Clone for crate::TypePtr { implementation
|
D | debug.rs | 2883 impl Debug for crate::TypePtr { implementation 2889 impl crate::TypePtr { implementation
|