Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsymbol.cpp717 const Symbol *xCommon{FindCommonBlockContaining(*x)}; in operator ()() local
719 if (xCommon) { in operator ()()
722 if (sourceCmp(*xCommon, *yCommon)) { in operator ()()
724 } else if (sourceCmp(*yCommon, *xCommon)) { in operator ()()