Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcall.cpp119 const Symbol *ProcedureDesignator::GetInterfaceSymbol() const { in GetInterfaceSymbol() function in Fortran::evaluate::ProcedureDesignator
135 if (const Symbol * interface{GetInterfaceSymbol()}) { in IsElemental()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcall.h196 const Symbol *GetInterfaceSymbol() const;
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp321 procRef.proc().GetInterfaceSymbol()) in getInterfaceDetails()