Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp82 static bool ReturnsDataPointer(const Symbol &symbol) { in ReturnsDataPointer() function
87 if (ReturnsDataPointer(*ref)) { in ReturnsDataPointer()
105 ultimate.has<ObjectEntityDetails>() || ReturnsDataPointer(ultimate); in Post()