Home
last modified time | relevance | path

Searched defs:recordType (Results 1 – 15 of 15) sorted by relevance

/llvm-project/flang/lib/Optimizer/Support/
H A DUtils.cpp18 fir::TypeInfoOp fir::lookupTypeInfoOp(fir::RecordType recordType, in lookupTypeInfoOp()
41 fir::RecordType recordType, llvm::StringRef component, in getComponentLowerBoundsIfNonDefault()
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFortranVariableInterface.cpp32 } else if (auto recordType = in verifyDeclareLikeOpImpl() local
/llvm-project/flang/lib/Lower/
H A DConvertProcedureDesignator.cpp119 auto recordType = in designateProcedurePointerComponent() local
H A DConvertExprToHLFIR.cpp707 auto recordType = visitComponentImpl() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DPolymorphicOpConversion.cpp96 auto recordType = mlir::dyn_cast<fir::RecordType>(declaredType); in matchAndRewrite() local
/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h388 RecordTypes recordType() const { return Kind; } in recordType() function
/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp813 auto record = recordType->getDecl(); in classifyType() local
H A DCGBlocks.cpp415 const RecordType *recordType = isSafeForCXXConstantCapture() local
H A DCGObjC.cpp1002 HasStrong = recordType->getDecl()->hasObjectMember(); in PropertyImplStrategy() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp370 createTypeInfoOp(mlir::Location loc,fir::RecordType recordType,fir::RecordType parentType) createTypeInfoOp() argument
1336 recordTypeCanBeMemCopied(fir::RecordType recordType) recordTypeCanBeMemCopied() argument
1354 mayHaveFinalizer(fir::RecordType recordType,fir::FirOpBuilder & builder) mayHaveFinalizer() argument
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1073 const AstTypeMatcher<RecordType> recordType; global() variable
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2653 auto recordType = mlir::dyn_cast<fir::RecordType>(inTy); matchAndRewrite() local
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3916 if (auto recordType = type->getAs<RecordType>()) { classifyPointerDeclarator() local
H A DSemaDecl.cpp14425 if (const RecordType *recordType = baseType->getAs<RecordType>()) CheckCompleteVariableDeclaration() local
H A DSemaDeclCXX.cpp16772 if (const RecordType *recordType = ExDeclType->getAs<RecordType>()) { BuildExceptionDeclaration() local