Searched refs:recType (Results 1 – 5 of 5) sorted by relevance
68 if (auto recType = type->getAs<RecordType>()) { in addTypedData() local69 addTypedData(recType->getDecl(), begin); in addTypedData()
3455 if (auto recType = type->getAs<RecordType>()) { in hasWeakMember() local3456 for (auto field : recType->getDecl()->fields()) { in hasWeakMember()5365 if (auto recType = fieldType->getAs<RecordType>()) { in visitField() local5368 visitRecord(recType, fieldOffset); in visitField()5373 CharUnits eltSize = CGM.getContext().getTypeSizeInChars(recType); in visitField()
163 if (auto recType = type.dyn_cast<TestRecursiveType>()) { in getAlias() local164 if (recType.getName() == "type_to_alias") { in getAlias()
3002 auto recType = in genIeeeTypeCompare() local3004 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()
1323 mlir::Location loc, fir::RecordType recType) const { in getTypeDescriptor()1325 fir::NameUniquer::getTypeDescriptorName(recType.getName()); in getTypeDescriptor()