/external/pytorch/aten/src/ATen/core/ |
D | class_type.h | 66 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 …]
|
D | class_type.cpp | 484 ClassType::ClassType( in ClassType() function in c10::ClassType
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | ClassType.java | 45 public interface ClassType extends ReferenceType { interface
|
/external/javassist/src/main/javassist/bytecode/ |
D | SignatureAttribute.java | 673 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/ |
D | TypeRecord.h | 95 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/ |
D | TypeRecord.h | 176 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/ |
D | TypeRecord.h | 181 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/ |
D | DeclarationName.cpp | 136 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
|
D | DeclCXX.cpp | 1366 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/ |
D | CodeViewDebug.cpp | 237 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local 1304 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
|
/external/pigweed/pw_protobuf/py/pw_protobuf/ |
D | codegen_pwpb.py | 77 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/ |
D | InfoBuilder.java | 540 private enum ClassType { enum in InfoBuilder
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 392 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local 1892 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
|
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-common.hh | 622 typedef typename Types::ClassTypeNarrow ClassType; typedef
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1047 void setConstructorName(ParsedType ClassType, in setConstructorName() 1071 ParsedType ClassType, in setDestructorName()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 401 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local 2069 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 2680 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/ |
D | SemaDeclCXX.cpp | 7258 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
|
D | SemaOverload.cpp | 1548 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
|
D | SemaExprCXX.cpp | 879 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() local 3044 QualType ClassType = dtor->getThisType(Context)->getPointeeType(); in CheckVirtualDtorCall() local
|
/external/pdfium/third_party/pymock/ |
D | mock.py | 370 ClassType = type(OldStyleClass) variable
|
/external/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 573 const Node *ClassType; variable 3357 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 581 const Node *ClassType; variable 3594 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 716 const Node *ClassType; variable 3662 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 1175 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()
|