Home
last modified time | relevance | path

Searched full:classtype (Results 1 – 25 of 109) sorted by relevance

12345

/llvm-project/lld/test/COFF/
H A Dpdb-thunk.yaml396 ClassType: 4096
413 ClassType: 4096
434 ClassType: 4096
444 ClassType: 4096
473 ClassType: 4096
483 ClassType: 4096
570 ClassType: 4120
587 ClassType: 4120
608 ClassType: 4120
618 ClassType: 4120
[all …]
H A Dpdb-heapsite.yaml395 ClassType: 4108
408 ClassType: 4108
418 ClassType: 4108
606 ClassType: 4125
619 ClassType: 4125
629 ClassType: 4125
739 ClassType: 4139
749 ClassType: 4139
859 ClassType: 4151
869 ClassType: 4151
[all …]
/llvm-project/flang/unittests/Optimizer/
H A DFIRTypesTest.cpp36 mlir::Type ty = fir::ClassType::get(recTy); in TEST_F()
41 ty = fir::ClassType::get(fir::SequenceType::get({10}, recTy)); in TEST_F()
45 ty = fir::ClassType::get(seqRecTy); in TEST_F()
49 ty = fir::ClassType::get(fir::HeapType::get(recTy)); in TEST_F()
53 ty = fir::ClassType::get(fir::HeapType::get(seqRecTy)); in TEST_F()
57 ty = fir::ClassType::get(fir::PointerType::get(recTy)); in TEST_F()
61 ty = fir::ClassType::get(fir::PointerType::get(seqRecTy)); in TEST_F()
65 ty = fir::ClassType::get(noneTy); in TEST_F()
87 mlir::Type ty = fir::ClassType::get(noneTy); in TEST_F()
92 ty = fir::ClassType in TEST_F()
[all...]
/llvm-project/lld/test/COFF/Inputs/
H A Dpdb-type-server-guid-collision-a-pdb.yaml79 ClassType: 4096
92 ClassType: 4096
105 ClassType: 4096
283 ClassType: 4111
296 ClassType: 4111
306 ClassType: 4111
406 ClassType: 4123
416 ClassType: 4123
516 ClassType: 4133
526 ClassType: 4133
[all …]
H A Dpdb-type-server-guid-collision-b-pdb.yaml107 ClassType: 4099
120 ClassType: 4099
133 ClassType: 4099
311 ClassType: 4114
324 ClassType: 4114
334 ClassType: 4114
434 ClassType: 4126
444 ClassType: 4126
544 ClassType: 4136
554 ClassType: 4136
[all …]
H A Dpdb-file-statics-b.yaml222 ClassType: 4100
235 ClassType: 4100
248 ClassType: 4100
436 ClassType: 4118
449 ClassType: 4118
459 ClassType: 4118
569 ClassType: 4132
579 ClassType: 4132
689 ClassType: 4144
699 ClassType: 4144
[all …]
H A Dpdb-file-statics-a.yaml247 ClassType: 4104
260 ClassType: 4104
273 ClassType: 4104
461 ClassType: 4122
474 ClassType: 4122
484 ClassType: 4122
594 ClassType: 4136
604 ClassType: 4136
714 ClassType: 4148
724 ClassType: 4148
[all …]
/llvm-project/llvm/test/DebugInfo/PDB/
H A Dpdbdump-yaml-types.test81 YAML: ClassType: 4100
91 YAML: ClassType: 4100
181 YAML: ClassType: 4110
194 YAML: ClassType: 4110
204 YAML: ClassType: 4110
304 YAML: ClassType: 4122
314 YAML: ClassType: 4122
407 YAML: ClassType: 4133
417 YAML: ClassType: 4133
547 YAML: ClassType: 4143
[all …]
/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-artificial-arg.cpp25 // CHECK: ![[CLASSTYPE:.*]] = distinct !DICompositeType(tag: DW_TAG_class_type, name: "A",
27 // CHECK: ![[ARTARG:.*]] = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: ![[CLASSTYPE]],{{.*}}…
28 // CHECK: !DISubprogram(name: "A", scope: ![[CLASSTYPE]]
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dtypes-ptr-to-member.ll38 ; CHECK: ClassType: A
51 ; CHECK: ClassType: C
64 ; CHECK: ClassType: D
77 ; CHECK: ClassType: E
93 ; CHECK: ClassType: A
106 ; CHECK: ClassType: C
119 ; CHECK: ClassType: D
132 ; CHECK: ClassType: E
147 ; CHECK: ClassType: Incomplete
162 ; CHECK: ClassType: Incomplete
H A Dvirtual-methods.ll28 ; CHECK-NEXT: ClassType: A ({{.*}})
42 ; CHECK-NEXT: ClassType: B ({{.*}})
56 ; CHECK-NEXT: ClassType: C ({{.*}})
80 ; CHECK-NEXT: ClassType: D ({{.*}})
103 ; CHECK: ClassType: A
109 ; CHECK: ClassType: B
115 ; CHECK: ClassType: C
121 ; CHECK: ClassType: D
128 ; CHECK-NEXT: ClassType: C ({{.*}})
135 ; CHECK-NEXT: ClassType: D ({{.*}})
H A Dtypes-empty-member-fn.ll21 ; CHECK-NEXT: ClassType: foo::Foo (0x1000)
32 ; CHECK-NEXT: ClassType: foo::Foo (0x1000)
H A Dtypes-non-virtual-methods.ll78 ; CHECK: ClassType: A (0x1003)
158 ; CHECK: ClassType: B (0x100A)
177 ; CHECK: ClassType: B (0x100A)
196 ; CHECK: ClassType: B (0x100A)
H A Dstatic-methods.ll19 ; CHECK-NEXT: ClassType: A ({{.*}})
31 ; CHECK-NEXT: ClassType: A ({{.*}})
43 ; CHECK-NEXT: ClassType: A ({{.*}})
H A Dtypes-method-ref-qualifiers.ll110 ; CHECK: ClassType: A (0x1003)
136 ; CHECK: ClassType: A (0x1003)
162 ; CHECK: ClassType: A (0x1003)
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_1_2_3.pass.cpp132 // ClassType - The type of the class being tested.
138 template <class ClassType, class CallSig, int Arity, class CV,
150 typedef ClassType T; in doTest()
215 typedef CallSig (ClassType::*MemPtr); in runTest()
218 b.runTest( (MemPtr)&ClassType::f, obj); in runTest()
225 typedef CallSig (ClassType::*MemPtr); in runTest()
228 b.runTest( (MemPtr)&ClassType::f, obj); in runTest()
235 typedef CallSig (ClassType::*MemPtr); in runTest()
238 b.runTest( (MemPtr)&ClassType::f, obj); in runTest()
H A Dbullet_7.pass.cpp163 // ClassType - The type of the call object.
168 template <class ClassType, class CallSig, int Arity,
173 typedef MethodID<CallSig ClassType::*> MID; in run()
175 typedef ClassType T; in run()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h176 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() argument
181 ClassType(ClassType), ThisType(ThisType), CallConv(CallConv), in MemberFunctionRecord()
187 TypeIndex getClassType() const { return ClassType; } in getClassType()
196 TypeIndex ClassType; variable
221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord() argument
223 : TypeRecord(TypeRecordKind::MemberFuncId), ClassType(ClassType), in MemberFuncIdRecord()
226 TypeIndex getClassType() const { return ClassType; } in getClassType()
230 TypeIndex ClassType; variable
[all...]
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Dmerge-ids-and-types-1.yaml74 ClassType: 4099 # struct FooBar
103 ClassType: 4099 # struct FooBar
H A Dmerge-ids-and-types-2.yaml99 ClassType: 4100 # struct FooBar
134 ClassType: 4100 # struct FooBar
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits-ms-extensions.cpp16 using ClassType = Derives; typedef
75 static_assert(!__is_sealed(ClassType)); in is_sealed()
H A Dtype-traits.cpp310 typedef Derives ClassType; typedef
316 static_assert(__is_class(ClassType)); in is_class()
368 static_assert(!__is_enum(ClassType)); in is_enum()
395 static_assert(!__is_scoped_enum(ClassType)); in is_scoped_enum()
433 static_assert(!__is_final(ClassType)); in is_final()
455 static_assert(!__is_polymorphic(ClassType)); in is_polymorphic()
483 static_assert(!__is_integral(ClassType)); in is_integral()
512 static_assert(!__is_floating_point(ClassType)); in is_floating_point()
626 static_assert(!__is_arithmetic(ClassType)); in is_arithmetic()
678 static_assert(!__is_void(ClassType)); in is_void()
[all...]
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DAllocatable.cpp29 fir::ClassType clTy = in genMoveAlloc()
30 mlir::dyn_cast<fir::ClassType>(fir::dyn_cast_ptrEleTy(from.getType())); in genMoveAlloc()
/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp111 static void printCXXConstructorDestructorName(QualType ClassType, in compare()
117 if (const RecordType *ClassRec = ClassType->getAs<RecordType>()) { in printCXXConstructorDestructorName()
122 if (auto *InjTy = ClassType->getAs<InjectedClassNameType>()) { in printCXXConstructorDestructorName()
127 ClassType.print(OS, Policy); in printCXXConstructorDestructorName()
113 printCXXConstructorDestructorName(QualType ClassType,raw_ostream & OS,PrintingPolicy Policy) printCXXConstructorDestructorName() argument
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp323 if (mlir::isa<fir::ClassType>(ty)) in isAssumedType()
361 if (mlir::isa<fir::ClassType>(fir::unwrapRefType(ty)))
369 if (auto clTy = mlir::dyn_cast<fir::ClassType>(fir::unwrapRefType(ty))) { in isUnlimitedPolymorphicType()
599 } else if (auto classTy = mlir::dyn_cast_or_null<fir::ClassType>(ty)) { in getTypeAsString()
625 fir::ClassType>([&](auto t) -> mlir::Type { in changeElementType()
634 return fir::ClassType::get(newInnerType); in changeElementType()
779 // ClassType in verify()
783 fir::ClassType::verify(llvm::function_ref<mlir::InFlightDiagnostic()> emitError, in verify()
1277 .Case<fir::BoxType, fir::ClassType>( in fromRealTypeID()
1295 fir::ClassType>([
[all...]

12345