Home
last modified time | relevance | path

Searched defs:parentType (Results 1 – 12 of 12) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dresolve71.f905 type :: parentType type
/llvm-project/flang/lib/Lower/
H A DConvertConstant.cpp498 for (mlir::Type parentType : llvm::reverse(parentTypes)) { in genInlinedStructureCtorLitImpl() local
516 mlir::Type parentType = converter.genType(*componentParentType); in genInlinedStructureCtorLitImpl() local
520 mlir::Type parentType = converter.genType(*componentParentType); in genInlinedStructureCtorLitImpl() local
H A DConvertExprToHLFIR.cpp1705 const auto &parentType = compIterator.advanceToParentType(); gen() local
H A DBridge.cpp275 fir::RecordType parentType{}; createTypeInfoOp() local
/llvm-project/flang/runtime/
H A Dderived.cpp211 const auto *parentType{derived.GetParentType()}; Finalize() local
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp440 ast::Type parentType = expr->getParentExpr()->getType(); in genExprImpl() local
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp2783 if (ast::OperationType opType = dyn_cast<ast::OperationType>(parentType)) { in validateMemberAccess() local
3126 if (ast::OperationType opType = dyn_cast<ast::OperationType>(parentType)) in codeCompleteMemberAccess() local
2689 ast::Type parentType = parentExpr->getType(); createCallExpr() local
/llvm-project/flang/lib/Semantics/
H A Dtools.cpp537 if (const DeclTypeSpec * parentType{FindParentTypeSpec(symbol.owner())}) { FindOverriddenBinding() local
H A Dexpression.cpp1326 if (const auto *parentType{object->type()}) { CreateComponent() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp371 createTypeInfoOp(mlir::Location loc,fir::RecordType recordType,fir::RecordType parentType) createTypeInfoOp() argument
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1542 Type parentType = (*this)->getParentOp()->getResultTypes().front(); verify() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1579 build(mlir::OpBuilder & builder,mlir::OperationState & result,fir::RecordType type,fir::RecordType parentType,llvm::ArrayRef<mlir::NamedAttribute> attrs) build() argument