/llvm-project/flang/include/flang/Semantics/ |
H A D | scope.h | 237 const DerivedTypeSpec *derivedTypeSpec() const { return derivedTypeSpec_; } derivedTypeSpec() function 238 DerivedTypeSpec *derivedTypeSpec() { return derivedTypeSpec_; } derivedTypeSpec() function
|
H A D | type.h | 382 const DerivedTypeSpec &derivedTypeSpec() const { derivedTypeSpec() function 386 DerivedTypeSpec &derivedTypeSpec() { derivedTypeSpec() function
|
/llvm-project/flang/lib/Semantics/ |
H A D | runtime-type-info.cpp | 369 GetSuffixIfTypeKindParameters(const DerivedTypeSpec & derivedTypeSpec,const SymbolVector * parameters) GetSuffixIfTypeKindParameters() argument 397 const DerivedTypeSpec *derivedTypeSpec{dtScope.derivedTypeSpec()}; DescribeType() local 1085 DescribeSpecialProc(std::map<int,evaluate::StructureConstructor> & specials,const Symbol & specificOrBinding,bool isAssignment,bool isFinal,std::optional<common::DefinedIo> io,const Scope * dtScope,const DerivedTypeSpec * derivedTypeSpec,bool isTypeBound) const DescribeSpecialProc() argument 1222 IncorporateDefinedIoGenericInterfaces(std::map<int,evaluate::StructureConstructor> & specials,common::DefinedIo definedIo,const Scope * scope,const DerivedTypeSpec * derivedTypeSpec) IncorporateDefinedIoGenericInterfaces() argument [all...] |
H A D | check-select-type.cpp | 65 if (const auto *derivedTypeSpec{spec.derivedTypeSpec}) { in GetGuardType() local
|
H A D | check-allocate.cpp | 76 } else if (const DerivedTypeSpec * derivedTypeSpec{type_->AsDerived()}) { in GatherAllocationBasicInfo() local
|
H A D | resolve-names.cpp | 6006 DerivedTypeSpec derivedTypeSpec{symbol.name(), symbol}; Pre() local [all...] |
/llvm-project/flang/lib/Parser/ |
H A D | type-parsers.h | 67 constexpr Parser<DerivedTypeSpec> derivedTypeSpec; // R754 global() variable
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | type.h | 435 const semantics::DerivedTypeSpec &derivedTypeSpec() const { derivedTypeSpec() function
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertVariable.cpp | 79 if (const Fortran::semantics::DerivedTypeSpec *derivedTypeSpec = hasDefaultInitialization() local 102 if (const Fortran::semantics::DerivedTypeSpec *derivedTypeSpec = hasFinalization() local 113 if (const Fortran::semantics::DerivedTypeSpec *derivedTypeSpec = hasAllocatableDirectComponent() local
|
H A D | Allocatable.cpp | 924 if (const Fortran::semantics::DerivedTypeSpec *derivedTypeSpec = genDeallocateStmt() local
|
H A D | CallInterface.cpp | 331 const Fortran::semantics::DerivedTypeSpec &derivedTypeSpec = in walkLengths() local
|
H A D | PFTBuilder.cpp | 2043 } else if (const Fortran::semantics::DerivedTypeSpec *derivedTypeSpec = visitSymbol() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | tools.cpp | 1832 IsEventTypeOrLockType(const DerivedTypeSpec * derivedTypeSpec) IsEventTypeOrLockType() argument
|