Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp1337 const Procedure &yProc{y.procedure.value()}; in Distinguishable() local
1338 if (Distinguishable(xProc, yProc)) { in Distinguishable()
1342 const std::optional<FunctionResult> &yResult{yProc.functionResult}; in Distinguishable()