Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h251 const Symbol &BypassGeneric(const Symbol &);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp381 const Symbol &BypassGeneric(const Symbol &symbol) { in BypassGeneric() function
H A Dresolve-names.cpp2817 } else if (&useUltimate == &BypassGeneric(localUltimate)) { in DoAddUse()
2828 } else if (&localUltimate == &BypassGeneric(useUltimate).GetUltimate()) { in DoAddUse()
3089 const Symbol &specific{BypassGeneric(*symbol)}; in ResolveSpecificsInGeneric()
H A Dexpression.cpp200 const Symbol &symbol{BypassGeneric(last).GetUltimate()}; in Designate()