Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp1138 bool IsTkrCompatible(const DummyArgument &, const DummyArgument &) const;
1139 bool IsTkrCompatible(const TypeAndShape &, const TypeAndShape &) const;
1272 return !y.pass && !y.IsOptional() && IsTkrCompatible(x, y); in CountCompatibleWith()
1368 return !IsTkrCompatible(x, y) && !IsTkrCompatible(y, x); in Distinguishable()
1372 bool DistinguishUtils::IsTkrCompatible( in IsTkrCompatible() function in Fortran::evaluate::characteristics::DistinguishUtils
1376 return obj1 && obj2 && IsTkrCompatible(obj1->type, obj2->type); in IsTkrCompatible()
1378 bool DistinguishUtils::IsTkrCompatible( in IsTkrCompatible() function in Fortran::evaluate::characteristics::DistinguishUtils