Home
last modified time | relevance | path

Searched defs:TypePtr (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/clang/lib/Tooling/Core/
H A DQualTypeNames.cpp133 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 Dinsert_observers.cpp104 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 Dargument_spec.h51 operator TypePtr() const { in TypePtr() function
371 operator TypePtr() const { in TypePtr() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dschema_type_parser.h11 using TypePtr = c10::TypePtr; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dmodule.cpp274 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/
Dlifetime.rs85 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 Dty.rs617 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 Dty.rs681 impl Parse for TypePtr { implementation
1149 impl ToTokens for TypePtr { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dty.rs617 impl Parse for TypePtr { implementation
1051 impl ToTokens for TypePtr { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/
Dty.rs109 fn type_ptr(&mut self, ty: &TypePtr) { in type_ptr()
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dalias_analysis.cpp31 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 DSemaExceptionSpec.cpp568 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType(); in CheckEquivalentExceptionSpec() local
/aosp_15_r20/external/clang/lib/AST/
H A DMicrosoftMangle.cpp1484 void *TypePtr; in mangleArgumentType() local
1531 auto *TypePtr = (const void *)&*Iter; in manglePassObjectSizeArg() local
H A DItaniumMangle.cpp4225 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 Deq.rs2020 impl Eq for crate::TypePtr {} implementation
2023 impl PartialEq for crate::TypePtr { implementation
H A Dclone.rs2013 impl Clone for crate::TypePtr { implementation
H A Ddebug.rs2883 impl Debug for crate::TypePtr { implementation
2889 impl crate::TypePtr { implementation
H A Dhash.rs2564 impl Hash for crate::TypePtr { implementation
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2185 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
3899 const Type* TypePtr = QT->getAs<Type>(); in RewriteCastExpr() local
H A DRewriteModernObjC.cpp2274 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 Deq.rs1966 impl Eq for TypePtr {} implementation
1969 impl PartialEq for TypePtr { implementation
H A Dclone.rs2032 impl Clone for TypePtr { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/gen/
Deq.rs2020 impl Eq for crate::TypePtr {} implementation
2023 impl PartialEq for crate::TypePtr { implementation
Dclone.rs2013 impl Clone for crate::TypePtr { implementation
Ddebug.rs2883 impl Debug for crate::TypePtr { implementation
2889 impl crate::TypePtr { implementation

12