Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DComponentPath.cpp27 void Fortran::lower::ComponentPath::clear() { in clear()
51 void Fortran::lower::ComponentPath::resetPC() { pc = getIdentityFunc(); } in resetPC()
53 void Fortran::lower::ComponentPath::setPC(bool isImplicit) { in setPC()
58 Fortran::lower::ComponentPath::ExtendRefFunc
59 Fortran::lower::ComponentPath::getExtendCoorRef() const { in getExtendCoorRef()
H A DCMakeLists.txt11 ComponentPath.cpp
H A DConvertExpr.cpp3551 using ComponentPath = Fortran::lower::ComponentPath; typedef in __anon67dfc8455a11::ArrayExprLowering
5836 ComponentPath &components) { in genarr()
5845 ComponentPath dummy(/*isImplicit=*/true); in genarr()
6239 ComponentPath &components) { in genarr()
6245 CC genSlicePath(const A &x, ComponentPath &components) { in genSlicePath()
6250 ComponentPath &components) { in genarr()
6808 ComponentPath components(des.Rank() > 0); in genarr()
6821 void extendComponent(Fortran::lower::ComponentPath &component, in extendComponent()
7160 ComponentPath &components) { in genImplicitArrayAccess()
7294 ComponentPath &components) { in genarr()
[all …]
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DComponentPath.h37 class ComponentPath {
41 ComponentPath(bool isImplicit) { setPC(isImplicit); } in ComponentPath() function
42 ComponentPath(bool isImplicit, const evaluate::Substring *ss) in ComponentPath() function
46 ComponentPath() = delete;
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt2094 flang/include/flang/Lower/ComponentPath.h
2246 flang/lib/Lower/ComponentPath.cpp