Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dassignment.cpp98 return IsPointerDummy(x) && FindPureProcedureContaining(x.owner()) && in IsPointerDummyOfPureFunction()
Dtools.cpp233 bool IsPointerDummy(const Symbol &symbol) { in IsPointerDummy() function
329 (IsPureProcedure(scope) && IsPointerDummy(object)) || in FindExternallyVisibleObject()
/external/llvm-project/flang/include/flang/Semantics/
Dtools.h91 bool IsPointerDummy(const Symbol &);