Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DComponentPath.cpp13 getIdentityFunc() { in getIdentityFunc() function
34 pc = getIdentityFunc(); in clear()
51 void Fortran::lower::ComponentPath::resetPC() { pc = getIdentityFunc(); } in resetPC()
54 pc = isImplicit ? getIdentityFunc() : getNullaryFunc(); in setPC()