Searched refs:guardType (Results 1 – 1 of 1) sorted by relevance
190 std::optional<evaluate::DynamicType> guardType() const { in guardType() function196 if (this->guardType()) { in AsFortran()197 auto type{*this->guardType()}; in AsFortran()223 return (*x.guardType()).IsTkCompatibleWith((*y.guardType())); in AreTypeKindCompatible()