Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsemantics.cpp562 if (!scope.crayPointers().empty()) { in DoDumpSymbols()
565 for (const auto &[pointee, pointer] : scope.crayPointers()) { in DoDumpSymbols()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h183 const mapType &crayPointers() const { return crayPointers_; } in crayPointers() function