Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Evaluate/
H A Dcall.cpp118 const Symbol *ProcedureDesignator::GetInterfaceSymbol() const { in GetInterfaceSymbol() function in Fortran::evaluate::ProcedureDesignator
134 if (const Symbol * interface{GetInterfaceSymbol()}) { in IsElemental()
148 if (const Symbol * interface{GetInterfaceSymbol()}) { in IsPure()
/llvm-project/flang/include/flang/Evaluate/
H A Dcall.h215 const Symbol *GetInterfaceSymbol() const;
H A Dtools.h992 if (const Symbol * interface{procRef->proc().GetInterfaceSymbol()}) { in GetAttrs()
/llvm-project/flang/lib/Semantics/
H A Dcheck-cuda.cpp74 if (const Symbol * sym{x.GetInterfaceSymbol()}) { in operator ()()
/llvm-project/flang/lib/Lower/
H A DCallInterface.cpp501 procRef.proc().GetInterfaceSymbol()) in getInterfaceDetails()