Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp2054 static bool CheckCompatibleArgument(bool isElemental, in CheckCompatibleArgument() function
2094 if (actual && !CheckCompatibleArgument(isElemental, *actual, dummy)) { in CheckCompatibleArguments()