Home
last modified time | relevance | path

Searched defs:actualEntity (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/include/flang/Lower/
H A DHlfirIntrinsics.h63 if (auto *actualEntity = std::get_if<hlfir::Entity>(&actual)) in derefPointersAndAllocatables() local
68 if (auto *actualEntity = std::get_if<hlfir::Entity>(&actual)) in loadTrivialScalar() local
76 if (auto *actualEntity = std::get_if<hlfir::Entity>(&actual)) { in associateIfArrayExpr() local
94 if (auto *actualEntity = std::get_if<hlfir::Entity>(&actual)) in genShape() local
100 if (auto *actualEntity = std::get_if<hlfir::Entity>(&actual)) in genCharLength() local
111 if (auto *actualEntity = std::get_if<hlfir::Entity>(&actual)) in getPolymorphicMold() local
/llvm-project/flang/lib/Lower/
H A DConvertCall.cpp2738 if (auto *actualEntity = std::get_if<hlfir::Entity>(&actual)) { getActual() local