/llvm-project/flang/lib/Optimizer/Support/ |
H A D | Utils.cpp | 18 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 D | FortranVariableInterface.cpp | 32 } else if (auto recordType = in verifyDeclareLikeOpImpl() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertProcedureDesignator.cpp | 119 auto recordType = in designateProcedurePointerComponent() local
|
H A D | ConvertExprToHLFIR.cpp | 707 auto recordType = visitComponentImpl() local
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | PolymorphicOpConversion.cpp | 96 auto recordType = mlir::dyn_cast<fir::RecordType>(declaredType); in matchAndRewrite() local
|
/llvm-project/llvm/include/llvm/XRay/ |
H A D | FDRRecords.h | 388 RecordTypes recordType() const { return Kind; } in recordType() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 813 auto record = recordType->getDecl(); in classifyType() local
|
H A D | CGBlocks.cpp | 415 const RecordType *recordType = isSafeForCXXConstantCapture() local
|
H A D | CGObjC.cpp | 1002 HasStrong = recordType->getDecl()->hasObjectMember(); in PropertyImplStrategy() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | FIRBuilder.cpp | 370 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 D | ASTMatchersInternal.cpp | 1073 const AstTypeMatcher<RecordType> recordType; global() variable
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 2653 auto recordType = mlir::dyn_cast<fir::RecordType>(inTy); matchAndRewrite() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 3916 if (auto recordType = type->getAs<RecordType>()) { classifyPointerDeclarator() local
|
H A D | SemaDecl.cpp | 14425 if (const RecordType *recordType = baseType->getAs<RecordType>()) CheckCompleteVariableDeclaration() local
|
H A D | SemaDeclCXX.cpp | 16772 if (const RecordType *recordType = ExDeclType->getAs<RecordType>()) { BuildExceptionDeclaration() local
|