Home
last modified time | relevance | path

Searched refs:recType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp68 if (auto recType = type->getAs<RecordType>()) { in addTypedData() local
69 addTypedData(recType->getDecl(), begin); in addTypedData()
H A DCGObjCMac.cpp3455 if (auto recType = type->getAs<RecordType>()) { in hasWeakMember() local
3456 for (auto field : recType->getDecl()->fields()) { in hasWeakMember()
5365 if (auto recType = fieldType->getAs<RecordType>()) { in visitField() local
5368 visitRecord(recType, fieldOffset); in visitField()
5373 CharUnits eltSize = CGM.getContext().getTypeSizeInChars(recType); in visitField()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp163 if (auto recType = type.dyn_cast<TestRecursiveType>()) { in getAlias() local
164 if (recType.getName() == "type_to_alias") { in getAlias()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp3002 auto recType = in genIeeeTypeCompare() local
3004 assert(recType.getTypeList().size() == 1 && "expected exactly one component"); in genIeeeTypeCompare()
3005 auto [fieldName, fieldType] = recType.getTypeList().front(); in genIeeeTypeCompare()
3006 mlir::Type fieldIndexType = fir::FieldType::get(recType.getContext()); in genIeeeTypeCompare()
3008 loc, fieldIndexType, fieldName, recType, fir::getTypeParams(arg0)); in genIeeeTypeCompare()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp1323 mlir::Location loc, fir::RecordType recType) const { in getTypeDescriptor()
1325 fir::NameUniquer::getTypeDescriptorName(recType.getName()); in getTypeDescriptor()