Home
last modified time | relevance | path

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

/llvm-project/flang/unittests/Runtime/
H A DDerived.cpp55 TEST(Derived, ExtendsTypeOf) { in TEST() argument
60 EXPECT_TRUE(RTNAME(ExtendsTypeOf)(*i1, *i1)); in TEST()
/llvm-project/flang/include/flang/Runtime/
H A Dderived-api.h69 bool RTDECL(ExtendsTypeOf)(const Descriptor &, const Descriptor &);
/llvm-project/flang/runtime/
H A Dderived-api.cpp143 bool RTDEF(ExtendsTypeOf)(const Descriptor &a, const Descriptor &mold) { in RTDEF()
133 RTDEF(ExtendsTypeOf) RTDEF() argument
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DDerived.cpp110 fir::runtime::getRuntimeFunc<mkRTKey(ExtendsTypeOf)>(loc, builder);
/llvm-project/flang/include/flang/Evaluate/
H A Dtype.h208 std::optional<bool> ExtendsTypeOf(const DynamicType &) const;
/llvm-project/flang/lib/Evaluate/
H A Dtype.cpp630 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
H A Dfold-logical.cpp769 if (auto result{t0->ExtendsTypeOf(*t1)}) { in FoldIntrinsicFunction()
/llvm-project/flang/docs/
H A DPolymorphicEntities.md186 bool RTNAME(ExtendsTypeOf)(const Descriptor &, const Descriptor &);
753 runtime. Respectively `SameTypeAs` and `ExtendsTypeOf` in