Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-logical.cpp150 if (auto result{t0->ExtendsTypeOf(*t1)}) { in FoldIntrinsicFunction()
H A Dtype.cpp357 std::optional<bool> DynamicType::ExtendsTypeOf(const DynamicType &that) const { in ExtendsTypeOf() function in Fortran::evaluate::DynamicType
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtype.h190 std::optional<bool> ExtendsTypeOf(const DynamicType &) const;