Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-select-type.cpp190 std::optional<evaluate::DynamicType> guardType() const { in guardType() function
196 if (this->guardType()) { in AsFortran()
197 auto type{*this->guardType()}; in AsFortran()
223 return (*x.guardType()).IsTkCompatibleWith((*y.guardType())); in AreTypeKindCompatible()