Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp7213 if (pathIsEmpty(components)) in genarr()
7235 bool atEnd = pathIsEmpty(components); in genarr()
7273 bool atEnd = pathIsEmpty(components); in genarr()
7304 bool pathIsEmpty(const ComponentPath &components) { in pathIsEmpty() function in __anon67dfc8455a11::ArrayExprLowering