Searched refs:SameTypeAs (Results 1 – 5 of 5) sorted by relevance
96 def SameTypeAs : NativeCodeCall<"$0.getType()">;
213 if (auto result{t0->SameTypeAs(*t1)}) { in FoldIntrinsicFunction()
345 std::optional<bool> DynamicType::SameTypeAs(const DynamicType &that) const { in SameTypeAs() function in Fortran::evaluate::DynamicType
192 std::optional<bool> SameTypeAs(const DynamicType &) const;
1613 def SameTypeAs : NativeCodeCall<"$0.getType()">;1616 (OpX (OpX $val, (returnType (SameTypeAs $val))))>;