Home
last modified time | relevance | path

Searched defs:ClassType (Results 1 – 25 of 36) sorted by relevance

12

/external/pytorch/aten/src/ATen/core/
Dclass_type.h66 struct TORCH_API ClassType : public NamedType { struct
87 if (auto user_rhs = rhs.castRaw<ClassType>()) { in equals() argument
97 std::string str() const override { in str()
101 std::string repr_str() const override { in repr_str()
110 TypePtr findAttribute(const std::string& name) const { in findAttribute()
125 const TypePtr& getAttribute(const std::string& name) const { in getAttribute()
136 size_t numAttributes() const { in numAttributes()
140 const TypePtr& getAttribute(size_t slot) const { in getAttribute()
145 const std::string getAttributeName(size_t slot) const { in getAttributeName()
155 std::optional<size_t> findAttributeSlot(const std::string& name) const { in findAttributeSlot()
[all …]
Dclass_type.cpp484 ClassType::ClassType( in ClassType() function in c10::ClassType
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DClassType.java45 public interface ClassType extends ReferenceType { interface
/external/javassist/src/main/javassist/bytecode/
DSignatureAttribute.java673 public static class ClassType extends ObjectType { class in SignatureAttribute
684 ClassType(String signature, int begin, int end, TypeArgument[] targs) { in ClassType() method in SignatureAttribute.ClassType
701 public ClassType(String className, TypeArgument[] args) { in ClassType() method in SignatureAttribute.ClassType
712 public ClassType(String className) { in ClassType() method in SignatureAttribute.ClassType
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h95 TypeIndex ClassType; member
185 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord()
214 TypeIndex ClassType; member
224 TypeIndex ClassType; variable
236 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
253 TypeIndex ClassType; member
257 TypeIndex ClassType; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h176 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord()
196 TypeIndex ClassType; variable
221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
230 TypeIndex ClassType; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h181 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord()
201 TypeIndex ClassType; variable
226 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
235 TypeIndex ClassType; variable
/external/clang/lib/AST/
DDeclarationName.cpp136 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
DDeclCXX.cpp1366 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local
1604 QualType ClassType in isCopyAssignmentOperator() local
1625 QualType ClassType in isMoveAssignmentOperator() local
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp237 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
1304 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dcodegen_pwpb.py77 class ClassType(enum.Enum): class
2918 def proto_field_methods(class_type: ClassType, field_type: int) -> list:
2931 class_type: ClassType,
3044 class_type: ClassType,
/external/doclava/src/com/google/doclava/
DInfoBuilder.java540 private enum ClassType { enum in InfoBuilder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp392 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
1892 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/external/harfbuzz_ng/src/
Dhb-aat-layout-common.hh622 typedef typename Types::ClassTypeNarrow ClassType; typedef
/external/clang/include/clang/Sema/
DDeclSpec.h1047 void setConstructorName(ParsedType ClassType, in setConstructorName()
1071 ParsedType ClassType, in setDestructorName()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp401 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
2069 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp2680 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType() local
3317 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp7258 QualType ClassType in ActOnConversionDeclarator() local
9152 CanQualType ClassType in DeclareImplicitDefaultConstructor() local
9464 CanQualType ClassType in DeclareImplicitDestructor() local
10985 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyConstructor() local
11168 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveConstructor() local
DSemaOverload.cpp1548 const Type *ClassType in IsStandardConversion() local
4864 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() local
5777 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); in AddOverloadCandidate() local
13019 QualType ClassType in FixOverloadedFunctionReference() local
DSemaExprCXX.cpp879 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() local
3044 QualType ClassType = dtor->getThisType(Context)->getPointeeType(); in CheckVirtualDtorCall() local
/external/pdfium/third_party/pymock/
Dmock.py370 ClassType = type(OldStyleClass) variable
/external/libcxxabi/src/demangle/
DItaniumDemangle.h573 const Node *ClassType; variable
3357 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h581 const Node *ClassType; variable
3594 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h716 const Node *ClassType; variable
3662 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp1175 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()

12