Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp107 bool IsResultOkToDiffer(const FunctionResult &);
875 bool CheckHelper::IsResultOkToDiffer(const FunctionResult &result) { in IsResultOkToDiffer() function in Fortran::semantics::CheckHelper
920 (!IsResultOkToDiffer(*result) || !IsResultOkToDiffer(*subpResult))) { in CheckSubprogram()