Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DComponentPath.h41 ComponentPath(bool isImplicit) { setPC(isImplicit); } in ComponentPath()
44 setPC(isImplicit); in ComponentPath()
74 void setPC(bool isImplicit);
/llvm-project-15.0.7/flang/lib/Lower/
H A DComponentPath.cpp53 void Fortran::lower::ComponentPath::setPC(bool isImplicit) { in setPC() function in Fortran::lower::ComponentPath