Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A 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 …]
H A Dclass_type.cpp484 ClassType::ClassType( in ClassType() function in c10::ClassType
/aosp_15_r20/frameworks/base/tools/codegen/src/com/android/codegen/
H A DClassInfo.kt21 val ClassType = ClassName + genericArgs in <lambda>() constant
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A 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
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A 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
/aosp_15_r20/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
H A DClassProfile.java73 public enum ClassType { enum in ClassProfile
85 ClassType(int value) { in ClassType() method in ClassProfile.ClassType
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A 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
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/
H A DClassType.java45 public interface ClassType extends ReferenceType { interface
/aosp_15_r20/external/python/cpython2/Lib/
Dtypes.py53 ClassType = type(_C) variable
/aosp_15_r20/external/clang/lib/AST/
H A DDeclCXX.cpp1366 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local
1604 QualType ClassType in isCopyAssignmentOperator() local
1625 QualType ClassType in isMoveAssignmentOperator() local
H A DDeclarationName.cpp136 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
/aosp_15_r20/cts/tools/cts-api-coverage/proto/
H A Dtestsuite.proto84 enum ClassType { enum
/aosp_15_r20/external/pigweed/pw_protobuf/py/pw_protobuf/
H A Dcodegen_pwpb.py77 class ClassType(enum.Enum): class
2830 def proto_field_methods(class_type: ClassType, field_type: int) -> list:
2843 class_type: ClassType,
2956 class_type: ClassType,
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp237 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
1304 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/aosp_15_r20/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
H A DDalvikTest.java92 TEST_PACKAGES.add(String.format(JDWP_PACKAGE_BASE, "ClassType")); in String.format()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp392 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
1892 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp401 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
2069 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/aosp_15_r20/external/clang/include/clang/Sema/
H A DDeclSpec.h1047 void setConstructorName(ParsedType ClassType, in setConstructorName()
1071 ParsedType ClassType, in setDestructorName()
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DInfoBuilder.java540 private enum ClassType { enum in InfoBuilder
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DDeclSpec.h1171 void setConstructorName(ParsedType ClassType, in setConstructorName()
1195 ParsedType ClassType, in setDestructorName()

12345