Home
last modified time | relevance | path

Searched refs:GetTypeAndShape (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcall.cpp91 if (const auto *typeAndShape{result->GetTypeAndShape()}) { in GetType()
108 if (const auto *typeAndShape{result->GetTypeAndShape()}) { in Rank()
H A Dvariable.cpp359 if (const auto *type{result->GetTypeAndShape()}) { in LEN()
H A Dcharacteristics.cpp828 } else if (const auto *typeAndShape{GetTypeAndShape()}) { in CanBeReturnedViaImplicitInterface()
H A Dintrinsics.cpp2464 const auto *result{procChars->functionResult->GetTypeAndShape()}; in ApplySpecificChecks()
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp216 result.GetTypeAndShape(); in walkResultLengths()
642 if (const auto *resultTypeAndShape = result->GetTypeAndShape()) in getResultDynamicType()
679 result.GetTypeAndShape(); in handleImplicitResult()
940 result.GetTypeAndShape(); in handleExplicitResult()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h285 const TypeAndShape *GetTypeAndShape() const { in GetTypeAndShape() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dpointer-assignment.cpp173 const auto *frTypeAndShape{funcResult->GetTypeAndShape()}; in Check()
H A Dexpression.cpp2368 if (const auto *typeAndShape{result->GetTypeAndShape()}) { in CheckBadExplicitType()
3316 DEREF(result.GetTypeAndShape()).type(), in MakeFunctionRef()
H A Dcheck-declarations.cpp880 const auto *typeAndShape{result.GetTypeAndShape()}; in IsResultOkToDiffer()
H A Dresolve-names.cpp5491 DEREF(interface->functionResult->GetTypeAndShape()).type()}; in HandleUnrestrictedSpecificIntrinsicFunction()
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dintrinsics.cpp118 const auto *ts{fr->GetTypeAndShape()}; in DoCall()