Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names-utils.cpp438 if (AreTkCompatibleTypes(type1, type2)) { in CheckCanEquivalence()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h1161 bool AreTkCompatibleTypes(const DeclTypeSpec *x, const DeclTypeSpec *y);
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp1576 bool AreTkCompatibleTypes(const DeclTypeSpec *x, const DeclTypeSpec *y) { in AreTkCompatibleTypes() function