Searched refs:ExtendsTypeOf (Results 1 – 8 of 8) sorted by relevance
55 TEST(Derived, ExtendsTypeOf) { in TEST() argument60 EXPECT_TRUE(RTNAME(ExtendsTypeOf)(*i1, *i1)); in TEST()
69 bool RTDECL(ExtendsTypeOf)(const Descriptor &, const Descriptor &);
143 bool RTDEF(ExtendsTypeOf)(const Descriptor &a, const Descriptor &mold) { in RTDEF() 133 RTDEF(ExtendsTypeOf) RTDEF() argument
110 fir::runtime::getRuntimeFunc<mkRTKey(ExtendsTypeOf)>(loc, builder);
208 std::optional<bool> ExtendsTypeOf(const DynamicType &) const;
630 std::optional<bool> DynamicType::ExtendsTypeOf(const DynamicType &that) const { in ExtendsTypeOf() 604 std::optional<bool> DynamicType::ExtendsTypeOf(const DynamicType &that) const { ExtendsTypeOf() function in Fortran::evaluate::DynamicType
769 if (auto result{t0->ExtendsTypeOf(*t1)}) { in FoldIntrinsicFunction()
186 bool RTNAME(ExtendsTypeOf)(const Descriptor &, const Descriptor &);753 runtime. Respectively `SameTypeAs` and `ExtendsTypeOf` in